textflowpage.ui 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">2</property>
  7. <property name="upper">9</property>
  8. <property name="value">2</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkAdjustment" id="adjustment2">
  13. <property name="upper">99</property>
  14. <property name="step_increment">1</property>
  15. <property name="page_increment">10</property>
  16. </object>
  17. <object class="GtkAdjustment" id="adjustment3">
  18. <property name="upper">55535</property>
  19. <property name="value">1</property>
  20. <property name="step_increment">1</property>
  21. <property name="page_increment">10</property>
  22. </object>
  23. <object class="GtkAdjustment" id="adjustment4">
  24. <property name="lower">2</property>
  25. <property name="upper">9</property>
  26. <property name="value">2</property>
  27. <property name="step_increment">1</property>
  28. <property name="page_increment">10</property>
  29. </object>
  30. <object class="GtkAdjustment" id="adjustment5">
  31. <property name="lower">2</property>
  32. <property name="upper">9</property>
  33. <property name="value">2</property>
  34. <property name="step_increment">1</property>
  35. <property name="page_increment">10</property>
  36. </object>
  37. <object class="GtkAdjustment" id="adjustment6">
  38. <property name="lower">2</property>
  39. <property name="upper">9</property>
  40. <property name="value">2</property>
  41. <property name="step_increment">1</property>
  42. <property name="page_increment">10</property>
  43. </object>
  44. <!-- n-columns=1 n-rows=1 -->
  45. <object class="GtkGrid" id="TextFlowPage">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="border_width">6</property>
  49. <property name="row_spacing">12</property>
  50. <property name="column_spacing">12</property>
  51. <child>
  52. <object class="GtkFrame" id="FrameHyphenation">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="events">GDK_EXPOSURE_MASK</property>
  56. <property name="label_xalign">0</property>
  57. <property name="shadow_type">none</property>
  58. <child>
  59. <object class="GtkAlignment" id="protection1">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="top_padding">6</property>
  63. <property name="left_padding">12</property>
  64. <child>
  65. <!-- n-columns=1 n-rows=1 -->
  66. <object class="GtkGrid" id="grid1">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="row_spacing">6</property>
  70. <property name="column_spacing">12</property>
  71. <child>
  72. <object class="GtkCheckButton" id="checkAuto">
  73. <property name="label" translatable="yes" context="textflowpage|checkAuto">A_utomatically</property>
  74. <property name="visible">True</property>
  75. <property name="can_focus">True</property>
  76. <property name="receives_default">False</property>
  77. <property name="use_underline">True</property>
  78. <property name="xalign">0</property>
  79. <property name="always_show_image">True</property>
  80. <property name="inconsistent">True</property>
  81. <property name="draw_indicator">True</property>
  82. <child internal-child="accessible">
  83. <object class="AtkObject" id="checkAuto-atkobject">
  84. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkAuto">Automatically inserts hyphens where they are needed in a paragraph.</property>
  85. </object>
  86. </child>
  87. </object>
  88. <packing>
  89. <property name="left_attach">0</property>
  90. <property name="top_attach">0</property>
  91. <property name="width">2</property>
  92. </packing>
  93. </child>
  94. <child>
  95. <object class="GtkSpinButton" id="spinMaxNum">
  96. <property name="visible">True</property>
  97. <property name="can_focus">True</property>
  98. <property name="halign">start</property>
  99. <property name="margin_left">25</property>
  100. <property name="activates_default">True</property>
  101. <property name="adjustment">adjustment2</property>
  102. <property name="truncate-multiline">True</property>
  103. <child internal-child="accessible">
  104. <object class="AtkObject" id="spinMaxNum-atkobject">
  105. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinMaxNum">Enter the maximum number of consecutive lines that can be hyphenated.</property>
  106. </object>
  107. </child>
  108. </object>
  109. <packing>
  110. <property name="left_attach">0</property>
  111. <property name="top_attach">4</property>
  112. </packing>
  113. </child>
  114. <child>
  115. <object class="GtkSpinButton" id="spinLineBegin">
  116. <property name="visible">True</property>
  117. <property name="can_focus">True</property>
  118. <property name="halign">start</property>
  119. <property name="margin_left">25</property>
  120. <property name="activates_default">True</property>
  121. <property name="adjustment">adjustment4</property>
  122. <property name="truncate-multiline">True</property>
  123. <child internal-child="accessible">
  124. <object class="AtkObject" id="spinLineBegin-atkobject">
  125. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinLineBegin">Enter the minimum number of characters that must appear at the beginning of the line after the hyphen.</property>
  126. </object>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">0</property>
  131. <property name="top_attach">3</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkSpinButton" id="spinLineEnd">
  136. <property name="visible">True</property>
  137. <property name="can_focus">True</property>
  138. <property name="halign">start</property>
  139. <property name="margin_left">25</property>
  140. <property name="activates_default">True</property>
  141. <property name="input_purpose">number</property>
  142. <property name="adjustment">adjustment1</property>
  143. <property name="truncate-multiline">True</property>
  144. <child internal-child="accessible">
  145. <object class="AtkObject" id="spinLineEnd-atkobject">
  146. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinLineEnd">Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted.</property>
  147. </object>
  148. </child>
  149. </object>
  150. <packing>
  151. <property name="left_attach">0</property>
  152. <property name="top_attach">2</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkLabel" id="labelLineEnd">
  157. <property name="visible">True</property>
  158. <property name="can_focus">False</property>
  159. <property name="halign">start</property>
  160. <property name="label" translatable="yes" context="textflowpage|labelLineEnd">C_haracters at line end</property>
  161. <property name="use_underline">True</property>
  162. <property name="mnemonic_widget">spinLineEnd</property>
  163. </object>
  164. <packing>
  165. <property name="left_attach">1</property>
  166. <property name="top_attach">2</property>
  167. </packing>
  168. </child>
  169. <child>
  170. <object class="GtkLabel" id="labelLineBegin">
  171. <property name="visible">True</property>
  172. <property name="can_focus">False</property>
  173. <property name="halign">start</property>
  174. <property name="label" translatable="yes" context="textflowpage|labelLineBegin">Cha_racters at line begin</property>
  175. <property name="use_underline">True</property>
  176. <property name="mnemonic_widget">spinLineBegin</property>
  177. </object>
  178. <packing>
  179. <property name="left_attach">1</property>
  180. <property name="top_attach">3</property>
  181. </packing>
  182. </child>
  183. <child>
  184. <object class="GtkLabel" id="labelMaxNum">
  185. <property name="visible">True</property>
  186. <property name="can_focus">False</property>
  187. <property name="halign">start</property>
  188. <property name="label" translatable="yes" context="textflowpage|labelMaxNum">_Maximum number of consecutive hyphens</property>
  189. <property name="use_underline">True</property>
  190. <property name="mnemonic_widget">spinMaxNum</property>
  191. </object>
  192. <packing>
  193. <property name="left_attach">1</property>
  194. <property name="top_attach">4</property>
  195. </packing>
  196. </child>
  197. <child>
  198. <object class="GtkCheckButton" id="checkNoCaps">
  199. <property name="label" translatable="yes" context="textflowpage|checkNoCaps">Don't hyphenate words in _CAPS</property>
  200. <property name="visible">True</property>
  201. <property name="can_focus">True</property>
  202. <property name="receives_default">False</property>
  203. <property name="use_underline">True</property>
  204. <property name="xalign">0</property>
  205. <property name="always_show_image">True</property>
  206. <property name="draw_indicator">True</property>
  207. </object>
  208. <packing>
  209. <property name="left_attach">0</property>
  210. <property name="top_attach">1</property>
  211. <property name="width">2</property>
  212. </packing>
  213. </child>
  214. </object>
  215. </child>
  216. </object>
  217. </child>
  218. <child type="label">
  219. <object class="GtkLabel" id="LabelHyphenation">
  220. <property name="visible">True</property>
  221. <property name="can_focus">False</property>
  222. <property name="label" translatable="yes" context="textflowpage|LabelHyphenation">Hyphenation</property>
  223. <attributes>
  224. <attribute name="weight" value="bold"/>
  225. </attributes>
  226. </object>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="left_attach">0</property>
  231. <property name="top_attach">0</property>
  232. </packing>
  233. </child>
  234. <child>
  235. <object class="GtkFrame" id="frameBreaks">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="label_xalign">0</property>
  239. <property name="shadow_type">none</property>
  240. <child>
  241. <object class="GtkAlignment" id="alignment1">
  242. <property name="visible">True</property>
  243. <property name="can_focus">False</property>
  244. <property name="top_padding">6</property>
  245. <property name="left_padding">12</property>
  246. <child>
  247. <!-- n-columns=1 n-rows=1 -->
  248. <object class="GtkGrid" id="grid2">
  249. <property name="visible">True</property>
  250. <property name="can_focus">False</property>
  251. <property name="row_spacing">3</property>
  252. <property name="column_spacing">6</property>
  253. <child>
  254. <object class="GtkCheckButton" id="checkInsert">
  255. <property name="label" translatable="yes" context="textflowpage|checkInsert">_Insert</property>
  256. <property name="visible">True</property>
  257. <property name="can_focus">True</property>
  258. <property name="receives_default">False</property>
  259. <property name="use_underline">True</property>
  260. <property name="xalign">0</property>
  261. <property name="inconsistent">True</property>
  262. <property name="draw_indicator">True</property>
  263. <child internal-child="accessible">
  264. <object class="AtkObject" id="checkInsert-atkobject">
  265. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkInsert">Select this check box, and then select the break type that you want to use.</property>
  266. </object>
  267. </child>
  268. </object>
  269. <packing>
  270. <property name="left_attach">0</property>
  271. <property name="top_attach">0</property>
  272. </packing>
  273. </child>
  274. <child>
  275. <object class="GtkCheckButton" id="checkPageStyle">
  276. <property name="label" translatable="yes" context="textflowpage|checkPageStyle">With page st_yle:</property>
  277. <property name="visible">True</property>
  278. <property name="can_focus">True</property>
  279. <property name="receives_default">False</property>
  280. <property name="use_underline">True</property>
  281. <property name="xalign">0</property>
  282. <property name="inconsistent">True</property>
  283. <property name="draw_indicator">True</property>
  284. <accessibility>
  285. <relation type="label-for" target="comboPageStyle"/>
  286. </accessibility>
  287. <child internal-child="accessible">
  288. <object class="AtkObject" id="checkPageStyle-atkobject">
  289. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkPageStyle">Select this check box, and then select the page style that you want to use for the first page after the break.</property>
  290. </object>
  291. </child>
  292. </object>
  293. <packing>
  294. <property name="left_attach">0</property>
  295. <property name="top_attach">3</property>
  296. </packing>
  297. </child>
  298. <child>
  299. <object class="GtkLabel" id="labelType">
  300. <property name="visible">True</property>
  301. <property name="can_focus">False</property>
  302. <property name="label" translatable="yes" context="textflowpage|labelType">_Type:</property>
  303. <property name="use_underline">True</property>
  304. <property name="mnemonic_widget">comboBreakType</property>
  305. <property name="xalign">1</property>
  306. </object>
  307. <packing>
  308. <property name="left_attach">0</property>
  309. <property name="top_attach">1</property>
  310. </packing>
  311. </child>
  312. <child>
  313. <object class="GtkSpinButton" id="spinPageNumber">
  314. <property name="visible">True</property>
  315. <property name="can_focus">True</property>
  316. <property name="activates_default">True</property>
  317. <property name="adjustment">adjustment3</property>
  318. <accessibility>
  319. <relation type="labelled-by" target="labelPageNum"/>
  320. </accessibility>
  321. <property name="truncate-multiline">True</property>
  322. <child internal-child="accessible">
  323. <object class="AtkObject" id="spinPageNumber-atkobject">
  324. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinPageNumber">Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked.</property>
  325. </object>
  326. </child>
  327. </object>
  328. <packing>
  329. <property name="left_attach">1</property>
  330. <property name="top_attach">4</property>
  331. </packing>
  332. </child>
  333. <child>
  334. <object class="GtkCheckButton" id="labelPageNum">
  335. <property name="label" translatable="yes" context="textflowpage|labelPageNum">Page _number:</property>
  336. <property name="visible">True</property>
  337. <property name="can_focus">True</property>
  338. <property name="receives_default">False</property>
  339. <property name="use_underline">True</property>
  340. <property name="xalign">0</property>
  341. <property name="inconsistent">True</property>
  342. <property name="draw_indicator">True</property>
  343. <accessibility>
  344. <relation type="label-for" target="spinPageNumber"/>
  345. </accessibility>
  346. </object>
  347. <packing>
  348. <property name="left_attach">0</property>
  349. <property name="top_attach">4</property>
  350. </packing>
  351. </child>
  352. <child>
  353. <object class="GtkLabel" id="labelPosition">
  354. <property name="visible">True</property>
  355. <property name="can_focus">False</property>
  356. <property name="label" translatable="yes" context="textflowpage|labelPosition">Position:</property>
  357. <property name="use_underline">True</property>
  358. <property name="justify">right</property>
  359. <property name="mnemonic_widget">comboBreakPosition</property>
  360. <property name="xalign">1</property>
  361. </object>
  362. <packing>
  363. <property name="left_attach">0</property>
  364. <property name="top_attach">2</property>
  365. </packing>
  366. </child>
  367. <child>
  368. <object class="GtkComboBoxText" id="comboPageStyle">
  369. <property name="visible">True</property>
  370. <property name="can_focus">False</property>
  371. <accessibility>
  372. <relation type="labelled-by" target="checkPageStyle"/>
  373. </accessibility>
  374. <child internal-child="accessible">
  375. <object class="AtkObject" id="comboPageStyle-atkobject">
  376. <property name="AtkObject::accessible-name" translatable="yes" context="textflowpage|comboPageStyle-atkobject">Page Style</property>
  377. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|comboPageStyle">Select the formatting style to use for the first page after the break.</property>
  378. </object>
  379. </child>
  380. </object>
  381. <packing>
  382. <property name="left_attach">1</property>
  383. <property name="top_attach">3</property>
  384. </packing>
  385. </child>
  386. <child>
  387. <object class="GtkComboBoxText" id="comboBreakType">
  388. <property name="visible">True</property>
  389. <property name="can_focus">False</property>
  390. <items>
  391. <item translatable="yes" context="textflowpage|comboBreakType">Page</item>
  392. <item translatable="yes" context="textflowpage|comboBreakType">Column</item>
  393. </items>
  394. <child internal-child="accessible">
  395. <object class="AtkObject" id="comboBreakType-atkobject">
  396. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|comboBreakType">Select the break type that you want to insert.</property>
  397. </object>
  398. </child>
  399. </object>
  400. <packing>
  401. <property name="left_attach">1</property>
  402. <property name="top_attach">1</property>
  403. </packing>
  404. </child>
  405. <child>
  406. <object class="GtkComboBoxText" id="comboBreakPosition">
  407. <property name="visible">True</property>
  408. <property name="can_focus">False</property>
  409. <items>
  410. <item translatable="yes" context="textflowpage|comboBreakPosition">Before</item>
  411. <item translatable="yes" context="textflowpage|comboBreakPosition">After</item>
  412. </items>
  413. <child internal-child="accessible">
  414. <object class="AtkObject" id="comboBreakPosition-atkobject">
  415. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|comboBreakPosition">Select where you want to insert the break.</property>
  416. </object>
  417. </child>
  418. </object>
  419. <packing>
  420. <property name="left_attach">1</property>
  421. <property name="top_attach">2</property>
  422. </packing>
  423. </child>
  424. <child>
  425. <placeholder/>
  426. </child>
  427. </object>
  428. </child>
  429. </object>
  430. </child>
  431. <child type="label">
  432. <object class="GtkLabel" id="label3">
  433. <property name="visible">True</property>
  434. <property name="can_focus">False</property>
  435. <property name="label" translatable="yes" context="textflowpage|label3">Breaks</property>
  436. <attributes>
  437. <attribute name="weight" value="bold"/>
  438. </attributes>
  439. </object>
  440. </child>
  441. </object>
  442. <packing>
  443. <property name="left_attach">1</property>
  444. <property name="top_attach">0</property>
  445. </packing>
  446. </child>
  447. <child>
  448. <object class="GtkFrame" id="FrameOptions">
  449. <property name="visible">True</property>
  450. <property name="can_focus">False</property>
  451. <property name="label_xalign">0</property>
  452. <property name="shadow_type">none</property>
  453. <child>
  454. <object class="GtkAlignment" id="alignment2">
  455. <property name="visible">True</property>
  456. <property name="can_focus">False</property>
  457. <property name="top_padding">6</property>
  458. <property name="left_padding">12</property>
  459. <child>
  460. <!-- n-columns=1 n-rows=1 -->
  461. <object class="GtkGrid" id="gridOptions">
  462. <property name="visible">True</property>
  463. <property name="can_focus">False</property>
  464. <property name="row_spacing">6</property>
  465. <property name="column_spacing">12</property>
  466. <child>
  467. <object class="GtkCheckButton" id="checkSplitPara">
  468. <property name="label" translatable="yes" context="textflowpage|checkSplitPara">_Do not split paragraph</property>
  469. <property name="visible">True</property>
  470. <property name="can_focus">True</property>
  471. <property name="receives_default">False</property>
  472. <property name="use_underline">True</property>
  473. <property name="xalign">0</property>
  474. <property name="inconsistent">True</property>
  475. <property name="draw_indicator">True</property>
  476. <child internal-child="accessible">
  477. <object class="AtkObject" id="checkSplitPara-atkobject">
  478. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkSplitPara">Shifts the entire paragraph to the next page or column after a break is inserted.</property>
  479. </object>
  480. </child>
  481. </object>
  482. <packing>
  483. <property name="left_attach">0</property>
  484. <property name="top_attach">0</property>
  485. <property name="width">3</property>
  486. </packing>
  487. </child>
  488. <child>
  489. <object class="GtkCheckButton" id="checkKeepPara">
  490. <property name="label" translatable="yes" context="textflowpage|checkKeepPara">_Keep with next paragraph</property>
  491. <property name="visible">True</property>
  492. <property name="can_focus">True</property>
  493. <property name="receives_default">False</property>
  494. <property name="use_underline">True</property>
  495. <property name="xalign">0</property>
  496. <property name="inconsistent">True</property>
  497. <property name="draw_indicator">True</property>
  498. <child internal-child="accessible">
  499. <object class="AtkObject" id="checkKeepPara-atkobject">
  500. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkKeepPara">Keeps the current paragraph and the following paragraph together when a break or column break is inserted.</property>
  501. </object>
  502. </child>
  503. </object>
  504. <packing>
  505. <property name="left_attach">0</property>
  506. <property name="top_attach">1</property>
  507. <property name="width">3</property>
  508. </packing>
  509. </child>
  510. <child>
  511. <object class="GtkCheckButton" id="checkOrphan">
  512. <property name="label" translatable="yes" context="textflowpage|checkOrphan">_Orphan control</property>
  513. <property name="visible">True</property>
  514. <property name="can_focus">True</property>
  515. <property name="receives_default">False</property>
  516. <property name="use_underline">True</property>
  517. <property name="xalign">0</property>
  518. <property name="inconsistent">True</property>
  519. <property name="draw_indicator">True</property>
  520. <accessibility>
  521. <relation type="label-for" target="spinOrphan"/>
  522. </accessibility>
  523. <child internal-child="accessible">
  524. <object class="AtkObject" id="checkOrphan-atkobject">
  525. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkOrphan">Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box.</property>
  526. </object>
  527. </child>
  528. </object>
  529. <packing>
  530. <property name="left_attach">0</property>
  531. <property name="top_attach">2</property>
  532. </packing>
  533. </child>
  534. <child>
  535. <object class="GtkCheckButton" id="checkWidow">
  536. <property name="label" translatable="yes" context="textflowpage|checkWidow">_Widow control</property>
  537. <property name="visible">True</property>
  538. <property name="can_focus">True</property>
  539. <property name="receives_default">False</property>
  540. <property name="use_underline">True</property>
  541. <property name="xalign">0</property>
  542. <property name="inconsistent">True</property>
  543. <property name="draw_indicator">True</property>
  544. <accessibility>
  545. <relation type="label-for" target="spinWidow"/>
  546. </accessibility>
  547. <child internal-child="accessible">
  548. <object class="AtkObject" id="checkWidow-atkobject">
  549. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|checkWidow">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box.</property>
  550. </object>
  551. </child>
  552. </object>
  553. <packing>
  554. <property name="left_attach">0</property>
  555. <property name="top_attach">3</property>
  556. </packing>
  557. </child>
  558. <child>
  559. <object class="GtkSpinButton" id="spinOrphan">
  560. <property name="visible">True</property>
  561. <property name="can_focus">True</property>
  562. <property name="activates_default">True</property>
  563. <property name="adjustment">adjustment5</property>
  564. <accessibility>
  565. <relation type="labelled-by" target="checkOrphan"/>
  566. </accessibility>
  567. <property name="truncate-multiline">True</property>
  568. <child internal-child="accessible">
  569. <object class="AtkObject" id="spinOrphan-atkobject">
  570. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinOrphan">Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box.</property>
  571. </object>
  572. </child>
  573. </object>
  574. <packing>
  575. <property name="left_attach">1</property>
  576. <property name="top_attach">2</property>
  577. </packing>
  578. </child>
  579. <child>
  580. <object class="GtkSpinButton" id="spinWidow">
  581. <property name="visible">True</property>
  582. <property name="can_focus">True</property>
  583. <property name="activates_default">True</property>
  584. <property name="adjustment">adjustment6</property>
  585. <property name="numeric">True</property>
  586. <accessibility>
  587. <relation type="labelled-by" target="checkWidow"/>
  588. </accessibility>
  589. <property name="truncate-multiline">True</property>
  590. <child internal-child="accessible">
  591. <object class="AtkObject" id="spinWidow-atkobject">
  592. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|spinWidow">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box.</property>
  593. </object>
  594. </child>
  595. </object>
  596. <packing>
  597. <property name="left_attach">1</property>
  598. <property name="top_attach">3</property>
  599. </packing>
  600. </child>
  601. <child>
  602. <object class="GtkLabel" id="labelOrphan">
  603. <property name="visible">True</property>
  604. <property name="can_focus">False</property>
  605. <property name="label" translatable="yes" context="textflowpage|labelOrphan">lines</property>
  606. <property name="xalign">0</property>
  607. </object>
  608. <packing>
  609. <property name="left_attach">2</property>
  610. <property name="top_attach">2</property>
  611. </packing>
  612. </child>
  613. <child>
  614. <object class="GtkLabel" id="labelWidow">
  615. <property name="visible">True</property>
  616. <property name="can_focus">False</property>
  617. <property name="label" translatable="yes" context="textflowpage|labelWidow">lines</property>
  618. <property name="xalign">0</property>
  619. </object>
  620. <packing>
  621. <property name="left_attach">2</property>
  622. <property name="top_attach">3</property>
  623. </packing>
  624. </child>
  625. </object>
  626. </child>
  627. </object>
  628. </child>
  629. <child type="label">
  630. <object class="GtkLabel" id="labelOptions">
  631. <property name="visible">True</property>
  632. <property name="can_focus">False</property>
  633. <property name="label" translatable="yes" context="textflowpage|labelOptions">Options</property>
  634. <attributes>
  635. <attribute name="weight" value="bold"/>
  636. </attributes>
  637. </object>
  638. </child>
  639. </object>
  640. <packing>
  641. <property name="left_attach">0</property>
  642. <property name="top_attach">1</property>
  643. </packing>
  644. </child>
  645. <child>
  646. <placeholder/>
  647. </child>
  648. <child internal-child="accessible">
  649. <object class="AtkObject" id="TextFlowPage-atkobject">
  650. <property name="AtkObject::accessible-description" translatable="yes" context="textflowpage|extended_tip|TextFlowPage">Specify hyphenation and pagination options.</property>
  651. </object>
  652. </child>
  653. </object>
  654. </interface>