textgridpage.ui 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustmentCHARSPERLINE">
  6. <property name="lower">1</property>
  7. <property name="upper">233</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkAdjustment" id="adjustmentLINESPERPAGE">
  13. <property name="lower">1</property>
  14. <property name="upper">154</property>
  15. <property name="step_increment">1</property>
  16. <property name="page_increment">10</property>
  17. </object>
  18. <object class="GtkAdjustment" id="adjustmentMetric">
  19. <property name="lower">1</property>
  20. <property name="upper">5600</property>
  21. <property name="value">10</property>
  22. <property name="step_increment">0.05</property>
  23. <property name="page_increment">1</property>
  24. </object>
  25. <object class="GtkAdjustment" id="adjustmentMetric1">
  26. <property name="lower">1</property>
  27. <property name="upper">5600</property>
  28. <property name="value">10</property>
  29. <property name="step_increment">0.05</property>
  30. <property name="page_increment">1</property>
  31. </object>
  32. <object class="GtkAdjustment" id="adjustmentMetric2">
  33. <property name="lower">1</property>
  34. <property name="upper">5600</property>
  35. <property name="value">10</property>
  36. <property name="step_increment">0.05</property>
  37. <property name="page_increment">1</property>
  38. </object>
  39. <object class="GtkBox" id="TextGridPage">
  40. <property name="visible">True</property>
  41. <property name="can_focus">False</property>
  42. <property name="border_width">6</property>
  43. <property name="orientation">vertical</property>
  44. <property name="spacing">12</property>
  45. <child>
  46. <object class="GtkFrame" id="frameGrid">
  47. <property name="visible">True</property>
  48. <property name="can_focus">False</property>
  49. <property name="label_xalign">0</property>
  50. <property name="shadow_type">none</property>
  51. <child>
  52. <object class="GtkAlignment" id="alignment3">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="top_padding">6</property>
  56. <child>
  57. <object class="GtkBox" id="box1">
  58. <property name="visible">True</property>
  59. <property name="can_focus">False</property>
  60. <child>
  61. <!-- n-columns=1 n-rows=1 -->
  62. <object class="GtkGrid" id="GridGrid">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. <property name="border_width">6</property>
  66. <property name="row_spacing">6</property>
  67. <property name="column_spacing">12</property>
  68. <child>
  69. <object class="GtkRadioButton" id="radioRB_NOGRID">
  70. <property name="label" translatable="yes" context="textgridpage|radioRB_NOGRID">No grid</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="receives_default">False</property>
  74. <property name="use_underline">True</property>
  75. <property name="xalign">0</property>
  76. <property name="active">True</property>
  77. <property name="draw_indicator">True</property>
  78. <child internal-child="accessible">
  79. <object class="AtkObject" id="radioRB_NOGRID-atkobject">
  80. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|radioRB_NOGRID">Adds or removes a text grid for lines or characters to the current page style.</property>
  81. </object>
  82. </child>
  83. </object>
  84. <packing>
  85. <property name="left_attach">0</property>
  86. <property name="top_attach">0</property>
  87. </packing>
  88. </child>
  89. <child>
  90. <object class="GtkRadioButton" id="radioRB_LINESGRID">
  91. <property name="label" translatable="yes" context="textgridpage|radioRB_LINESGRID">Grid (lines only)</property>
  92. <property name="visible">True</property>
  93. <property name="can_focus">True</property>
  94. <property name="receives_default">False</property>
  95. <property name="use_underline">True</property>
  96. <property name="xalign">0</property>
  97. <property name="draw_indicator">True</property>
  98. <property name="group">radioRB_NOGRID</property>
  99. <child internal-child="accessible">
  100. <object class="AtkObject" id="radioRB_LINESGRID-atkobject">
  101. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|radioRB_LINESGRID">Adds or removes a text grid for lines or characters to the current page style.</property>
  102. </object>
  103. </child>
  104. </object>
  105. <packing>
  106. <property name="left_attach">0</property>
  107. <property name="top_attach">1</property>
  108. </packing>
  109. </child>
  110. <child>
  111. <object class="GtkRadioButton" id="radioRB_CHARSGRID">
  112. <property name="label" translatable="yes" context="textgridpage|radioRB_CHARSGRID">Grid (lines and characters)</property>
  113. <property name="visible">True</property>
  114. <property name="can_focus">True</property>
  115. <property name="receives_default">False</property>
  116. <property name="use_underline">True</property>
  117. <property name="xalign">0</property>
  118. <property name="draw_indicator">True</property>
  119. <property name="group">radioRB_NOGRID</property>
  120. <child internal-child="accessible">
  121. <object class="AtkObject" id="radioRB_CHARSGRID-atkobject">
  122. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|radioRB_CHARSGRID">Adds or removes a text grid for lines or characters to the current page style.</property>
  123. </object>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="left_attach">0</property>
  128. <property name="top_attach">2</property>
  129. </packing>
  130. </child>
  131. <child>
  132. <object class="GtkCheckButton" id="checkCB_SNAPTOCHARS">
  133. <property name="label" translatable="yes" context="textgridpage|checkCB_SNAPTOCHARS">_Snap to characters</property>
  134. <property name="visible">True</property>
  135. <property name="can_focus">True</property>
  136. <property name="receives_default">False</property>
  137. <property name="halign">start</property>
  138. <property name="margin_left">12</property>
  139. <property name="use_underline">True</property>
  140. <property name="xalign">0</property>
  141. <property name="draw_indicator">True</property>
  142. </object>
  143. <packing>
  144. <property name="left_attach">0</property>
  145. <property name="top_attach">3</property>
  146. </packing>
  147. </child>
  148. </object>
  149. <packing>
  150. <property name="expand">False</property>
  151. <property name="fill">True</property>
  152. <property name="position">0</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkDrawingArea" id="drawingareaWN_EXAMPLE">
  157. <property name="visible">True</property>
  158. <property name="can_focus">False</property>
  159. <property name="halign">center</property>
  160. <property name="valign">center</property>
  161. </object>
  162. <packing>
  163. <property name="expand">True</property>
  164. <property name="fill">True</property>
  165. <property name="position">1</property>
  166. </packing>
  167. </child>
  168. </object>
  169. </child>
  170. </object>
  171. </child>
  172. <child type="label">
  173. <object class="GtkLabel" id="labelGrid">
  174. <property name="visible">True</property>
  175. <property name="can_focus">False</property>
  176. <property name="label" translatable="yes" context="textgridpage|labelGrid">Grid</property>
  177. <attributes>
  178. <attribute name="weight" value="bold"/>
  179. </attributes>
  180. </object>
  181. </child>
  182. </object>
  183. <packing>
  184. <property name="expand">False</property>
  185. <property name="fill">True</property>
  186. <property name="position">0</property>
  187. </packing>
  188. </child>
  189. <child>
  190. <object class="GtkFrame" id="frameFL_LAYOUT">
  191. <property name="visible">True</property>
  192. <property name="can_focus">False</property>
  193. <property name="halign">start</property>
  194. <property name="label_xalign">0</property>
  195. <property name="shadow_type">none</property>
  196. <child>
  197. <object class="GtkAlignment" id="alignment1">
  198. <property name="visible">True</property>
  199. <property name="can_focus">False</property>
  200. <property name="top_padding">6</property>
  201. <property name="left_padding">12</property>
  202. <child>
  203. <object class="GtkBox" id="box4">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="orientation">vertical</property>
  207. <property name="spacing">6</property>
  208. <child>
  209. <!-- n-columns=1 n-rows=1 -->
  210. <object class="GtkGrid" id="grid1">
  211. <property name="visible">True</property>
  212. <property name="can_focus">False</property>
  213. <property name="column_spacing">18</property>
  214. <child>
  215. <!-- n-columns=1 n-rows=1 -->
  216. <object class="GtkGrid" id="grid4">
  217. <property name="visible">True</property>
  218. <property name="can_focus">False</property>
  219. <property name="valign">start</property>
  220. <property name="row_spacing">6</property>
  221. <property name="column_spacing">12</property>
  222. <property name="row_homogeneous">True</property>
  223. <child>
  224. <object class="GtkLabel" id="labelFT_CHARSPERLINE">
  225. <property name="visible">True</property>
  226. <property name="can_focus">False</property>
  227. <property name="halign">start</property>
  228. <property name="label" translatable="yes" context="textgridpage|labelFT_CHARSPERLINE">Characters per line:</property>
  229. <property name="use_underline">True</property>
  230. <property name="mnemonic_widget">spinNF_CHARSPERLINE</property>
  231. </object>
  232. <packing>
  233. <property name="left_attach">0</property>
  234. <property name="top_attach">1</property>
  235. </packing>
  236. </child>
  237. <child>
  238. <object class="GtkSpinButton" id="spinNF_CHARSPERLINE">
  239. <property name="visible">True</property>
  240. <property name="can_focus">True</property>
  241. <property name="adjustment">adjustmentCHARSPERLINE</property>
  242. <property name="truncate-multiline">True</property>
  243. <child internal-child="accessible">
  244. <object class="AtkObject" id="spinNF_CHARSPERLINE-atkobject">
  245. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|spinNF_CHARSPERLINE">Enter the maximum number of characters that you want on a line.</property>
  246. </object>
  247. </child>
  248. </object>
  249. <packing>
  250. <property name="left_attach">1</property>
  251. <property name="top_attach">1</property>
  252. </packing>
  253. </child>
  254. <child>
  255. <object class="GtkLabel" id="labelFT_CHARRANGE">
  256. <property name="visible">True</property>
  257. <property name="can_focus">False</property>
  258. <property name="halign">start</property>
  259. <property name="label" context="textgridpage|labelFT_CHARRANGE">(1-45)</property>
  260. <property name="use_underline">True</property>
  261. </object>
  262. <packing>
  263. <property name="left_attach">2</property>
  264. <property name="top_attach">1</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkLabel" id="labelFT_LINESPERPAGE">
  269. <property name="visible">True</property>
  270. <property name="can_focus">False</property>
  271. <property name="halign">start</property>
  272. <property name="label" translatable="yes" context="textgridpage|labelFT_LINESPERPAGE">Lines per page:</property>
  273. <property name="use_underline">True</property>
  274. <property name="mnemonic_widget">spinNF_LINESPERPAGE</property>
  275. </object>
  276. <packing>
  277. <property name="left_attach">0</property>
  278. <property name="top_attach">0</property>
  279. </packing>
  280. </child>
  281. <child>
  282. <object class="GtkSpinButton" id="spinNF_LINESPERPAGE">
  283. <property name="visible">True</property>
  284. <property name="can_focus">True</property>
  285. <property name="input_purpose">digits</property>
  286. <property name="adjustment">adjustmentLINESPERPAGE</property>
  287. <property name="numeric">True</property>
  288. <property name="truncate-multiline">True</property>
  289. <child internal-child="accessible">
  290. <object class="AtkObject" id="spinNF_LINESPERPAGE-atkobject">
  291. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|spinNF_LINESPERPAGE">Enter the maximum number of lines that you want on a page.</property>
  292. </object>
  293. </child>
  294. </object>
  295. <packing>
  296. <property name="left_attach">1</property>
  297. <property name="top_attach">0</property>
  298. </packing>
  299. </child>
  300. <child>
  301. <object class="GtkLabel" id="labelFT_LINERANGE">
  302. <property name="visible">True</property>
  303. <property name="can_focus">False</property>
  304. <property name="halign">start</property>
  305. <property name="ypad">4</property>
  306. <property name="label" context="textgridpage|labelFT_LINERANGE">(1-48)</property>
  307. </object>
  308. <packing>
  309. <property name="left_attach">2</property>
  310. <property name="top_attach">0</property>
  311. </packing>
  312. </child>
  313. </object>
  314. <packing>
  315. <property name="left_attach">0</property>
  316. <property name="top_attach">0</property>
  317. </packing>
  318. </child>
  319. <child>
  320. <!-- n-columns=1 n-rows=1 -->
  321. <object class="GtkGrid" id="grid3">
  322. <property name="visible">True</property>
  323. <property name="can_focus">False</property>
  324. <property name="valign">start</property>
  325. <property name="row_spacing">6</property>
  326. <property name="column_spacing">12</property>
  327. <child>
  328. <object class="GtkSpinButton" id="spinMF_CHARWIDTH">
  329. <property name="visible">True</property>
  330. <property name="can_focus">True</property>
  331. <property name="activates_default">True</property>
  332. <property name="adjustment">adjustmentMetric2</property>
  333. <property name="truncate-multiline">True</property>
  334. <property name="digits">2</property>
  335. </object>
  336. <packing>
  337. <property name="left_attach">1</property>
  338. <property name="top_attach">2</property>
  339. </packing>
  340. </child>
  341. <child>
  342. <object class="GtkLabel" id="labelFT_CHARWIDTH">
  343. <property name="visible">True</property>
  344. <property name="can_focus">False</property>
  345. <property name="halign">start</property>
  346. <property name="label" translatable="yes" context="textgridpage|labelFT_CHARWIDTH">Character _width:</property>
  347. <property name="use_underline">True</property>
  348. <property name="mnemonic_widget">spinMF_CHARWIDTH</property>
  349. </object>
  350. <packing>
  351. <property name="left_attach">0</property>
  352. <property name="top_attach">2</property>
  353. </packing>
  354. </child>
  355. <child>
  356. <object class="GtkLabel" id="labelFT_RUBYSIZE">
  357. <property name="visible">True</property>
  358. <property name="can_focus">False</property>
  359. <property name="halign">start</property>
  360. <property name="label" translatable="yes" context="textgridpage|labelFT_RUBYSIZE">Max. Ruby text size:</property>
  361. <property name="use_underline">True</property>
  362. <property name="mnemonic_widget">spinMF_RUBYSIZE</property>
  363. </object>
  364. <packing>
  365. <property name="left_attach">0</property>
  366. <property name="top_attach">1</property>
  367. </packing>
  368. </child>
  369. <child>
  370. <object class="GtkSpinButton" id="spinMF_RUBYSIZE">
  371. <property name="visible">True</property>
  372. <property name="can_focus">True</property>
  373. <property name="activates_default">True</property>
  374. <property name="adjustment">adjustmentMetric1</property>
  375. <property name="digits">2</property>
  376. <property name="truncate-multiline">True</property>
  377. <child internal-child="accessible">
  378. <object class="AtkObject" id="spinMF_RUBYSIZE-atkobject">
  379. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|spinMF_RUBYSIZE">Enter the font size for the Ruby text.</property>
  380. </object>
  381. </child>
  382. </object>
  383. <packing>
  384. <property name="left_attach">1</property>
  385. <property name="top_attach">1</property>
  386. </packing>
  387. </child>
  388. <child>
  389. <object class="GtkLabel" id="labelFT_TEXTSIZE">
  390. <property name="visible">True</property>
  391. <property name="can_focus">False</property>
  392. <property name="halign">start</property>
  393. <property name="label" translatable="yes" context="textgridpage|labelFT_TEXTSIZE">Max. base text size:</property>
  394. <property name="use_underline">True</property>
  395. <property name="mnemonic_widget">spinMF_TEXTSIZE</property>
  396. </object>
  397. <packing>
  398. <property name="left_attach">0</property>
  399. <property name="top_attach">0</property>
  400. </packing>
  401. </child>
  402. <child>
  403. <object class="GtkSpinButton" id="spinMF_TEXTSIZE">
  404. <property name="visible">True</property>
  405. <property name="can_focus">True</property>
  406. <property name="activates_default">True</property>
  407. <property name="adjustment">adjustmentMetric</property>
  408. <property name="digits">2</property>
  409. <property name="truncate-multiline">True</property>
  410. <child internal-child="accessible">
  411. <object class="AtkObject" id="spinMF_TEXTSIZE-atkobject">
  412. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|spinMF_TEXTSIZE">Enter the maximum base text size. A large value results in less characters per line.</property>
  413. </object>
  414. </child>
  415. </object>
  416. <packing>
  417. <property name="left_attach">1</property>
  418. <property name="top_attach">0</property>
  419. </packing>
  420. </child>
  421. </object>
  422. <packing>
  423. <property name="left_attach">1</property>
  424. <property name="top_attach">0</property>
  425. </packing>
  426. </child>
  427. </object>
  428. <packing>
  429. <property name="expand">False</property>
  430. <property name="fill">True</property>
  431. <property name="position">0</property>
  432. </packing>
  433. </child>
  434. <child>
  435. <object class="GtkCheckButton" id="checkCB_RUBYBELOW">
  436. <property name="label" translatable="yes" context="textgridpage|checkCB_RUBYBELOW">Ruby text below/left from base text</property>
  437. <property name="visible">True</property>
  438. <property name="can_focus">True</property>
  439. <property name="receives_default">False</property>
  440. <property name="halign">start</property>
  441. <property name="margin_left">12</property>
  442. <property name="use_underline">True</property>
  443. <property name="xalign">0</property>
  444. <property name="draw_indicator">True</property>
  445. <child internal-child="accessible">
  446. <object class="AtkObject" id="checkCB_RUBYBELOW-atkobject">
  447. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|checkCB_RUBYBELOW">Displays Ruby text to the left of or below the base text.</property>
  448. </object>
  449. </child>
  450. </object>
  451. <packing>
  452. <property name="expand">False</property>
  453. <property name="fill">True</property>
  454. <property name="position">5</property>
  455. </packing>
  456. </child>
  457. </object>
  458. </child>
  459. </object>
  460. </child>
  461. <child type="label">
  462. <object class="GtkLabel" id="labelGridLayout">
  463. <property name="visible">True</property>
  464. <property name="can_focus">False</property>
  465. <property name="label" translatable="yes" context="textgridpage|labelGridLayout">Grid Layout</property>
  466. <attributes>
  467. <attribute name="weight" value="bold"/>
  468. </attributes>
  469. </object>
  470. </child>
  471. </object>
  472. <packing>
  473. <property name="expand">False</property>
  474. <property name="fill">True</property>
  475. <property name="position">1</property>
  476. </packing>
  477. </child>
  478. <child>
  479. <object class="GtkFrame" id="frameFL_DISPLAY">
  480. <property name="visible">True</property>
  481. <property name="can_focus">False</property>
  482. <property name="label_xalign">0</property>
  483. <property name="shadow_type">none</property>
  484. <child>
  485. <object class="GtkAlignment" id="alignment2">
  486. <property name="visible">True</property>
  487. <property name="can_focus">False</property>
  488. <property name="top_padding">6</property>
  489. <property name="left_padding">12</property>
  490. <child>
  491. <!-- n-columns=1 n-rows=1 -->
  492. <object class="GtkGrid" id="grid2">
  493. <property name="visible">True</property>
  494. <property name="can_focus">False</property>
  495. <property name="row_spacing">6</property>
  496. <property name="column_spacing">12</property>
  497. <child>
  498. <object class="GtkCheckButton" id="checkCB_DISPLAY">
  499. <property name="label" translatable="yes" context="textgridpage|checkCB_DISPLAY">Display grid</property>
  500. <property name="visible">True</property>
  501. <property name="can_focus">True</property>
  502. <property name="receives_default">False</property>
  503. <property name="halign">start</property>
  504. <property name="use_underline">True</property>
  505. <property name="xalign">0</property>
  506. <property name="draw_indicator">True</property>
  507. <child internal-child="accessible">
  508. <object class="AtkObject" id="checkCB_DISPLAY-atkobject">
  509. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|checkCB_DISPLAY">Specifies the printing and color options of the text grid.</property>
  510. </object>
  511. </child>
  512. </object>
  513. <packing>
  514. <property name="left_attach">0</property>
  515. <property name="top_attach">0</property>
  516. </packing>
  517. </child>
  518. <child>
  519. <object class="GtkCheckButton" id="checkCB_PRINT">
  520. <property name="label" translatable="yes" context="textgridpage|checkCB_PRINT">Print grid</property>
  521. <property name="visible">True</property>
  522. <property name="can_focus">True</property>
  523. <property name="receives_default">False</property>
  524. <property name="halign">start</property>
  525. <property name="margin_left">12</property>
  526. <property name="use_underline">True</property>
  527. <property name="xalign">0</property>
  528. <property name="draw_indicator">True</property>
  529. <child internal-child="accessible">
  530. <object class="AtkObject" id="checkCB_PRINT-atkobject">
  531. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|checkCB_PRINT">Specifies the printing and color options of the text grid.</property>
  532. </object>
  533. </child>
  534. </object>
  535. <packing>
  536. <property name="left_attach">0</property>
  537. <property name="top_attach">1</property>
  538. </packing>
  539. </child>
  540. <child>
  541. <object class="GtkLabel" id="labelFT_COLOR">
  542. <property name="visible">True</property>
  543. <property name="can_focus">False</property>
  544. <property name="halign">end</property>
  545. <property name="label" translatable="yes" context="textgridpage|labelFT_COLOR">Grid color:</property>
  546. <property name="use_underline">True</property>
  547. <property name="mnemonic_widget">listLB_COLOR</property>
  548. </object>
  549. <packing>
  550. <property name="left_attach">1</property>
  551. <property name="top_attach">0</property>
  552. </packing>
  553. </child>
  554. <child>
  555. <object class="GtkMenuButton" id="listLB_COLOR">
  556. <property name="label" translatable="no"></property>
  557. <property name="visible">True</property>
  558. <property name="can_focus">True</property>
  559. <property name="receives_default">False</property>
  560. <property name="halign">start</property>
  561. <property name="valign">center</property>
  562. <property name="xalign">0</property>
  563. <property name="draw_indicator">True</property>
  564. <child>
  565. <placeholder/>
  566. </child>
  567. <child internal-child="accessible">
  568. <object class="AtkObject" id="listLB_COLOR-atkobject">
  569. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|listLB_COLOR">Specifies the printing and color options of the text grid.</property>
  570. </object>
  571. </child>
  572. </object>
  573. <packing>
  574. <property name="left_attach">2</property>
  575. <property name="top_attach">0</property>
  576. </packing>
  577. </child>
  578. <child>
  579. <placeholder/>
  580. </child>
  581. <child>
  582. <placeholder/>
  583. </child>
  584. </object>
  585. </child>
  586. </object>
  587. </child>
  588. <child type="label">
  589. <object class="GtkLabel" id="labelFL_DISPLAY">
  590. <property name="visible">True</property>
  591. <property name="can_focus">False</property>
  592. <property name="label" translatable="yes" context="textgridpage|labelFL_DISPLAY">Grid Display</property>
  593. <attributes>
  594. <attribute name="weight" value="bold"/>
  595. </attributes>
  596. </object>
  597. </child>
  598. </object>
  599. <packing>
  600. <property name="expand">False</property>
  601. <property name="fill">True</property>
  602. <property name="position">2</property>
  603. </packing>
  604. </child>
  605. <child internal-child="accessible">
  606. <object class="AtkObject" id="TextGridPage-atkobject">
  607. <property name="AtkObject::accessible-description" translatable="yes" context="textgridpage|extended_tip|TextGridPage">Adds a text grid to the current page style. This option is only available if Asian language support is enabled under Language Settings - Languages in the Options dialog box.</property>
  608. </object>
  609. </child>
  610. </object>
  611. </interface>