insertbreak.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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="upper">55535</property>
  7. <property name="value">1</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkDialog" id="BreakDialog">
  12. <property name="can_focus">False</property>
  13. <property name="border_width">6</property>
  14. <property name="title" translatable="yes" context="insertbreak|BreakDialog">Insert Break</property>
  15. <property name="resizable">False</property>
  16. <property name="modal">True</property>
  17. <property name="default_width">0</property>
  18. <property name="default_height">0</property>
  19. <property name="type_hint">dialog</property>
  20. <child internal-child="vbox">
  21. <object class="GtkBox" id="dialog-vbox1">
  22. <property name="can_focus">False</property>
  23. <property name="orientation">vertical</property>
  24. <property name="spacing">12</property>
  25. <child internal-child="action_area">
  26. <object class="GtkButtonBox" id="dialog-action_area1">
  27. <property name="can_focus">False</property>
  28. <property name="layout_style">end</property>
  29. <child>
  30. <object class="GtkButton" id="ok">
  31. <property name="label">gtk-ok</property>
  32. <property name="visible">True</property>
  33. <property name="can_focus">True</property>
  34. <property name="can_default">True</property>
  35. <property name="has_default">True</property>
  36. <property name="receives_default">True</property>
  37. <property name="use_stock">True</property>
  38. </object>
  39. <packing>
  40. <property name="expand">False</property>
  41. <property name="fill">True</property>
  42. <property name="position">0</property>
  43. </packing>
  44. </child>
  45. <child>
  46. <object class="GtkButton" id="cancel">
  47. <property name="label">gtk-cancel</property>
  48. <property name="visible">True</property>
  49. <property name="can_focus">True</property>
  50. <property name="receives_default">True</property>
  51. <property name="use_stock">True</property>
  52. </object>
  53. <packing>
  54. <property name="expand">False</property>
  55. <property name="fill">True</property>
  56. <property name="position">1</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkButton" id="help">
  61. <property name="label">gtk-help</property>
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="receives_default">True</property>
  65. <property name="use_stock">True</property>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="position">2</property>
  71. <property name="secondary">True</property>
  72. </packing>
  73. </child>
  74. </object>
  75. <packing>
  76. <property name="expand">False</property>
  77. <property name="fill">True</property>
  78. <property name="pack_type">end</property>
  79. <property name="position">0</property>
  80. </packing>
  81. </child>
  82. <child>
  83. <object class="GtkFrame" id="frame1">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="label_xalign">0</property>
  87. <property name="shadow_type">none</property>
  88. <child>
  89. <object class="GtkAlignment" id="alignment1">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <property name="top_padding">6</property>
  93. <property name="left_padding">12</property>
  94. <child>
  95. <object class="GtkBox" id="box1">
  96. <property name="visible">True</property>
  97. <property name="can_focus">False</property>
  98. <property name="orientation">vertical</property>
  99. <property name="spacing">6</property>
  100. <child>
  101. <object class="GtkRadioButton" id="linerb">
  102. <property name="label" translatable="yes" context="insertbreak|linerb">Line break</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">pagerb</property>
  110. <child internal-child="accessible">
  111. <object class="AtkObject" id="linerb-atkobject">
  112. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|linerb-atkobject">Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph.</property>
  113. </object>
  114. </child>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">True</property>
  119. <property name="position">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <object class="GtkRadioButton" id="columnrb">
  124. <property name="label" translatable="yes" context="insertbreak|columnrb">Column break</property>
  125. <property name="visible">True</property>
  126. <property name="can_focus">True</property>
  127. <property name="receives_default">False</property>
  128. <property name="use_underline">True</property>
  129. <property name="xalign">0</property>
  130. <property name="draw_indicator">True</property>
  131. <property name="group">pagerb</property>
  132. <child internal-child="accessible">
  133. <object class="AtkObject" id="columnrb-atkobject">
  134. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|columnrb-atkobject">Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next column. A manual column break is indicated by a nonprinting border at the top of the new column.</property>
  135. </object>
  136. </child>
  137. </object>
  138. <packing>
  139. <property name="expand">False</property>
  140. <property name="fill">True</property>
  141. <property name="position">1</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkRadioButton" id="pagerb">
  146. <property name="label" translatable="yes" context="insertbreak|pagerb">Page break</property>
  147. <property name="visible">True</property>
  148. <property name="can_focus">True</property>
  149. <property name="receives_default">False</property>
  150. <property name="use_underline">True</property>
  151. <property name="xalign">0</property>
  152. <property name="active">True</property>
  153. <property name="draw_indicator">True</property>
  154. <child internal-child="accessible">
  155. <object class="AtkObject" id="pagerb-atkobject">
  156. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagerb-atkobject">Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page.</property>
  157. </object>
  158. </child>
  159. </object>
  160. <packing>
  161. <property name="expand">False</property>
  162. <property name="fill">True</property>
  163. <property name="position">2</property>
  164. </packing>
  165. </child>
  166. <child>
  167. <object class="GtkLabel" id="styleft">
  168. <property name="visible">True</property>
  169. <property name="can_focus">False</property>
  170. <property name="margin_top">6</property>
  171. <property name="label" translatable="yes" context="insertbreak|styleft">Page Style:</property>
  172. <property name="use_underline">True</property>
  173. <property name="mnemonic_widget">stylelb</property>
  174. <property name="xalign">0</property>
  175. </object>
  176. <packing>
  177. <property name="expand">False</property>
  178. <property name="fill">True</property>
  179. <property name="position">3</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkComboBoxText" id="stylelb">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="active">0</property>
  187. <items>
  188. <item translatable="yes" context="insertbreak|liststore1">[None]</item>
  189. </items>
  190. <child internal-child="accessible">
  191. <object class="AtkObject" id="stylelb-atkobject">
  192. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|stylelb-atkobject">Select the page style for the page that follows the manual page break.</property>
  193. </object>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">4</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkCheckButton" id="pagenumcb">
  204. <property name="label" translatable="yes" context="insertbreak|pagenumcb">Change page number</property>
  205. <property name="visible">True</property>
  206. <property name="can_focus">True</property>
  207. <property name="receives_default">False</property>
  208. <property name="margin_top">6</property>
  209. <property name="use_underline">True</property>
  210. <property name="xalign">0</property>
  211. <property name="draw_indicator">True</property>
  212. <child internal-child="accessible">
  213. <object class="AtkObject" id="pagenumcb-atkobject">
  214. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagenumcb-atkobject">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break.</property>
  215. </object>
  216. </child>
  217. </object>
  218. <packing>
  219. <property name="expand">False</property>
  220. <property name="fill">True</property>
  221. <property name="position">5</property>
  222. </packing>
  223. </child>
  224. <child>
  225. <object class="GtkSpinButton" id="pagenumsb">
  226. <property name="visible">True</property>
  227. <property name="can_focus">True</property>
  228. <property name="halign">start</property>
  229. <property name="activates_default">True</property>
  230. <property name="adjustment">adjustment1</property>
  231. <accessibility>
  232. <relation type="labelled-by" target="pagenumcb"/>
  233. </accessibility>
  234. <property name="truncate-multiline">True</property>
  235. <child internal-child="accessible">
  236. <object class="AtkObject" id="pagenumsb-atkobject">
  237. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|pagenumsb-atkobject">Enter the new page number for the page that follows the manual page break.</property>
  238. </object>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="expand">False</property>
  243. <property name="fill">True</property>
  244. <property name="position">6</property>
  245. </packing>
  246. </child>
  247. </object>
  248. </child>
  249. </object>
  250. </child>
  251. <child type="label">
  252. <object class="GtkLabel" id="label1">
  253. <property name="visible">True</property>
  254. <property name="can_focus">False</property>
  255. <property name="label" translatable="yes" context="insertbreak|label1">Type</property>
  256. <attributes>
  257. <attribute name="weight" value="bold"/>
  258. </attributes>
  259. </object>
  260. </child>
  261. </object>
  262. <packing>
  263. <property name="expand">False</property>
  264. <property name="fill">True</property>
  265. <property name="position">1</property>
  266. </packing>
  267. </child>
  268. </object>
  269. </child>
  270. <action-widgets>
  271. <action-widget response="-6">cancel</action-widget>
  272. <action-widget response="-11">help</action-widget>
  273. </action-widgets>
  274. <child type="titlebar">
  275. <placeholder/>
  276. </child>
  277. <child internal-child="accessible">
  278. <object class="AtkObject" id="BreakDialog-atkobject">
  279. <property name="AtkObject::accessible-description" translatable="yes" context="insertbreak|extended_tip|BreakDialog">Inserts a manual line break, column break or a page break at the current cursor position.</property>
  280. </object>
  281. </child>
  282. </object>
  283. </interface>