bulletsandnumbering.ui 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sd">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="BulletsAndNumberingDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="bulletsandnumbering|BulletsAndNumberingDialog">Bullets and Numbering</property>
  9. <property name="modal">True</property>
  10. <property name="window_position">mouse</property>
  11. <property name="type_hint">dialog</property>
  12. <child>
  13. <placeholder/>
  14. </child>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="dialog-vbox1">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="dialog-action_area1">
  22. <property name="can_focus">False</property>
  23. <property name="layout_style">end</property>
  24. <child>
  25. <object class="GtkButton" id="reset">
  26. <property name="label" translatable="yes" context="bulletsandnumbering|reset">Reset</property>
  27. <property name="visible">True</property>
  28. <property name="can_focus">True</property>
  29. <property name="receives_default">True</property>
  30. </object>
  31. <packing>
  32. <property name="expand">False</property>
  33. <property name="fill">True</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkButton" id="ok">
  39. <property name="label">gtk-ok</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="can_default">True</property>
  43. <property name="has_default">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="cancel">
  55. <property name="label">gtk-cancel</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. </packing>
  66. </child>
  67. <child>
  68. <object class="GtkButton" id="help">
  69. <property name="label">gtk-help</property>
  70. <property name="visible">True</property>
  71. <property name="can_focus">True</property>
  72. <property name="receives_default">True</property>
  73. <property name="use_stock">True</property>
  74. </object>
  75. <packing>
  76. <property name="expand">False</property>
  77. <property name="fill">True</property>
  78. <property name="position">3</property>
  79. <property name="secondary">True</property>
  80. </packing>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">False</property>
  85. <property name="fill">True</property>
  86. <property name="pack_type">end</property>
  87. <property name="position">0</property>
  88. </packing>
  89. </child>
  90. <child>
  91. <object class="GtkNotebook" id="tabcontrol">
  92. <property name="visible">True</property>
  93. <property name="can_focus">True</property>
  94. <property name="hexpand">True</property>
  95. <property name="vexpand">True</property>
  96. <property name="scrollable">True</property>
  97. <property name="enable_popup">True</property>
  98. <child>
  99. <!-- n-columns=1 n-rows=1 -->
  100. <object class="GtkGrid">
  101. <property name="visible">True</property>
  102. <property name="can_focus">False</property>
  103. <child>
  104. <placeholder/>
  105. </child>
  106. <child>
  107. <placeholder/>
  108. </child>
  109. <child>
  110. <placeholder/>
  111. </child>
  112. <child>
  113. <placeholder/>
  114. </child>
  115. <child>
  116. <placeholder/>
  117. </child>
  118. <child>
  119. <placeholder/>
  120. </child>
  121. <child>
  122. <placeholder/>
  123. </child>
  124. <child>
  125. <placeholder/>
  126. </child>
  127. <child>
  128. <placeholder/>
  129. </child>
  130. </object>
  131. <packing>
  132. <property name="position">3</property>
  133. </packing>
  134. </child>
  135. <child type="tab">
  136. <object class="GtkLabel" id="position">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="label" translatable="yes" context="bulletsandnumbering|position">Position</property>
  140. </object>
  141. <packing>
  142. <property name="position">3</property>
  143. <property name="tab_fill">False</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <!-- n-columns=1 n-rows=1 -->
  148. <object class="GtkGrid">
  149. <property name="visible">True</property>
  150. <property name="can_focus">False</property>
  151. <child>
  152. <placeholder/>
  153. </child>
  154. <child>
  155. <placeholder/>
  156. </child>
  157. <child>
  158. <placeholder/>
  159. </child>
  160. <child>
  161. <placeholder/>
  162. </child>
  163. <child>
  164. <placeholder/>
  165. </child>
  166. <child>
  167. <placeholder/>
  168. </child>
  169. <child>
  170. <placeholder/>
  171. </child>
  172. <child>
  173. <placeholder/>
  174. </child>
  175. <child>
  176. <placeholder/>
  177. </child>
  178. </object>
  179. <packing>
  180. <property name="position">4</property>
  181. </packing>
  182. </child>
  183. <child type="tab">
  184. <object class="GtkLabel" id="customize">
  185. <property name="visible">True</property>
  186. <property name="can_focus">False</property>
  187. <property name="label" translatable="yes" context="bulletsandnumbering|customize">Customize</property>
  188. </object>
  189. <packing>
  190. <property name="position">4</property>
  191. <property name="tab_fill">False</property>
  192. </packing>
  193. </child>
  194. </object>
  195. <packing>
  196. <property name="expand">True</property>
  197. <property name="fill">True</property>
  198. <property name="position">1</property>
  199. </packing>
  200. </child>
  201. </object>
  202. </child>
  203. <action-widgets>
  204. <action-widget response="101">reset</action-widget>
  205. <action-widget response="-5">ok</action-widget>
  206. <action-widget response="-6">cancel</action-widget>
  207. <action-widget response="-11">help</action-widget>
  208. </action-widgets>
  209. </object>
  210. </interface>