headerfooterdialog.ui 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sd">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="HeaderFooterDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="headerfooterdialog|HeaderFooterDialog">Header and Footer</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="apply_all">
  24. <property name="label" translatable="yes" context="headerfooterdialog|apply_all">Appl_y to All</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_underline">True</property>
  31. <child internal-child="accessible">
  32. <object class="AtkObject" id="apply_all-atkobject">
  33. <property name="AtkObject::accessible-description" translatable="yes" context="headerfooterdialog|extended_tip|apply_all">Applies the settings to all the slides in your presentation, including the corresponding master slides.</property>
  34. </object>
  35. </child>
  36. </object>
  37. <packing>
  38. <property name="expand">False</property>
  39. <property name="fill">True</property>
  40. <property name="position">0</property>
  41. </packing>
  42. </child>
  43. <child>
  44. <object class="GtkButton" id="apply">
  45. <property name="label">gtk-apply</property>
  46. <property name="visible">True</property>
  47. <property name="can_focus">True</property>
  48. <property name="receives_default">True</property>
  49. <property name="use_underline">True</property>
  50. <property name="use_stock">True</property>
  51. <child internal-child="accessible">
  52. <object class="AtkObject" id="apply-atkobject">
  53. <property name="AtkObject::accessible-description" translatable="yes" context="headerfooterdialog|extended_tip|apply">Applies the current settings to the selected slides.</property>
  54. </object>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="expand">False</property>
  59. <property name="fill">True</property>
  60. <property name="position">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkButton" id="cancel">
  65. <property name="label">gtk-cancel</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">True</property>
  69. <property name="use_underline">True</property>
  70. <property name="use_stock">True</property>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="position">2</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkButton" id="help">
  80. <property name="label">gtk-help</property>
  81. <property name="visible">True</property>
  82. <property name="can_focus">True</property>
  83. <property name="receives_default">True</property>
  84. <property name="use_stock">True</property>
  85. </object>
  86. <packing>
  87. <property name="expand">False</property>
  88. <property name="fill">True</property>
  89. <property name="position">3</property>
  90. <property name="secondary">True</property>
  91. </packing>
  92. </child>
  93. </object>
  94. <packing>
  95. <property name="expand">False</property>
  96. <property name="fill">True</property>
  97. <property name="pack_type">end</property>
  98. <property name="position">0</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkNotebook" id="tabcontrol">
  103. <property name="visible">True</property>
  104. <property name="can_focus">True</property>
  105. <property name="hexpand">True</property>
  106. <property name="vexpand">True</property>
  107. <property name="scrollable">True</property>
  108. <property name="enable_popup">True</property>
  109. <child>
  110. <!-- n-columns=1 n-rows=1 -->
  111. <object class="GtkGrid">
  112. <property name="visible">True</property>
  113. <property name="can_focus">False</property>
  114. <child>
  115. <placeholder/>
  116. </child>
  117. <child>
  118. <placeholder/>
  119. </child>
  120. <child>
  121. <placeholder/>
  122. </child>
  123. <child>
  124. <placeholder/>
  125. </child>
  126. <child>
  127. <placeholder/>
  128. </child>
  129. <child>
  130. <placeholder/>
  131. </child>
  132. <child>
  133. <placeholder/>
  134. </child>
  135. <child>
  136. <placeholder/>
  137. </child>
  138. <child>
  139. <placeholder/>
  140. </child>
  141. </object>
  142. </child>
  143. <child type="tab">
  144. <object class="GtkLabel" id="slides">
  145. <property name="visible">True</property>
  146. <property name="can_focus">False</property>
  147. <property name="label" translatable="yes" context="headerfooterdialog|slides">Slides</property>
  148. </object>
  149. <packing>
  150. <property name="tab_fill">False</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <!-- n-columns=1 n-rows=1 -->
  155. <object class="GtkGrid">
  156. <property name="visible">True</property>
  157. <property name="can_focus">False</property>
  158. <child>
  159. <placeholder/>
  160. </child>
  161. <child>
  162. <placeholder/>
  163. </child>
  164. <child>
  165. <placeholder/>
  166. </child>
  167. <child>
  168. <placeholder/>
  169. </child>
  170. <child>
  171. <placeholder/>
  172. </child>
  173. <child>
  174. <placeholder/>
  175. </child>
  176. <child>
  177. <placeholder/>
  178. </child>
  179. <child>
  180. <placeholder/>
  181. </child>
  182. <child>
  183. <placeholder/>
  184. </child>
  185. </object>
  186. <packing>
  187. <property name="position">1</property>
  188. </packing>
  189. </child>
  190. <child type="tab">
  191. <object class="GtkLabel" id="notes">
  192. <property name="visible">True</property>
  193. <property name="can_focus">False</property>
  194. <property name="label" translatable="yes" context="headerfooterdialog|notes">Notes and Handouts</property>
  195. </object>
  196. <packing>
  197. <property name="position">1</property>
  198. <property name="tab_fill">False</property>
  199. </packing>
  200. </child>
  201. </object>
  202. <packing>
  203. <property name="expand">False</property>
  204. <property name="fill">True</property>
  205. <property name="position">1</property>
  206. </packing>
  207. </child>
  208. </object>
  209. </child>
  210. <action-widgets>
  211. <action-widget response="101">apply_all</action-widget>
  212. <action-widget response="102">apply</action-widget>
  213. <action-widget response="-6">cancel</action-widget>
  214. <action-widget response="-11">help</action-widget>
  215. </action-widgets>
  216. <child type="titlebar">
  217. <placeholder/>
  218. </child>
  219. <child internal-child="accessible">
  220. <object class="AtkObject" id="HeaderFooterDialog-atkobject">
  221. <property name="AtkObject::accessible-description" translatable="yes" context="headerfooterdialog|extended_tip|HeaderFooterDialog">Adds or changes text in placeholders at the top and the bottom of slides and master slides.</property>
  222. </object>
  223. </child>
  224. </object>
  225. </interface>