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-10.ui 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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-tactile">
  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-tactile-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-tactile-table">
  14. <property name="visible">True</property>
  15. <property name="n_rows">10</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. <child>
  70. <object class="GtkEventBox" id="eventbox-4">
  71. <property name="visible">True</property>
  72. <child>
  73. <object class="GtkLabel" id="label-4">
  74. <property name="visible">True</property>
  75. <property name="label" translatable="yes">Tactilo4</property>
  76. <property name="use_markup">True</property>
  77. <property name="justify">center</property>
  78. </object>
  79. </child>
  80. </object>
  81. <packing>
  82. <property name="top_attach">3</property>
  83. <property name="bottom_attach">4</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkEventBox" id="eventbox-5">
  88. <property name="visible">True</property>
  89. <child>
  90. <object class="GtkLabel" id="label-5">
  91. <property name="visible">True</property>
  92. <property name="label" translatable="yes">Tactilo5</property>
  93. <property name="use_markup">True</property>
  94. <property name="justify">center</property>
  95. </object>
  96. </child>
  97. </object>
  98. <packing>
  99. <property name="top_attach">4</property>
  100. <property name="bottom_attach">5</property>
  101. </packing>
  102. </child>
  103. <child>
  104. <object class="GtkEventBox" id="eventbox-6">
  105. <property name="visible">True</property>
  106. <child>
  107. <object class="GtkLabel" id="label-6">
  108. <property name="visible">True</property>
  109. <property name="label" translatable="yes">Tactilo6</property>
  110. <property name="use_markup">True</property>
  111. <property name="justify">center</property>
  112. </object>
  113. </child>
  114. </object>
  115. <packing>
  116. <property name="top_attach">5</property>
  117. <property name="bottom_attach">6</property>
  118. </packing>
  119. </child>
  120. <child>
  121. <object class="GtkEventBox" id="eventbox-7">
  122. <property name="visible">True</property>
  123. <child>
  124. <object class="GtkLabel" id="label-7">
  125. <property name="visible">True</property>
  126. <property name="label" translatable="yes">Tactilo7</property>
  127. <property name="use_markup">True</property>
  128. <property name="justify">center</property>
  129. </object>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="top_attach">6</property>
  134. <property name="bottom_attach">7</property>
  135. </packing>
  136. </child>
  137. <child>
  138. <object class="GtkEventBox" id="eventbox-8">
  139. <property name="visible">True</property>
  140. <child>
  141. <object class="GtkLabel" id="label-8">
  142. <property name="visible">True</property>
  143. <property name="label" translatable="yes">Tactilo8</property>
  144. <property name="use_markup">True</property>
  145. <property name="justify">center</property>
  146. </object>
  147. </child>
  148. </object>
  149. <packing>
  150. <property name="top_attach">7</property>
  151. <property name="bottom_attach">8</property>
  152. </packing>
  153. </child>
  154. <child>
  155. <object class="GtkEventBox" id="eventbox-9">
  156. <property name="visible">True</property>
  157. <child>
  158. <object class="GtkLabel" id="label-9">
  159. <property name="visible">True</property>
  160. <property name="label" translatable="yes">Tactilo9</property>
  161. <property name="use_markup">True</property>
  162. <property name="justify">center</property>
  163. </object>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="top_attach">8</property>
  168. <property name="bottom_attach">9</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkEventBox" id="eventbox-10">
  173. <property name="visible">True</property>
  174. <child>
  175. <object class="GtkLabel" id="label-10">
  176. <property name="visible">True</property>
  177. <property name="label" translatable="yes">Tactilo10</property>
  178. <property name="use_markup">True</property>
  179. <property name="justify">center</property>
  180. </object>
  181. </child>
  182. </object>
  183. <packing>
  184. <property name="top_attach">9</property>
  185. <property name="bottom_attach">10</property>
  186. </packing>
  187. </child>
  188. </object>
  189. </child>
  190. <child>
  191. <object class="GtkTable" id="p300-tactile-table-target-result">
  192. <property name="visible">True</property>
  193. <property name="n_rows">2</property>
  194. <property name="n_columns">3</property>
  195. <property name="column_spacing">4</property>
  196. <property name="row_spacing">4</property>
  197. <child>
  198. <object class="GtkLabel" id="label-result">
  199. <property name="visible">True</property>
  200. <property name="xalign">0</property>
  201. <property name="single_line_mode">True</property>
  202. </object>
  203. <packing>
  204. <property name="left_attach">2</property>
  205. <property name="right_attach">3</property>
  206. <property name="top_attach">1</property>
  207. <property name="bottom_attach">2</property>
  208. <property name="y_options">GTK_FILL</property>
  209. </packing>
  210. </child>
  211. <child>
  212. <object class="GtkLabel" id="label-target">
  213. <property name="visible">True</property>
  214. <property name="xalign">0</property>
  215. <property name="single_line_mode">True</property>
  216. </object>
  217. <packing>
  218. <property name="left_attach">2</property>
  219. <property name="right_attach">3</property>
  220. <property name="y_options">GTK_FILL</property>
  221. </packing>
  222. </child>
  223. <child>
  224. <object class="GtkLabel" id="label-result-title">
  225. <property name="visible">True</property>
  226. <property name="xalign">0</property>
  227. <property name="label" translatable="yes">Result :</property>
  228. <property name="single_line_mode">True</property>
  229. </object>
  230. <packing>
  231. <property name="left_attach">1</property>
  232. <property name="right_attach">2</property>
  233. <property name="top_attach">1</property>
  234. <property name="bottom_attach">2</property>
  235. <property name="x_options">GTK_FILL</property>
  236. <property name="y_options">GTK_FILL</property>
  237. </packing>
  238. </child>
  239. <child>
  240. <object class="GtkLabel" id="label-target-title">
  241. <property name="visible">True</property>
  242. <property name="xalign">0</property>
  243. <property name="label" translatable="yes">Target :</property>
  244. <property name="single_line_mode">True</property>
  245. </object>
  246. <packing>
  247. <property name="left_attach">1</property>
  248. <property name="right_attach">2</property>
  249. <property name="x_options">GTK_FILL</property>
  250. <property name="y_options">GTK_FILL</property>
  251. </packing>
  252. </child>
  253. <child>
  254. <object class="GtkImage" id="image">
  255. <property name="visible">True</property>
  256. <property name="stock">gtk-select-font</property>
  257. </object>
  258. <packing>
  259. <property name="bottom_attach">2</property>
  260. <property name="x_options"></property>
  261. <property name="y_options"></property>
  262. </packing>
  263. </child>
  264. </object>
  265. <packing>
  266. <property name="top_attach">2</property>
  267. <property name="bottom_attach">3</property>
  268. <property name="y_options">GTK_FILL</property>
  269. </packing>
  270. </child>
  271. <child>
  272. <object class="GtkHSeparator" id="hseparator">
  273. <property name="visible">True</property>
  274. </object>
  275. <packing>
  276. <property name="top_attach">1</property>
  277. <property name="bottom_attach">2</property>
  278. <property name="x_options">GTK_FILL</property>
  279. <property name="y_options">GTK_FILL</property>
  280. </packing>
  281. </child>
  282. </object>
  283. </child>
  284. </object>
  285. <object class="GtkWindow" id="p300-tactile-toolbar">
  286. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  287. <property name="title" translatable="yes">P300 tactile</property>
  288. <property name="type_hint">dialog</property>
  289. <child>
  290. <object class="GtkToolbar" id="toolbar">
  291. <property name="width_request">640</property>
  292. <property name="visible">True</property>
  293. <property name="toolbar_style">both</property>
  294. <child>
  295. <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
  296. <property name="visible">True</property>
  297. <property name="label" translatable="yes">Show Target Text</property>
  298. <property name="stock_id">gtk-info</property>
  299. <property name="active">True</property>
  300. </object>
  301. <packing>
  302. <property name="expand">False</property>
  303. <property name="homogeneous">True</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
  308. <property name="visible">True</property>
  309. <property name="label" translatable="yes">Show Result Text</property>
  310. <property name="stock_id">gtk-info</property>
  311. <property name="active">True</property>
  312. </object>
  313. <packing>
  314. <property name="expand">False</property>
  315. <property name="homogeneous">True</property>
  316. </packing>
  317. </child>
  318. </object>
  319. </child>
  320. </object>
  321. </interface>