insertslidesdialog.ui 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name expander -->
  8. <column type="GdkPixbuf"/>
  9. <!-- column-name text -->
  10. <column type="gchararray"/>
  11. <!-- column-name id -->
  12. <column type="gchararray"/>
  13. </columns>
  14. </object>
  15. <object class="GtkDialog" id="InsertSlidesDialog">
  16. <property name="can_focus">False</property>
  17. <property name="border_width">6</property>
  18. <property name="title" translatable="yes" context="insertslidesdialog|InsertSlidesDialog">Insert Slides/Objects</property>
  19. <property name="modal">True</property>
  20. <property name="type_hint">dialog</property>
  21. <child internal-child="vbox">
  22. <object class="GtkBox" id="dialog-vbox1">
  23. <property name="can_focus">False</property>
  24. <property name="orientation">vertical</property>
  25. <property name="spacing">12</property>
  26. <child internal-child="action_area">
  27. <object class="GtkButtonBox" id="dialog-action_area1">
  28. <property name="can_focus">False</property>
  29. <property name="margin_top">5</property>
  30. <property name="layout_style">end</property>
  31. <child>
  32. <object class="GtkButton" id="ok">
  33. <property name="label">gtk-ok</property>
  34. <property name="visible">True</property>
  35. <property name="can_focus">True</property>
  36. <property name="can_default">True</property>
  37. <property name="has_default">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkButton" id="cancel">
  49. <property name="label">gtk-cancel</property>
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="receives_default">True</property>
  53. <property name="use_stock">True</property>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="position">1</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkButton" id="help">
  63. <property name="label">gtk-help</property>
  64. <property name="visible">True</property>
  65. <property name="can_focus">True</property>
  66. <property name="receives_default">True</property>
  67. <property name="use_stock">True</property>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="position">2</property>
  73. <property name="secondary">True</property>
  74. </packing>
  75. </child>
  76. </object>
  77. <packing>
  78. <property name="expand">False</property>
  79. <property name="fill">True</property>
  80. <property name="pack_type">end</property>
  81. <property name="position">0</property>
  82. </packing>
  83. </child>
  84. <child>
  85. <!-- n-columns=1 n-rows=1 -->
  86. <object class="GtkGrid" id="grid1">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="hexpand">True</property>
  90. <property name="vexpand">True</property>
  91. <property name="row_spacing">6</property>
  92. <child>
  93. <object class="GtkCheckButton" id="backgrounds">
  94. <property name="label" translatable="yes" context="insertslidesdialog|backgrounds">Delete unused backg_rounds</property>
  95. <property name="visible">True</property>
  96. <property name="can_focus">True</property>
  97. <property name="receives_default">False</property>
  98. <property name="use_underline">True</property>
  99. <property name="xalign">0</property>
  100. <property name="draw_indicator">True</property>
  101. <child internal-child="accessible">
  102. <object class="AtkObject" id="backgrounds-atkobject">
  103. <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|backgrounds">Unused master pages are not inserted.</property>
  104. </object>
  105. </child>
  106. </object>
  107. <packing>
  108. <property name="left_attach">0</property>
  109. <property name="top_attach">2</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkCheckButton" id="links">
  114. <property name="label" translatable="yes" context="insertslidesdialog|links">_Link</property>
  115. <property name="visible">True</property>
  116. <property name="can_focus">True</property>
  117. <property name="receives_default">False</property>
  118. <property name="use_underline">True</property>
  119. <property name="xalign">0</property>
  120. <property name="draw_indicator">True</property>
  121. <child internal-child="accessible">
  122. <object class="AtkObject" id="links-atkobject">
  123. <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|links">Inserts a file or some file elements as a link that is automatically updated when the source file is modified.</property>
  124. </object>
  125. </child>
  126. </object>
  127. <packing>
  128. <property name="left_attach">0</property>
  129. <property name="top_attach">1</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkScrolledWindow">
  134. <property name="visible">True</property>
  135. <property name="can_focus">True</property>
  136. <property name="hexpand">True</property>
  137. <property name="vexpand">True</property>
  138. <property name="shadow_type">in</property>
  139. <child>
  140. <object class="GtkTreeView" id="tree">
  141. <property name="width_request">-1</property>
  142. <property name="visible">True</property>
  143. <property name="can_focus">True</property>
  144. <property name="receives_default">True</property>
  145. <property name="hexpand">True</property>
  146. <property name="vexpand">True</property>
  147. <property name="model">liststore1</property>
  148. <property name="headers_visible">False</property>
  149. <property name="search_column">1</property>
  150. <property name="enable_tree_lines">True</property>
  151. <child internal-child="selection">
  152. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  153. </child>
  154. <child>
  155. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  156. <property name="spacing">6</property>
  157. <child>
  158. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  159. <attributes>
  160. <attribute name="pixbuf">0</attribute>
  161. </attributes>
  162. </child>
  163. <child>
  164. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  165. <attributes>
  166. <attribute name="text">1</attribute>
  167. </attributes>
  168. </child>
  169. </object>
  170. </child>
  171. </object>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="left_attach">0</property>
  176. <property name="top_attach">0</property>
  177. </packing>
  178. </child>
  179. </object>
  180. <packing>
  181. <property name="expand">False</property>
  182. <property name="fill">True</property>
  183. <property name="position">1</property>
  184. </packing>
  185. </child>
  186. </object>
  187. </child>
  188. <action-widgets>
  189. <action-widget response="-5">ok</action-widget>
  190. <action-widget response="-6">cancel</action-widget>
  191. <action-widget response="-11">help</action-widget>
  192. </action-widgets>
  193. <child type="titlebar">
  194. <placeholder/>
  195. </child>
  196. </object>
  197. </interface>