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-2.ui 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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">2</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. </object>
  53. </child>
  54. <child>
  55. <object class="GtkTable" id="p300-speller-table-target-result">
  56. <property name="visible">True</property>
  57. <property name="n_rows">2</property>
  58. <property name="n_columns">3</property>
  59. <property name="column_spacing">4</property>
  60. <property name="row_spacing">4</property>
  61. <child>
  62. <object class="GtkLabel" id="label-result">
  63. <property name="visible">True</property>
  64. <property name="xalign">0</property>
  65. <property name="single_line_mode">True</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">2</property>
  69. <property name="right_attach">3</property>
  70. <property name="top_attach">1</property>
  71. <property name="bottom_attach">2</property>
  72. <property name="y_options">GTK_FILL</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkLabel" id="label-target">
  77. <property name="visible">True</property>
  78. <property name="xalign">0</property>
  79. <property name="single_line_mode">True</property>
  80. </object>
  81. <packing>
  82. <property name="left_attach">2</property>
  83. <property name="right_attach">3</property>
  84. <property name="y_options">GTK_FILL</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkLabel" id="label-result-title">
  89. <property name="visible">True</property>
  90. <property name="xalign">0</property>
  91. <property name="label" translatable="yes">Result :</property>
  92. <property name="single_line_mode">True</property>
  93. </object>
  94. <packing>
  95. <property name="left_attach">1</property>
  96. <property name="right_attach">2</property>
  97. <property name="top_attach">1</property>
  98. <property name="bottom_attach">2</property>
  99. <property name="x_options">GTK_FILL</property>
  100. <property name="y_options">GTK_FILL</property>
  101. </packing>
  102. </child>
  103. <child>
  104. <object class="GtkLabel" id="label-target-title">
  105. <property name="visible">True</property>
  106. <property name="xalign">0</property>
  107. <property name="label" translatable="yes">Target :</property>
  108. <property name="single_line_mode">True</property>
  109. </object>
  110. <packing>
  111. <property name="left_attach">1</property>
  112. <property name="right_attach">2</property>
  113. <property name="x_options">GTK_FILL</property>
  114. <property name="y_options">GTK_FILL</property>
  115. </packing>
  116. </child>
  117. <child>
  118. <object class="GtkImage" id="image">
  119. <property name="visible">True</property>
  120. <property name="stock">gtk-select-font</property>
  121. </object>
  122. <packing>
  123. <property name="bottom_attach">2</property>
  124. <property name="x_options"></property>
  125. <property name="y_options"></property>
  126. </packing>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="top_attach">2</property>
  131. <property name="bottom_attach">3</property>
  132. <property name="y_options">GTK_FILL</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkHSeparator" id="hseparator">
  137. <property name="visible">True</property>
  138. </object>
  139. <packing>
  140. <property name="top_attach">1</property>
  141. <property name="bottom_attach">2</property>
  142. <property name="x_options">GTK_FILL</property>
  143. <property name="y_options">GTK_FILL</property>
  144. </packing>
  145. </child>
  146. </object>
  147. </child>
  148. </object>
  149. <object class="GtkWindow" id="p300-speller-toolbar">
  150. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  151. <property name="title" translatable="yes">P300 Speller</property>
  152. <property name="type_hint">dialog</property>
  153. <child>
  154. <object class="GtkToolbar" id="toolbar">
  155. <property name="width_request">640</property>
  156. <property name="visible">True</property>
  157. <property name="toolbar_style">both</property>
  158. <child>
  159. <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
  160. <property name="visible">True</property>
  161. <property name="label" translatable="yes">Show Target Text</property>
  162. <property name="stock_id">gtk-info</property>
  163. <property name="active">True</property>
  164. </object>
  165. <packing>
  166. <property name="expand">False</property>
  167. <property name="homogeneous">True</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
  172. <property name="visible">True</property>
  173. <property name="label" translatable="yes">Show Result Text</property>
  174. <property name="stock_id">gtk-info</property>
  175. <property name="active">True</property>
  176. </object>
  177. <packing>
  178. <property name="expand">False</property>
  179. <property name="homogeneous">True</property>
  180. </packing>
  181. </child>
  182. </object>
  183. </child>
  184. </object>
  185. </interface>