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-speller.ui 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  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">6</property>
  16. <property name="n_columns">6</property>
  17. <property name="homogeneous">True</property>
  18. <child>
  19. <object class="GtkEventBox" id="eventbox-6.6">
  20. <property name="visible">True</property>
  21. <child>
  22. <object class="GtkLabel" id="label-6.6">
  23. <property name="visible">True</property>
  24. <property name="label" translatable="yes">0</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="left_attach">5</property>
  32. <property name="right_attach">6</property>
  33. <property name="top_attach">5</property>
  34. <property name="bottom_attach">6</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkEventBox" id="eventbox-6.5">
  39. <property name="visible">True</property>
  40. <child>
  41. <object class="GtkLabel" id="label-6.5">
  42. <property name="visible">True</property>
  43. <property name="label" translatable="yes">9</property>
  44. <property name="use_markup">True</property>
  45. <property name="justify">center</property>
  46. </object>
  47. </child>
  48. </object>
  49. <packing>
  50. <property name="left_attach">4</property>
  51. <property name="right_attach">5</property>
  52. <property name="top_attach">5</property>
  53. <property name="bottom_attach">6</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkEventBox" id="eventbox-6.4">
  58. <property name="visible">True</property>
  59. <child>
  60. <object class="GtkLabel" id="label-6.4">
  61. <property name="visible">True</property>
  62. <property name="label" translatable="yes">8</property>
  63. <property name="use_markup">True</property>
  64. <property name="justify">center</property>
  65. </object>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="left_attach">3</property>
  70. <property name="right_attach">4</property>
  71. <property name="top_attach">5</property>
  72. <property name="bottom_attach">6</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkEventBox" id="eventbox-6.3">
  77. <property name="visible">True</property>
  78. <child>
  79. <object class="GtkLabel" id="label-6.3">
  80. <property name="visible">True</property>
  81. <property name="label" translatable="yes">7</property>
  82. <property name="use_markup">True</property>
  83. <property name="justify">center</property>
  84. </object>
  85. </child>
  86. </object>
  87. <packing>
  88. <property name="left_attach">2</property>
  89. <property name="right_attach">3</property>
  90. <property name="top_attach">5</property>
  91. <property name="bottom_attach">6</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <object class="GtkEventBox" id="eventbox-6.2">
  96. <property name="visible">True</property>
  97. <child>
  98. <object class="GtkLabel" id="label-6.2">
  99. <property name="visible">True</property>
  100. <property name="label" translatable="yes">6</property>
  101. <property name="use_markup">True</property>
  102. <property name="justify">center</property>
  103. </object>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="left_attach">1</property>
  108. <property name="right_attach">2</property>
  109. <property name="top_attach">5</property>
  110. <property name="bottom_attach">6</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkEventBox" id="eventbox-5.2">
  115. <property name="visible">True</property>
  116. <child>
  117. <object class="GtkLabel" id="label-5.2">
  118. <property name="visible">True</property>
  119. <property name="label" translatable="yes">Z</property>
  120. <property name="use_markup">True</property>
  121. <property name="justify">center</property>
  122. </object>
  123. </child>
  124. </object>
  125. <packing>
  126. <property name="left_attach">1</property>
  127. <property name="right_attach">2</property>
  128. <property name="top_attach">4</property>
  129. <property name="bottom_attach">5</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkEventBox" id="eventbox-4.6">
  134. <property name="visible">True</property>
  135. <child>
  136. <object class="GtkLabel" id="label-4.6">
  137. <property name="visible">True</property>
  138. <property name="label" translatable="yes">X</property>
  139. <property name="use_markup">True</property>
  140. <property name="justify">center</property>
  141. </object>
  142. </child>
  143. </object>
  144. <packing>
  145. <property name="left_attach">5</property>
  146. <property name="right_attach">6</property>
  147. <property name="top_attach">3</property>
  148. <property name="bottom_attach">4</property>
  149. </packing>
  150. </child>
  151. <child>
  152. <object class="GtkEventBox" id="eventbox-4.5">
  153. <property name="visible">True</property>
  154. <child>
  155. <object class="GtkLabel" id="label-4.5">
  156. <property name="visible">True</property>
  157. <property name="label" translatable="yes">W</property>
  158. <property name="use_markup">True</property>
  159. <property name="justify">center</property>
  160. </object>
  161. </child>
  162. </object>
  163. <packing>
  164. <property name="left_attach">4</property>
  165. <property name="right_attach">5</property>
  166. <property name="top_attach">3</property>
  167. <property name="bottom_attach">4</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkEventBox" id="eventbox-4.2">
  172. <property name="visible">True</property>
  173. <child>
  174. <object class="GtkLabel" id="label-4.2">
  175. <property name="visible">True</property>
  176. <property name="label" translatable="yes">T</property>
  177. <property name="use_markup">True</property>
  178. <property name="justify">center</property>
  179. </object>
  180. </child>
  181. </object>
  182. <packing>
  183. <property name="left_attach">1</property>
  184. <property name="right_attach">2</property>
  185. <property name="top_attach">3</property>
  186. <property name="bottom_attach">4</property>
  187. </packing>
  188. </child>
  189. <child>
  190. <object class="GtkEventBox" id="eventbox-3.6">
  191. <property name="visible">True</property>
  192. <child>
  193. <object class="GtkLabel" id="label-3.6">
  194. <property name="visible">True</property>
  195. <property name="label" translatable="yes">R</property>
  196. <property name="use_markup">True</property>
  197. <property name="justify">center</property>
  198. </object>
  199. </child>
  200. </object>
  201. <packing>
  202. <property name="left_attach">5</property>
  203. <property name="right_attach">6</property>
  204. <property name="top_attach">2</property>
  205. <property name="bottom_attach">3</property>
  206. </packing>
  207. </child>
  208. <child>
  209. <object class="GtkEventBox" id="eventbox-3.5">
  210. <property name="visible">True</property>
  211. <child>
  212. <object class="GtkLabel" id="label-3.5">
  213. <property name="visible">True</property>
  214. <property name="label" translatable="yes">Q</property>
  215. <property name="use_markup">True</property>
  216. <property name="justify">center</property>
  217. </object>
  218. </child>
  219. </object>
  220. <packing>
  221. <property name="left_attach">4</property>
  222. <property name="right_attach">5</property>
  223. <property name="top_attach">2</property>
  224. <property name="bottom_attach">3</property>
  225. </packing>
  226. </child>
  227. <child>
  228. <object class="GtkEventBox" id="eventbox-3.3">
  229. <property name="visible">True</property>
  230. <child>
  231. <object class="GtkLabel" id="label-3.3">
  232. <property name="visible">True</property>
  233. <property name="label" translatable="yes">O</property>
  234. <property name="use_markup">True</property>
  235. <property name="justify">center</property>
  236. </object>
  237. </child>
  238. </object>
  239. <packing>
  240. <property name="left_attach">2</property>
  241. <property name="right_attach">3</property>
  242. <property name="top_attach">2</property>
  243. <property name="bottom_attach">3</property>
  244. </packing>
  245. </child>
  246. <child>
  247. <object class="GtkEventBox" id="eventbox-3.2">
  248. <property name="visible">True</property>
  249. <child>
  250. <object class="GtkLabel" id="label-3.2">
  251. <property name="visible">True</property>
  252. <property name="label" translatable="yes">N</property>
  253. <property name="use_markup">True</property>
  254. <property name="justify">center</property>
  255. </object>
  256. </child>
  257. </object>
  258. <packing>
  259. <property name="left_attach">1</property>
  260. <property name="right_attach">2</property>
  261. <property name="top_attach">2</property>
  262. <property name="bottom_attach">3</property>
  263. </packing>
  264. </child>
  265. <child>
  266. <object class="GtkEventBox" id="eventbox-2.6">
  267. <property name="visible">True</property>
  268. <child>
  269. <object class="GtkLabel" id="label-2.6">
  270. <property name="visible">True</property>
  271. <property name="label" translatable="yes">L</property>
  272. <property name="use_markup">True</property>
  273. <property name="justify">center</property>
  274. </object>
  275. </child>
  276. </object>
  277. <packing>
  278. <property name="left_attach">5</property>
  279. <property name="right_attach">6</property>
  280. <property name="top_attach">1</property>
  281. <property name="bottom_attach">2</property>
  282. </packing>
  283. </child>
  284. <child>
  285. <object class="GtkEventBox" id="eventbox-2.5">
  286. <property name="visible">True</property>
  287. <child>
  288. <object class="GtkLabel" id="label-2.5">
  289. <property name="visible">True</property>
  290. <property name="label" translatable="yes">K</property>
  291. <property name="use_markup">True</property>
  292. <property name="justify">center</property>
  293. </object>
  294. </child>
  295. </object>
  296. <packing>
  297. <property name="left_attach">4</property>
  298. <property name="right_attach">5</property>
  299. <property name="top_attach">1</property>
  300. <property name="bottom_attach">2</property>
  301. </packing>
  302. </child>
  303. <child>
  304. <object class="GtkEventBox" id="eventbox-2.4">
  305. <property name="visible">True</property>
  306. <child>
  307. <object class="GtkLabel" id="label-2.4">
  308. <property name="visible">True</property>
  309. <property name="label" translatable="yes">J</property>
  310. <property name="use_markup">True</property>
  311. <property name="justify">center</property>
  312. </object>
  313. </child>
  314. </object>
  315. <packing>
  316. <property name="left_attach">3</property>
  317. <property name="right_attach">4</property>
  318. <property name="top_attach">1</property>
  319. <property name="bottom_attach">2</property>
  320. </packing>
  321. </child>
  322. <child>
  323. <object class="GtkEventBox" id="eventbox-2.3">
  324. <property name="visible">True</property>
  325. <child>
  326. <object class="GtkLabel" id="label-2.3">
  327. <property name="visible">True</property>
  328. <property name="label" translatable="yes">I</property>
  329. <property name="use_markup">True</property>
  330. <property name="justify">center</property>
  331. </object>
  332. </child>
  333. </object>
  334. <packing>
  335. <property name="left_attach">2</property>
  336. <property name="right_attach">3</property>
  337. <property name="top_attach">1</property>
  338. <property name="bottom_attach">2</property>
  339. </packing>
  340. </child>
  341. <child>
  342. <object class="GtkEventBox" id="eventbox-2.2">
  343. <property name="visible">True</property>
  344. <child>
  345. <object class="GtkLabel" id="label-2.2">
  346. <property name="visible">True</property>
  347. <property name="label" translatable="yes">H</property>
  348. <property name="use_markup">True</property>
  349. <property name="justify">center</property>
  350. </object>
  351. </child>
  352. </object>
  353. <packing>
  354. <property name="left_attach">1</property>
  355. <property name="right_attach">2</property>
  356. <property name="top_attach">1</property>
  357. <property name="bottom_attach">2</property>
  358. </packing>
  359. </child>
  360. <child>
  361. <object class="GtkEventBox" id="eventbox-2.1">
  362. <property name="visible">True</property>
  363. <child>
  364. <object class="GtkLabel" id="label-2.1">
  365. <property name="visible">True</property>
  366. <property name="label" translatable="yes">G</property>
  367. <property name="use_markup">True</property>
  368. <property name="justify">center</property>
  369. </object>
  370. </child>
  371. </object>
  372. <packing>
  373. <property name="top_attach">1</property>
  374. <property name="bottom_attach">2</property>
  375. </packing>
  376. </child>
  377. <child>
  378. <object class="GtkEventBox" id="eventbox-1.6">
  379. <property name="visible">True</property>
  380. <child>
  381. <object class="GtkLabel" id="label-1.6">
  382. <property name="visible">True</property>
  383. <property name="label" translatable="yes">F</property>
  384. <property name="use_markup">True</property>
  385. <property name="justify">center</property>
  386. </object>
  387. </child>
  388. </object>
  389. <packing>
  390. <property name="left_attach">5</property>
  391. <property name="right_attach">6</property>
  392. </packing>
  393. </child>
  394. <child>
  395. <object class="GtkEventBox" id="eventbox-1.5">
  396. <property name="visible">True</property>
  397. <child>
  398. <object class="GtkLabel" id="label-1.5">
  399. <property name="visible">True</property>
  400. <property name="label" translatable="yes">E</property>
  401. <property name="use_markup">True</property>
  402. <property name="justify">center</property>
  403. </object>
  404. </child>
  405. </object>
  406. <packing>
  407. <property name="left_attach">4</property>
  408. <property name="right_attach">5</property>
  409. </packing>
  410. </child>
  411. <child>
  412. <object class="GtkEventBox" id="eventbox-1.4">
  413. <property name="visible">True</property>
  414. <child>
  415. <object class="GtkLabel" id="label-1.4">
  416. <property name="visible">True</property>
  417. <property name="label" translatable="yes">D</property>
  418. <property name="use_markup">True</property>
  419. <property name="justify">center</property>
  420. </object>
  421. </child>
  422. </object>
  423. <packing>
  424. <property name="left_attach">3</property>
  425. <property name="right_attach">4</property>
  426. </packing>
  427. </child>
  428. <child>
  429. <object class="GtkEventBox" id="eventbox-1.3">
  430. <property name="visible">True</property>
  431. <child>
  432. <object class="GtkLabel" id="label-1.3">
  433. <property name="visible">True</property>
  434. <property name="label" translatable="yes">C</property>
  435. <property name="use_markup">True</property>
  436. <property name="justify">center</property>
  437. </object>
  438. </child>
  439. </object>
  440. <packing>
  441. <property name="left_attach">2</property>
  442. <property name="right_attach">3</property>
  443. </packing>
  444. </child>
  445. <child>
  446. <object class="GtkEventBox" id="eventbox-1.2">
  447. <property name="visible">True</property>
  448. <child>
  449. <object class="GtkLabel" id="label-1.2">
  450. <property name="visible">True</property>
  451. <property name="label" translatable="yes">B</property>
  452. <property name="use_markup">True</property>
  453. <property name="justify">center</property>
  454. </object>
  455. </child>
  456. </object>
  457. <packing>
  458. <property name="left_attach">1</property>
  459. <property name="right_attach">2</property>
  460. </packing>
  461. </child>
  462. <child>
  463. <object class="GtkEventBox" id="eventbox-1.1">
  464. <property name="visible">True</property>
  465. <child>
  466. <object class="GtkLabel" id="label-1.1">
  467. <property name="visible">True</property>
  468. <property name="label" translatable="yes">A</property>
  469. <property name="use_markup">True</property>
  470. <property name="justify">center</property>
  471. </object>
  472. </child>
  473. </object>
  474. </child>
  475. <child>
  476. <object class="GtkEventBox" id="eventbox-6.1">
  477. <property name="visible">True</property>
  478. <child>
  479. <object class="GtkLabel" id="label-6.1">
  480. <property name="visible">True</property>
  481. <property name="label" translatable="yes">5</property>
  482. <property name="use_markup">True</property>
  483. <property name="justify">center</property>
  484. </object>
  485. </child>
  486. </object>
  487. <packing>
  488. <property name="top_attach">5</property>
  489. <property name="bottom_attach">6</property>
  490. </packing>
  491. </child>
  492. <child>
  493. <object class="GtkEventBox" id="eventbox-5.1">
  494. <property name="visible">True</property>
  495. <child>
  496. <object class="GtkLabel" id="label-5.1">
  497. <property name="visible">True</property>
  498. <property name="label" translatable="yes">Y</property>
  499. <property name="use_markup">True</property>
  500. <property name="justify">center</property>
  501. </object>
  502. </child>
  503. </object>
  504. <packing>
  505. <property name="top_attach">4</property>
  506. <property name="bottom_attach">5</property>
  507. </packing>
  508. </child>
  509. <child>
  510. <object class="GtkEventBox" id="eventbox-4.1">
  511. <property name="visible">True</property>
  512. <child>
  513. <object class="GtkLabel" id="label-4.1">
  514. <property name="visible">True</property>
  515. <property name="label" translatable="yes">S</property>
  516. <property name="use_markup">True</property>
  517. <property name="justify">center</property>
  518. </object>
  519. </child>
  520. </object>
  521. <packing>
  522. <property name="top_attach">3</property>
  523. <property name="bottom_attach">4</property>
  524. </packing>
  525. </child>
  526. <child>
  527. <object class="GtkEventBox" id="eventbox-3.1">
  528. <property name="visible">True</property>
  529. <child>
  530. <object class="GtkLabel" id="label-3.1">
  531. <property name="visible">True</property>
  532. <property name="label" translatable="yes">M</property>
  533. <property name="use_markup">True</property>
  534. <property name="justify">center</property>
  535. </object>
  536. </child>
  537. </object>
  538. <packing>
  539. <property name="top_attach">2</property>
  540. <property name="bottom_attach">3</property>
  541. </packing>
  542. </child>
  543. <child>
  544. <object class="GtkEventBox" id="eventbox-5.3">
  545. <property name="visible">True</property>
  546. <child>
  547. <object class="GtkLabel" id="label-5.3">
  548. <property name="visible">True</property>
  549. <property name="label" translatable="yes">1</property>
  550. <property name="use_markup">True</property>
  551. <property name="justify">center</property>
  552. </object>
  553. </child>
  554. </object>
  555. <packing>
  556. <property name="left_attach">2</property>
  557. <property name="right_attach">3</property>
  558. <property name="top_attach">4</property>
  559. <property name="bottom_attach">5</property>
  560. </packing>
  561. </child>
  562. <child>
  563. <object class="GtkEventBox" id="eventbox-5.4">
  564. <property name="visible">True</property>
  565. <child>
  566. <object class="GtkLabel" id="label-5.4">
  567. <property name="visible">True</property>
  568. <property name="label" translatable="yes">2</property>
  569. <property name="use_markup">True</property>
  570. <property name="justify">center</property>
  571. </object>
  572. </child>
  573. </object>
  574. <packing>
  575. <property name="left_attach">3</property>
  576. <property name="right_attach">4</property>
  577. <property name="top_attach">4</property>
  578. <property name="bottom_attach">5</property>
  579. </packing>
  580. </child>
  581. <child>
  582. <object class="GtkEventBox" id="eventbox-5.5">
  583. <property name="visible">True</property>
  584. <child>
  585. <object class="GtkLabel" id="label-5.5">
  586. <property name="visible">True</property>
  587. <property name="label" translatable="yes">3</property>
  588. <property name="use_markup">True</property>
  589. <property name="justify">center</property>
  590. </object>
  591. </child>
  592. </object>
  593. <packing>
  594. <property name="left_attach">4</property>
  595. <property name="right_attach">5</property>
  596. <property name="top_attach">4</property>
  597. <property name="bottom_attach">5</property>
  598. </packing>
  599. </child>
  600. <child>
  601. <object class="GtkEventBox" id="eventbox-5.6">
  602. <property name="visible">True</property>
  603. <child>
  604. <object class="GtkLabel" id="label-5.6">
  605. <property name="visible">True</property>
  606. <property name="label" translatable="yes">4</property>
  607. <property name="use_markup">True</property>
  608. <property name="justify">center</property>
  609. </object>
  610. </child>
  611. </object>
  612. <packing>
  613. <property name="left_attach">5</property>
  614. <property name="right_attach">6</property>
  615. <property name="top_attach">4</property>
  616. <property name="bottom_attach">5</property>
  617. </packing>
  618. </child>
  619. <child>
  620. <object class="GtkEventBox" id="eventbox-3.4">
  621. <property name="visible">True</property>
  622. <child>
  623. <object class="GtkLabel" id="label-3.4">
  624. <property name="visible">True</property>
  625. <property name="label" translatable="yes">P</property>
  626. <property name="use_markup">True</property>
  627. <property name="justify">center</property>
  628. </object>
  629. </child>
  630. </object>
  631. <packing>
  632. <property name="left_attach">3</property>
  633. <property name="right_attach">4</property>
  634. <property name="top_attach">2</property>
  635. <property name="bottom_attach">3</property>
  636. </packing>
  637. </child>
  638. <child>
  639. <object class="GtkEventBox" id="eventbox-4.4">
  640. <property name="visible">True</property>
  641. <child>
  642. <object class="GtkLabel" id="label-4.4">
  643. <property name="visible">True</property>
  644. <property name="label" translatable="yes">V</property>
  645. <property name="use_markup">True</property>
  646. <property name="justify">center</property>
  647. </object>
  648. </child>
  649. </object>
  650. <packing>
  651. <property name="left_attach">3</property>
  652. <property name="right_attach">4</property>
  653. <property name="top_attach">3</property>
  654. <property name="bottom_attach">4</property>
  655. </packing>
  656. </child>
  657. <child>
  658. <object class="GtkEventBox" id="eventbox-4.3">
  659. <property name="visible">True</property>
  660. <child>
  661. <object class="GtkLabel" id="label-4.3">
  662. <property name="visible">True</property>
  663. <property name="label" translatable="yes">U</property>
  664. <property name="use_markup">True</property>
  665. <property name="justify">center</property>
  666. </object>
  667. </child>
  668. </object>
  669. <packing>
  670. <property name="left_attach">2</property>
  671. <property name="right_attach">3</property>
  672. <property name="top_attach">3</property>
  673. <property name="bottom_attach">4</property>
  674. </packing>
  675. </child>
  676. </object>
  677. </child>
  678. <child>
  679. <object class="GtkTable" id="p300-speller-table-target-result">
  680. <property name="visible">True</property>
  681. <property name="n_rows">2</property>
  682. <property name="n_columns">3</property>
  683. <property name="column_spacing">4</property>
  684. <property name="row_spacing">4</property>
  685. <child>
  686. <object class="GtkLabel" id="label-result">
  687. <property name="visible">True</property>
  688. <property name="xalign">0</property>
  689. <property name="single_line_mode">True</property>
  690. </object>
  691. <packing>
  692. <property name="left_attach">2</property>
  693. <property name="right_attach">3</property>
  694. <property name="top_attach">1</property>
  695. <property name="bottom_attach">2</property>
  696. <property name="y_options">GTK_FILL</property>
  697. </packing>
  698. </child>
  699. <child>
  700. <object class="GtkLabel" id="label-target">
  701. <property name="visible">True</property>
  702. <property name="xalign">0</property>
  703. <property name="single_line_mode">True</property>
  704. </object>
  705. <packing>
  706. <property name="left_attach">2</property>
  707. <property name="right_attach">3</property>
  708. <property name="y_options">GTK_FILL</property>
  709. </packing>
  710. </child>
  711. <child>
  712. <object class="GtkLabel" id="label-result-title">
  713. <property name="visible">True</property>
  714. <property name="xalign">0</property>
  715. <property name="label" translatable="yes">Result :</property>
  716. <property name="single_line_mode">True</property>
  717. </object>
  718. <packing>
  719. <property name="left_attach">1</property>
  720. <property name="right_attach">2</property>
  721. <property name="top_attach">1</property>
  722. <property name="bottom_attach">2</property>
  723. <property name="x_options">GTK_FILL</property>
  724. <property name="y_options">GTK_FILL</property>
  725. </packing>
  726. </child>
  727. <child>
  728. <object class="GtkLabel" id="label-target-title">
  729. <property name="visible">True</property>
  730. <property name="xalign">0</property>
  731. <property name="label" translatable="yes">Target :</property>
  732. <property name="single_line_mode">True</property>
  733. </object>
  734. <packing>
  735. <property name="left_attach">1</property>
  736. <property name="right_attach">2</property>
  737. <property name="x_options">GTK_FILL</property>
  738. <property name="y_options">GTK_FILL</property>
  739. </packing>
  740. </child>
  741. <child>
  742. <object class="GtkImage" id="image">
  743. <property name="visible">True</property>
  744. <property name="stock">gtk-select-font</property>
  745. </object>
  746. <packing>
  747. <property name="bottom_attach">2</property>
  748. <property name="x_options"></property>
  749. <property name="y_options"></property>
  750. </packing>
  751. </child>
  752. </object>
  753. <packing>
  754. <property name="top_attach">2</property>
  755. <property name="bottom_attach">3</property>
  756. <property name="y_options">GTK_FILL</property>
  757. </packing>
  758. </child>
  759. <child>
  760. <object class="GtkHSeparator" id="hseparator">
  761. <property name="visible">True</property>
  762. </object>
  763. <packing>
  764. <property name="top_attach">1</property>
  765. <property name="bottom_attach">2</property>
  766. <property name="x_options">GTK_FILL</property>
  767. <property name="y_options">GTK_FILL</property>
  768. </packing>
  769. </child>
  770. </object>
  771. </child>
  772. </object>
  773. <object class="GtkWindow" id="p300-speller-toolbar">
  774. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  775. <property name="title" translatable="yes">P300 Speller</property>
  776. <property name="type_hint">dialog</property>
  777. <child>
  778. <object class="GtkToolbar" id="toolbar">
  779. <property name="width_request">640</property>
  780. <property name="visible">True</property>
  781. <property name="toolbar_style">both</property>
  782. <child>
  783. <object class="GtkToggleToolButton" id="toolbutton-show_target_text">
  784. <property name="visible">True</property>
  785. <property name="label" translatable="yes">Show Target Text</property>
  786. <property name="stock_id">gtk-info</property>
  787. <property name="active">True</property>
  788. </object>
  789. <packing>
  790. <property name="expand">False</property>
  791. <property name="homogeneous">True</property>
  792. </packing>
  793. </child>
  794. <child>
  795. <object class="GtkToggleToolButton" id="toolbutton-show_result_text">
  796. <property name="visible">True</property>
  797. <property name="label" translatable="yes">Show Result Text</property>
  798. <property name="stock_id">gtk-info</property>
  799. <property name="active">True</property>
  800. </object>
  801. <packing>
  802. <property name="expand">False</property>
  803. <property name="homogeneous">True</property>
  804. </packing>
  805. </child>
  806. </object>
  807. </child>
  808. </object>
  809. </interface>