footnoteareapage.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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="adjustment1">
  6. <property name="lower">0.5</property>
  7. <property name="upper">999.99</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">999</property>
  14. <property name="value">0.1</property>
  15. <property name="step_increment">1</property>
  16. <property name="page_increment">10</property>
  17. </object>
  18. <object class="GtkAdjustment" id="adjustment3">
  19. <property name="upper">9</property>
  20. <property name="value">0.25</property>
  21. <property name="step_increment">1</property>
  22. <property name="page_increment">10</property>
  23. </object>
  24. <object class="GtkAdjustment" id="adjustment4">
  25. <property name="upper">100</property>
  26. <property name="value">100</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="upper">999.99</property>
  32. <property name="value">0.1</property>
  33. <property name="step_increment">1</property>
  34. <property name="page_increment">10</property>
  35. </object>
  36. <object class="GtkBox" id="FootnoteAreaPage">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="border_width">6</property>
  40. <property name="orientation">vertical</property>
  41. <property name="spacing">12</property>
  42. <child>
  43. <object class="GtkFrame" id="frame1">
  44. <property name="visible">True</property>
  45. <property name="can_focus">False</property>
  46. <property name="hexpand">True</property>
  47. <property name="label_xalign">0</property>
  48. <property name="shadow_type">none</property>
  49. <child>
  50. <object class="GtkAlignment" id="alignment1">
  51. <property name="visible">True</property>
  52. <property name="can_focus">False</property>
  53. <property name="hexpand">True</property>
  54. <property name="top_padding">6</property>
  55. <property name="left_padding">12</property>
  56. <child>
  57. <!-- n-columns=1 n-rows=1 -->
  58. <object class="GtkGrid" id="grid1">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="hexpand">True</property>
  62. <property name="row_spacing">6</property>
  63. <property name="column_spacing">12</property>
  64. <child>
  65. <object class="GtkRadioButton" id="maxheightpage">
  66. <property name="label" translatable="yes" context="footnoteareapage|maxheightpage">_Not larger than page area</property>
  67. <property name="visible">True</property>
  68. <property name="can_focus">True</property>
  69. <property name="receives_default">False</property>
  70. <property name="hexpand">True</property>
  71. <property name="use_underline">True</property>
  72. <property name="xalign">0</property>
  73. <property name="active">True</property>
  74. <property name="draw_indicator">True</property>
  75. <property name="group">maxheight</property>
  76. <child internal-child="accessible">
  77. <object class="AtkObject" id="maxheightpage-atkobject">
  78. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheightpage">Automatically adjusts the height of the footnote area depending on the number of footnotes.</property>
  79. </object>
  80. </child>
  81. </object>
  82. <packing>
  83. <property name="left_attach">0</property>
  84. <property name="top_attach">0</property>
  85. <property name="width">2</property>
  86. </packing>
  87. </child>
  88. <child>
  89. <object class="GtkRadioButton" id="maxheight">
  90. <property name="label" translatable="yes" context="footnoteareapage|maxheight">Maximum footnote _height</property>
  91. <property name="visible">True</property>
  92. <property name="can_focus">True</property>
  93. <property name="receives_default">False</property>
  94. <property name="hexpand">True</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">maxheightpage</property>
  99. <accessibility>
  100. <relation type="label-for" target="maxheightsb"/>
  101. </accessibility>
  102. <child internal-child="accessible">
  103. <object class="AtkObject" id="maxheight-atkobject">
  104. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheight">Sets a maximum height for the footnote area. Enable this option, then enter the height.</property>
  105. </object>
  106. </child>
  107. </object>
  108. <packing>
  109. <property name="left_attach">0</property>
  110. <property name="top_attach">1</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkLabel" id="label3">
  115. <property name="visible">True</property>
  116. <property name="can_focus">False</property>
  117. <property name="hexpand">True</property>
  118. <property name="label" translatable="yes" context="footnoteareapage|label3">Space to text</property>
  119. <property name="use_underline">True</property>
  120. <property name="mnemonic_widget">spacetotext</property>
  121. <property name="xalign">0</property>
  122. </object>
  123. <packing>
  124. <property name="left_attach">0</property>
  125. <property name="top_attach">2</property>
  126. </packing>
  127. </child>
  128. <child>
  129. <object class="GtkSpinButton" id="spacetotext">
  130. <property name="visible">True</property>
  131. <property name="can_focus">True</property>
  132. <property name="halign">start</property>
  133. <property name="hexpand">True</property>
  134. <property name="activates_default">True</property>
  135. <property name="adjustment">adjustment2</property>
  136. <property name="digits">2</property>
  137. <property name="truncate-multiline">True</property>
  138. <child internal-child="accessible">
  139. <object class="AtkObject" id="spacetotext-atkobject">
  140. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|spacetotext">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</property>
  141. </object>
  142. </child>
  143. </object>
  144. <packing>
  145. <property name="left_attach">1</property>
  146. <property name="top_attach">2</property>
  147. </packing>
  148. </child>
  149. <child>
  150. <object class="GtkSpinButton" id="maxheightsb">
  151. <property name="visible">True</property>
  152. <property name="can_focus">True</property>
  153. <property name="halign">start</property>
  154. <property name="hexpand">True</property>
  155. <property name="activates_default">True</property>
  156. <property name="adjustment">adjustment1</property>
  157. <property name="digits">2</property>
  158. <accessibility>
  159. <relation type="labelled-by" target="maxheight"/>
  160. </accessibility>
  161. <property name="truncate-multiline">True</property>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="maxheightsb-atkobject">
  164. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheightsb">Enter the maximum height for the footnote area.</property>
  165. </object>
  166. </child>
  167. </object>
  168. <packing>
  169. <property name="left_attach">1</property>
  170. <property name="top_attach">1</property>
  171. </packing>
  172. </child>
  173. </object>
  174. </child>
  175. </object>
  176. </child>
  177. <child type="label">
  178. <object class="GtkLabel" id="label1">
  179. <property name="visible">True</property>
  180. <property name="can_focus">False</property>
  181. <property name="label" translatable="yes" context="footnoteareapage|label1">Footnote Area</property>
  182. <attributes>
  183. <attribute name="weight" value="bold"/>
  184. </attributes>
  185. </object>
  186. </child>
  187. </object>
  188. <packing>
  189. <property name="expand">False</property>
  190. <property name="fill">True</property>
  191. <property name="position">0</property>
  192. </packing>
  193. </child>
  194. <child>
  195. <object class="GtkFrame" id="frame2">
  196. <property name="visible">True</property>
  197. <property name="can_focus">False</property>
  198. <property name="hexpand">True</property>
  199. <property name="label_xalign">0</property>
  200. <property name="shadow_type">none</property>
  201. <child>
  202. <object class="GtkAlignment" id="alignment2">
  203. <property name="visible">True</property>
  204. <property name="can_focus">False</property>
  205. <property name="hexpand">True</property>
  206. <property name="top_padding">6</property>
  207. <property name="left_padding">12</property>
  208. <child>
  209. <!-- n-columns=1 n-rows=1 -->
  210. <object class="GtkGrid" id="grid2">
  211. <property name="visible">True</property>
  212. <property name="can_focus">False</property>
  213. <property name="hexpand">True</property>
  214. <property name="row_spacing">6</property>
  215. <property name="column_spacing">12</property>
  216. <child>
  217. <object class="GtkLabel" id="label4">
  218. <property name="visible">True</property>
  219. <property name="can_focus">False</property>
  220. <property name="hexpand">True</property>
  221. <property name="label" translatable="yes" context="footnoteareapage|label4">_Position</property>
  222. <property name="use_underline">True</property>
  223. <property name="mnemonic_widget">position</property>
  224. <property name="xalign">0</property>
  225. </object>
  226. <packing>
  227. <property name="left_attach">0</property>
  228. <property name="top_attach">0</property>
  229. </packing>
  230. </child>
  231. <child>
  232. <object class="GtkLabel" id="label5">
  233. <property name="visible">True</property>
  234. <property name="can_focus">False</property>
  235. <property name="hexpand">True</property>
  236. <property name="label" translatable="yes" context="footnoteareapage|label5">_Style</property>
  237. <property name="use_underline">True</property>
  238. <property name="mnemonic_widget">style</property>
  239. <property name="xalign">0</property>
  240. </object>
  241. <packing>
  242. <property name="left_attach">0</property>
  243. <property name="top_attach">1</property>
  244. </packing>
  245. </child>
  246. <child>
  247. <object class="GtkLabel" id="label6">
  248. <property name="visible">True</property>
  249. <property name="can_focus">False</property>
  250. <property name="hexpand">True</property>
  251. <property name="label" translatable="yes" context="footnoteareapage|label6">_Thickness</property>
  252. <property name="use_underline">True</property>
  253. <property name="mnemonic_widget">thickness</property>
  254. <property name="xalign">0</property>
  255. </object>
  256. <packing>
  257. <property name="left_attach">0</property>
  258. <property name="top_attach">2</property>
  259. </packing>
  260. </child>
  261. <child>
  262. <object class="GtkLabel" id="label7">
  263. <property name="visible">True</property>
  264. <property name="can_focus">False</property>
  265. <property name="hexpand">True</property>
  266. <property name="label" translatable="yes" context="footnoteareapage|label7">_Color</property>
  267. <property name="use_underline">True</property>
  268. <property name="mnemonic_widget">color</property>
  269. <property name="xalign">0</property>
  270. </object>
  271. <packing>
  272. <property name="left_attach">0</property>
  273. <property name="top_attach">3</property>
  274. </packing>
  275. </child>
  276. <child>
  277. <object class="GtkLabel" id="label8">
  278. <property name="visible">True</property>
  279. <property name="can_focus">False</property>
  280. <property name="hexpand">True</property>
  281. <property name="label" translatable="yes" context="footnoteareapage|label8">_Length</property>
  282. <property name="use_underline">True</property>
  283. <property name="mnemonic_widget">length</property>
  284. <property name="xalign">0</property>
  285. </object>
  286. <packing>
  287. <property name="left_attach">0</property>
  288. <property name="top_attach">4</property>
  289. </packing>
  290. </child>
  291. <child>
  292. <object class="GtkLabel" id="label9">
  293. <property name="visible">True</property>
  294. <property name="can_focus">False</property>
  295. <property name="hexpand">True</property>
  296. <property name="label" translatable="yes" context="footnoteareapage|label9">_Spacing to footnote contents</property>
  297. <property name="use_underline">True</property>
  298. <property name="mnemonic_widget">spacingtocontents</property>
  299. <property name="xalign">0</property>
  300. </object>
  301. <packing>
  302. <property name="left_attach">0</property>
  303. <property name="top_attach">5</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkComboBoxText" id="position">
  308. <property name="visible">True</property>
  309. <property name="can_focus">False</property>
  310. <property name="halign">start</property>
  311. <property name="hexpand">True</property>
  312. <items>
  313. <item translatable="yes" context="footnoteareapage|position">Left</item>
  314. <item translatable="yes" context="footnoteareapage|position">Centered</item>
  315. <item translatable="yes" context="footnoteareapage|position">Right</item>
  316. </items>
  317. <child internal-child="accessible">
  318. <object class="AtkObject" id="position-atkobject">
  319. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|position">Select the horizontal alignment for the line that separates the main text from the footnote area.</property>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="left_attach">1</property>
  325. <property name="top_attach">0</property>
  326. </packing>
  327. </child>
  328. <child>
  329. <object class="GtkMenuButton" id="style">
  330. <property name="label" translatable="no"></property>
  331. <property name="visible">True</property>
  332. <property name="can_focus">True</property>
  333. <property name="receives_default">False</property>
  334. <property name="halign">start</property>
  335. <property name="hexpand">True</property>
  336. <property name="xalign">0</property>
  337. <property name="draw_indicator">True</property>
  338. <child>
  339. <placeholder/>
  340. </child>
  341. <child internal-child="accessible">
  342. <object class="AtkObject" id="style-atkobject">
  343. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|style">Select the formatting style for the separator line. If you do not want a separator line, choose "None".</property>
  344. </object>
  345. </child>
  346. </object>
  347. <packing>
  348. <property name="left_attach">1</property>
  349. <property name="top_attach">1</property>
  350. </packing>
  351. </child>
  352. <child>
  353. <object class="GtkMenuButton" id="color">
  354. <property name="label" translatable="no"></property>
  355. <property name="visible">True</property>
  356. <property name="can_focus">True</property>
  357. <property name="receives_default">False</property>
  358. <property name="halign">start</property>
  359. <property name="hexpand">True</property>
  360. <property name="xalign">0</property>
  361. <property name="draw_indicator">True</property>
  362. <child>
  363. <placeholder/>
  364. </child>
  365. <child internal-child="accessible">
  366. <object class="AtkObject" id="color-atkobject">
  367. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|color">Select the color of the separator line.</property>
  368. </object>
  369. </child>
  370. </object>
  371. <packing>
  372. <property name="left_attach">1</property>
  373. <property name="top_attach">3</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkSpinButton" id="length">
  378. <property name="visible">True</property>
  379. <property name="can_focus">True</property>
  380. <property name="halign">start</property>
  381. <property name="hexpand">True</property>
  382. <property name="activates_default">True</property>
  383. <property name="adjustment">adjustment4</property>
  384. <property name="truncate-multiline">True</property>
  385. <child internal-child="accessible">
  386. <object class="AtkObject" id="length-atkobject">
  387. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|length">Enter the length of the separator line as a percentage of the page width area.</property>
  388. </object>
  389. </child>
  390. </object>
  391. <packing>
  392. <property name="left_attach">1</property>
  393. <property name="top_attach">4</property>
  394. </packing>
  395. </child>
  396. <child>
  397. <object class="GtkSpinButton" id="spacingtocontents">
  398. <property name="visible">True</property>
  399. <property name="can_focus">True</property>
  400. <property name="halign">start</property>
  401. <property name="hexpand">True</property>
  402. <property name="activates_default">True</property>
  403. <property name="adjustment">adjustment5</property>
  404. <property name="digits">2</property>
  405. <property name="truncate-multiline">True</property>
  406. <child internal-child="accessible">
  407. <object class="AtkObject" id="spacingtocontents-atkobject">
  408. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|spacingtocontents">Enter the amount of space to leave between the separator line and the first line of the footnote area.</property>
  409. </object>
  410. </child>
  411. </object>
  412. <packing>
  413. <property name="left_attach">1</property>
  414. <property name="top_attach">5</property>
  415. </packing>
  416. </child>
  417. <child>
  418. <object class="GtkSpinButton" id="thickness">
  419. <property name="visible">True</property>
  420. <property name="can_focus">True</property>
  421. <property name="halign">start</property>
  422. <property name="hexpand">True</property>
  423. <property name="activates_default">True</property>
  424. <property name="adjustment">adjustment3</property>
  425. <property name="digits">2</property>
  426. <property name="truncate-multiline">True</property>
  427. <child internal-child="accessible">
  428. <object class="AtkObject" id="thickness-atkobject">
  429. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|thickness">Select the thickness of the separator line.</property>
  430. </object>
  431. </child>
  432. </object>
  433. <packing>
  434. <property name="left_attach">1</property>
  435. <property name="top_attach">2</property>
  436. </packing>
  437. </child>
  438. </object>
  439. </child>
  440. </object>
  441. </child>
  442. <child type="label">
  443. <object class="GtkLabel" id="label2">
  444. <property name="visible">True</property>
  445. <property name="can_focus">False</property>
  446. <property name="label" translatable="yes" context="footnoteareapage|label2">Separator Line</property>
  447. <attributes>
  448. <attribute name="weight" value="bold"/>
  449. </attributes>
  450. </object>
  451. </child>
  452. </object>
  453. <packing>
  454. <property name="expand">False</property>
  455. <property name="fill">True</property>
  456. <property name="position">1</property>
  457. </packing>
  458. </child>
  459. <child internal-child="accessible">
  460. <object class="AtkObject" id="FootnoteAreaPage-atkobject">
  461. <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|FootnoteAreaPage">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</property>
  462. </object>
  463. </child>
  464. </object>
  465. <object class="GtkSizeGroup" id="sizegroup1">
  466. <widgets>
  467. <widget name="spacetotext"/>
  468. <widget name="maxheightsb"/>
  469. <widget name="position"/>
  470. <widget name="style"/>
  471. <widget name="color"/>
  472. <widget name="length"/>
  473. <widget name="spacingtocontents"/>
  474. <widget name="thickness"/>
  475. </widgets>
  476. </object>
  477. </interface>