You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

p300-tactile-3.ui 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.12 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkWindow" id="p300-speller">
  6. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  7. <child>
  8. <object class="GtkTable" id="p300-speller-main">
  9. <property name="visible">True</property>
  10. <property name="n_rows">3</property>
  11. <property name="row_spacing">4</property>
  12. <child>
  13. <object class="GtkTable" id="p300-speller-table">
  14. <property name="visible">True</property>
  15. <property name="n_rows">3</property>
  16. <property name="n_columns">1</property>
  17. <property name="homogeneous">True</property>
  18. <child>
  19. <object class="GtkEventBox" id="eventbox-1">
  20. <property name="visible">True</property>
  21. <child>
  22. <object class="GtkLabel" id="label-1">
  23. <property name="visible">True</property>
  24. <property name="label" translatable="yes">Tactilo1</property>
  25. <property name="use_markup">True</property>
  26. <property name="justify">center</property>
  27. </object>
  28. </child>
  29. </object>
  30. <packing>
  31. <property name="top_attach">1</property>
  32. <property name="bottom_attach">1</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <object class="GtkEventBox" id="eventbox-2">
  37. <property name="visible">True</property>
  38. <child>
  39. <object class="GtkLabel" id="label-2">
  40. <property name="visible">True</property>
  41. <property name="label" translatable="yes">Tactilo2</property>
  42. <property name="use_markup">True</property>
  43. <property name="justify">center</property>
  44. </object>
  45. </child>
  46. </object>
  47. <packing>
  48. <property name="top_attach">1</property>
  49. <property name="bottom_attach">2</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkEventBox" id="eventbox-3">
  54. <property name="visible">True</property>
  55. <child>
  56. <object class="GtkLabel" id="label-3">
  57. <property name="visible">True</property>
  58. <property name="label" translatable="yes">Tactilo3</property>
  59. <property name="use_markup">True</property>
  60. <property name="justify">center</property>
  61. </object>
  62. </child>
  63. </object>
  64. <packing>
  65. <property name="top_attach">2</property>
  66. <property name="bottom_attach">3</property>
  67. </packing>
  68. </child>
  69. </object>
  70. </child>
  71. <child>
  72. <object class="GtkTable" id="p300-speller-table-target-result">
  73. <property name="visible">True</property>
  74. <property name="n_rows">2</property>
  75. <property name="n_columns">3</property>
  76. <property name="column_spacing">4</property>
  77. <property name="row_spacing">4</property>
  78. <child>
  79. <object class="GtkLabel" id="label-result">
  80. <property name="visible">True</property>
  81. <property name="xalign">0</property>
  82. <property name="single_line_mode">True</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">2</property>
  86. <property name="right_attach">3</property>
  87. <property name="top_attach">1</property>
  88. <property name="bottom_attach">2</property>
  89. <property name="y_options">GTK_FILL</property>
  90. </packing>
  91. </child>
  92. <child>
  93. <object class="GtkLabel" id="label-target">
  94. <property name="visible">True</property>
  95. <property name="xalign">0</property>
  96. <property name="single_line_mode">True</property>
  97. </object>
  98. <packing>
  99. <property name="left_attach">2</property>
  100. <property name="right_attach">3</property>
  101. <property name="y_options">GTK_FILL</property>
  102. </packing>
  103. </child>
  104. <child>
  105. <object class="GtkLabel" id="label-result-title">
  106. <property name="visible">True</property>
  107. <property name="xalign">0</property>
  108. <property name="label" translatable="yes">Result :</property>
  109. <property name="single_line_mode">True</property>
  110. </object>
  111. <packing>
  112. <property name="left_attach">1</property>
  113. <property name="right_attach">2</property>
  114. <property name="top_attach">1</property>
  115. <property name="bottom_attach">2</property>
  116. <property name="x_options">GTK_FILL</property>
  117. <property name="y_options">GTK_FILL</property>
  118. </packing>
  119. </child>
  120. <child>
  121. <object class="GtkLabel" id="label-target-title">
  122. <property name="visible">True</property>
  123. <property name="xalign">0</property>
  124. <property name="label" translatable="yes">Target :</property>
  125. <property name="single_line_mode">True</property>
  126. </object>
  127. <packing>
  128. <property name="left_attach">1</property>
  129. <property name="right_attach">2</property>
  130. <property name="x_options">GTK_FILL</property>
  131. <property name="y_options">GTK_FILL</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkImage" id="image">
  136. <property name="visible">True</property>
  137. <property name="stock">gtk-select-font</property>
  138. </object>
  139. <packing>
  140. <property name="bottom_attach">2</property>
  141. <property name="x_options"></property>
  142. <property name="y_options"></property>
  143. </packing>
  144. </child>
  145. </object>
  146. <packing>
  147. <property name="top_attach">2</property>
  148. <property name="bottom_attach">3</property>
  149. <property name="y_options">GTK_FILL</property>
  150. </packing>
  151. </child>
  152. <child>
  153. <object class="GtkHSeparator" id="hseparator">
  154. <property name="visible">True</property>
  155. </object>
  156. <packing>
  157. <property name="top_attach">1</property>
  158. <property name="bottom_attach">2</property>
  159. <property name="x_options">GTK_FILL</property>
  160. <property name="y_options">GTK_FILL</property>
  161. </packing>
  162. </child>
  163. </object>
  164. </child>
  165. </object>
  166. <object class="GtkWindow" id="p300-speller-toolbar">
  167. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  168. <property name="title" translatable="yes">P300 Speller</property>
  169. <property name="type_hint">dialog</property>
  170. <child>
  171. <object class="GtkToolbar" id="toolbar">
  172. <property name="width_request">640</property>
  173. <property name="visible">True</property>
  174. <property name="toolbar_style">both</property>
  175. <child>
  176. <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
  177. <property name="visible">True</property>
  178. <property name="label" translatable="yes">Show Target Text</property>
  179. <property name="stock_id">gtk-info</property>
  180. <property name="active">True</property>
  181. </object>
  182. <packing>
  183. <property name="expand">False</property>
  184. <property name="homogeneous">True</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
  189. <property name="visible">True</property>
  190. <property name="label" translatable="yes">Show Result Text</property>
  191. <property name="stock_id">gtk-info</property>
  192. <property name="active">True</property>
  193. </object>
  194. <packing>
  195. <property name="expand">False</property>
  196. <property name="homogeneous">True</property>
  197. </packing>
  198. </child>
  199. </object>
  200. </child>
  201. </object>
  202. </interface>