paragalignpage.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="ParaAlignPage">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="valign">start</property>
  10. <property name="hexpand">True</property>
  11. <property name="border_width">6</property>
  12. <property name="row_spacing">12</property>
  13. <property name="column_spacing">24</property>
  14. <child>
  15. <object class="GtkAlignment" id="alignment4">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="top_padding">24</property>
  19. <child>
  20. <object class="GtkScrolledWindow">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="halign">end</property>
  24. <property name="valign">start</property>
  25. <property name="hexpand">True</property>
  26. <property name="hscrollbar_policy">never</property>
  27. <property name="vscrollbar_policy">never</property>
  28. <property name="shadow_type">in</property>
  29. <child>
  30. <object class="GtkViewport">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <child>
  34. <object class="GtkDrawingArea" id="drawingareaWN_EXAMPLE">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="halign">center</property>
  38. <property name="valign">start</property>
  39. <child internal-child="accessible">
  40. <object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
  41. <property name="AtkObject::accessible-name" translatable="yes" context="paragalignpage|drawingareaWN_EXAMPLE-atkobject">Example</property>
  42. </object>
  43. </child>
  44. </object>
  45. </child>
  46. </object>
  47. </child>
  48. </object>
  49. </child>
  50. </object>
  51. <packing>
  52. <property name="left_attach">1</property>
  53. <property name="top_attach">0</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <!-- n-columns=1 n-rows=1 -->
  58. <object class="GtkGrid" id="maingrid">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="halign">start</property>
  62. <property name="valign">start</property>
  63. <property name="hexpand">True</property>
  64. <property name="vexpand">True</property>
  65. <property name="row_spacing">12</property>
  66. <child>
  67. <object class="GtkFrame" id="frame1">
  68. <property name="visible">True</property>
  69. <property name="can_focus">False</property>
  70. <property name="label_xalign">0</property>
  71. <property name="shadow_type">none</property>
  72. <child>
  73. <object class="GtkAlignment" id="alignment1">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="top_padding">6</property>
  77. <property name="left_padding">12</property>
  78. <child>
  79. <!-- n-columns=1 n-rows=1 -->
  80. <object class="GtkGrid" id="grid2">
  81. <property name="visible">True</property>
  82. <property name="can_focus">False</property>
  83. <property name="row_spacing">3</property>
  84. <child>
  85. <object class="GtkRadioButton" id="radioBTN_LEFTALIGN">
  86. <property name="label" translatable="yes" context="paragalignpage|radioBTN_LEFTALIGN">_Left</property>
  87. <property name="visible">True</property>
  88. <property name="can_focus">True</property>
  89. <property name="receives_default">False</property>
  90. <property name="use_underline">True</property>
  91. <property name="xalign">0</property>
  92. <property name="active">True</property>
  93. <property name="draw_indicator">True</property>
  94. </object>
  95. <packing>
  96. <property name="left_attach">0</property>
  97. <property name="top_attach">0</property>
  98. </packing>
  99. </child>
  100. <child>
  101. <object class="GtkRadioButton" id="radioBTN_RIGHTALIGN">
  102. <property name="label" translatable="yes" context="paragalignpage|radioBTN_RIGHTALIGN">_Right</property>
  103. <property name="visible">True</property>
  104. <property name="can_focus">True</property>
  105. <property name="receives_default">False</property>
  106. <property name="use_underline">True</property>
  107. <property name="xalign">0</property>
  108. <property name="draw_indicator">True</property>
  109. <property name="group">radioBTN_LEFTALIGN</property>
  110. </object>
  111. <packing>
  112. <property name="left_attach">0</property>
  113. <property name="top_attach">1</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkRadioButton" id="radioBTN_CENTERALIGN">
  118. <property name="label" translatable="yes" context="paragalignpage|radioBTN_CENTERALIGN">_Center</property>
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="receives_default">False</property>
  122. <property name="relief">none</property>
  123. <property name="use_underline">True</property>
  124. <property name="xalign">0</property>
  125. <property name="draw_indicator">True</property>
  126. <property name="group">radioBTN_LEFTALIGN</property>
  127. </object>
  128. <packing>
  129. <property name="left_attach">0</property>
  130. <property name="top_attach">2</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkRadioButton" id="radioBTN_JUSTIFYALIGN">
  135. <property name="label" translatable="yes" context="paragalignpage|radioBTN_JUSTIFYALIGN">_Justified</property>
  136. <property name="visible">True</property>
  137. <property name="can_focus">True</property>
  138. <property name="receives_default">False</property>
  139. <property name="use_underline">True</property>
  140. <property name="xalign">0</property>
  141. <property name="draw_indicator">True</property>
  142. <property name="group">radioBTN_LEFTALIGN</property>
  143. </object>
  144. <packing>
  145. <property name="left_attach">0</property>
  146. <property name="top_attach">3</property>
  147. </packing>
  148. </child>
  149. <child>
  150. <object class="GtkCheckButton" id="checkCB_EXPAND">
  151. <property name="label" translatable="yes" context="paragalignpage|checkCB_EXPAND">_Expand single word</property>
  152. <property name="visible">True</property>
  153. <property name="can_focus">True</property>
  154. <property name="receives_default">False</property>
  155. <property name="margin_left">22</property>
  156. <property name="relief">none</property>
  157. <property name="use_underline">True</property>
  158. <property name="xalign">0</property>
  159. <property name="draw_indicator">True</property>
  160. </object>
  161. <packing>
  162. <property name="left_attach">0</property>
  163. <property name="top_attach">5</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkCheckButton" id="checkCB_SNAP">
  168. <property name="label" translatable="yes" context="paragalignpage|checkCB_SNAP">_Snap to text grid (if active)</property>
  169. <property name="visible">True</property>
  170. <property name="can_focus">True</property>
  171. <property name="receives_default">False</property>
  172. <property name="margin_left">22</property>
  173. <property name="use_underline">True</property>
  174. <property name="xalign">0</property>
  175. <property name="draw_indicator">True</property>
  176. </object>
  177. <packing>
  178. <property name="left_attach">0</property>
  179. <property name="top_attach">6</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkBox" id="box5">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="homogeneous">True</property>
  187. <child>
  188. <object class="GtkLabel" id="labelST_RIGHTALIGN_ASIAN">
  189. <property name="can_focus">False</property>
  190. <property name="label" translatable="yes" context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Righ_t/Bottom</property>
  191. <property name="use_underline">True</property>
  192. </object>
  193. <packing>
  194. <property name="expand">False</property>
  195. <property name="fill">True</property>
  196. <property name="position">0</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <object class="GtkLabel" id="labelST_LEFTALIGN_ASIAN">
  201. <property name="can_focus">False</property>
  202. <property name="xpad">5</property>
  203. <property name="label" translatable="yes" context="paragalignpage|labelST_LEFTALIGN_ASIAN">_Left/Top</property>
  204. <property name="use_underline">True</property>
  205. </object>
  206. <packing>
  207. <property name="expand">False</property>
  208. <property name="fill">True</property>
  209. <property name="position">1</property>
  210. </packing>
  211. </child>
  212. </object>
  213. <packing>
  214. <property name="left_attach">0</property>
  215. <property name="top_attach">7</property>
  216. </packing>
  217. </child>
  218. <child>
  219. <object class="GtkAlignment">
  220. <property name="visible">True</property>
  221. <property name="can_focus">False</property>
  222. <property name="left_padding">18</property>
  223. <child>
  224. <object class="GtkBox" id="box4">
  225. <property name="visible">True</property>
  226. <property name="can_focus">False</property>
  227. <property name="spacing">6</property>
  228. <child>
  229. <object class="GtkLabel" id="labelLB_LASTLINE">
  230. <property name="visible">True</property>
  231. <property name="can_focus">False</property>
  232. <property name="label" translatable="yes" context="paragalignpage|labelLB_LASTLINE">_Last line:</property>
  233. <property name="use_underline">True</property>
  234. <property name="mnemonic_widget">comboLB_LASTLINE</property>
  235. <property name="xalign">0</property>
  236. </object>
  237. <packing>
  238. <property name="expand">False</property>
  239. <property name="fill">True</property>
  240. <property name="position">0</property>
  241. </packing>
  242. </child>
  243. <child>
  244. <object class="GtkComboBoxText" id="comboLB_LASTLINE">
  245. <property name="visible">True</property>
  246. <property name="can_focus">False</property>
  247. <property name="active">0</property>
  248. <items>
  249. <item id="0" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item>
  250. <item id="1" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Start</item>
  251. <item id="2" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Centered</item>
  252. <item id="3" translatable="yes" context="paragalignpage|liststoreLB_LASTLINE">Justified</item>
  253. </items>
  254. </object>
  255. <packing>
  256. <property name="expand">False</property>
  257. <property name="fill">True</property>
  258. <property name="position">1</property>
  259. </packing>
  260. </child>
  261. </object>
  262. </child>
  263. </object>
  264. <packing>
  265. <property name="left_attach">0</property>
  266. <property name="top_attach">4</property>
  267. </packing>
  268. </child>
  269. </object>
  270. </child>
  271. </object>
  272. </child>
  273. <child type="label">
  274. <object class="GtkLabel" id="label1">
  275. <property name="visible">True</property>
  276. <property name="can_focus">False</property>
  277. <property name="label" translatable="yes" context="paragalignpage|label1">Options</property>
  278. <attributes>
  279. <attribute name="weight" value="bold"/>
  280. </attributes>
  281. </object>
  282. </child>
  283. </object>
  284. <packing>
  285. <property name="left_attach">0</property>
  286. <property name="top_attach">0</property>
  287. </packing>
  288. </child>
  289. <child>
  290. <object class="GtkFrame" id="frameFL_VERTALIGN">
  291. <property name="visible">True</property>
  292. <property name="can_focus">False</property>
  293. <property name="label_xalign">0</property>
  294. <property name="shadow_type">none</property>
  295. <child>
  296. <object class="GtkAlignment" id="alignment2">
  297. <property name="visible">True</property>
  298. <property name="can_focus">False</property>
  299. <property name="top_padding">6</property>
  300. <property name="left_padding">12</property>
  301. <child>
  302. <object class="GtkBox" id="box2">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="spacing">6</property>
  306. <child>
  307. <object class="GtkLabel" id="labelFT_VERTALIGN">
  308. <property name="visible">True</property>
  309. <property name="can_focus">False</property>
  310. <property name="label" translatable="yes" context="paragalignpage|labelFT_VERTALIGN">_Alignment:</property>
  311. <property name="use_underline">True</property>
  312. <property name="mnemonic_widget">comboLB_VERTALIGN</property>
  313. <property name="xalign">0</property>
  314. </object>
  315. <packing>
  316. <property name="expand">False</property>
  317. <property name="fill">True</property>
  318. <property name="position">0</property>
  319. </packing>
  320. </child>
  321. <child>
  322. <object class="GtkComboBoxText" id="comboLB_VERTALIGN">
  323. <property name="visible">True</property>
  324. <property name="can_focus">False</property>
  325. <property name="active">0</property>
  326. <items>
  327. <item id="0" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Automatic</item>
  328. <item id="1" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Base line</item>
  329. <item id="2" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Top</item>
  330. <item id="3" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Middle</item>
  331. <item id="4" translatable="yes" context="paragalignpage|liststoreLB_VERTALIGN">Bottom</item>
  332. </items>
  333. </object>
  334. <packing>
  335. <property name="expand">False</property>
  336. <property name="fill">True</property>
  337. <property name="position">1</property>
  338. </packing>
  339. </child>
  340. </object>
  341. </child>
  342. </object>
  343. </child>
  344. <child type="label">
  345. <object class="GtkLabel" id="labelFL_VERTALIGN">
  346. <property name="visible">True</property>
  347. <property name="can_focus">False</property>
  348. <property name="label" translatable="yes" context="paragalignpage|labelFL_VERTALIGN">Text-to-text</property>
  349. <attributes>
  350. <attribute name="weight" value="bold"/>
  351. </attributes>
  352. </object>
  353. </child>
  354. </object>
  355. <packing>
  356. <property name="left_attach">0</property>
  357. <property name="top_attach">1</property>
  358. </packing>
  359. </child>
  360. <child>
  361. <object class="GtkFrame" id="framePROPERTIES">
  362. <property name="visible">True</property>
  363. <property name="can_focus">False</property>
  364. <property name="label_xalign">0</property>
  365. <property name="shadow_type">none</property>
  366. <child>
  367. <object class="GtkAlignment" id="alignment3">
  368. <property name="visible">True</property>
  369. <property name="can_focus">False</property>
  370. <property name="top_padding">6</property>
  371. <property name="left_padding">12</property>
  372. <child>
  373. <object class="GtkBox" id="box3">
  374. <property name="visible">True</property>
  375. <property name="can_focus">False</property>
  376. <property name="spacing">6</property>
  377. <child>
  378. <object class="GtkLabel" id="label2">
  379. <property name="visible">True</property>
  380. <property name="can_focus">False</property>
  381. <property name="label" translatable="yes" context="paragalignpage|label2">_Text direction:</property>
  382. <property name="use_underline">True</property>
  383. <property name="mnemonic_widget">comboLB_TEXTDIRECTION</property>
  384. <property name="xalign">0</property>
  385. </object>
  386. <packing>
  387. <property name="expand">False</property>
  388. <property name="fill">True</property>
  389. <property name="position">0</property>
  390. </packing>
  391. </child>
  392. <child>
  393. <object class="GtkComboBoxText" id="comboLB_TEXTDIRECTION">
  394. <property name="visible">True</property>
  395. <property name="can_focus">False</property>
  396. </object>
  397. <packing>
  398. <property name="expand">False</property>
  399. <property name="fill">True</property>
  400. <property name="position">1</property>
  401. </packing>
  402. </child>
  403. </object>
  404. </child>
  405. </object>
  406. </child>
  407. <child type="label">
  408. <object class="GtkLabel" id="labelFL_PROPERTIES">
  409. <property name="visible">True</property>
  410. <property name="can_focus">False</property>
  411. <property name="label" translatable="yes" context="paragalignpage|labelFL_PROPERTIES">Properties</property>
  412. <attributes>
  413. <attribute name="weight" value="bold"/>
  414. </attributes>
  415. </object>
  416. </child>
  417. </object>
  418. <packing>
  419. <property name="left_attach">0</property>
  420. <property name="top_attach">2</property>
  421. </packing>
  422. </child>
  423. </object>
  424. <packing>
  425. <property name="left_attach">0</property>
  426. <property name="top_attach">0</property>
  427. </packing>
  428. </child>
  429. </object>
  430. <object class="GtkSizeGroup" id="sizegroup1">
  431. <widgets>
  432. <widget name="labelFT_VERTALIGN"/>
  433. <widget name="label2"/>
  434. </widgets>
  435. </object>
  436. <object class="GtkSizeGroup" id="sizegroup2">
  437. <widgets>
  438. <widget name="comboLB_VERTALIGN"/>
  439. <widget name="comboLB_TEXTDIRECTION"/>
  440. </widgets>
  441. </object>
  442. </interface>