definecustomslideshow.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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 text -->
  8. <column type="gchararray"/>
  9. <!-- column-name id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkTreeStore" id="liststore2">
  14. <columns>
  15. <!-- column-name text -->
  16. <column type="gchararray"/>
  17. <!-- column-name id -->
  18. <column type="gchararray"/>
  19. </columns>
  20. </object>
  21. <object class="GtkDialog" id="DefineCustomSlideShow">
  22. <property name="can_focus">False</property>
  23. <property name="border_width">6</property>
  24. <property name="title" translatable="yes" context="definecustomslideshow|DefineCustomSlideShow">Define Custom Slide Show</property>
  25. <property name="modal">True</property>
  26. <property name="default_width">0</property>
  27. <property name="default_height">0</property>
  28. <property name="type_hint">dialog</property>
  29. <child internal-child="vbox">
  30. <object class="GtkBox" id="dialog-vbox1">
  31. <property name="can_focus">False</property>
  32. <property name="orientation">vertical</property>
  33. <property name="spacing">12</property>
  34. <child internal-child="action_area">
  35. <object class="GtkButtonBox" id="dialog-action_area1">
  36. <property name="can_focus">False</property>
  37. <property name="layout_style">end</property>
  38. <child>
  39. <object class="GtkButton" id="ok">
  40. <property name="label">gtk-ok</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="can_default">True</property>
  44. <property name="has_default">True</property>
  45. <property name="receives_default">True</property>
  46. <property name="use_stock">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">0</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="cancel">
  56. <property name="label">gtk-cancel</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="receives_default">True</property>
  60. <property name="use_stock">True</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">1</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkButton" id="help">
  70. <property name="label">gtk-help</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="receives_default">True</property>
  74. <property name="use_stock">True</property>
  75. </object>
  76. <packing>
  77. <property name="expand">False</property>
  78. <property name="fill">True</property>
  79. <property name="position">2</property>
  80. <property name="secondary">True</property>
  81. </packing>
  82. </child>
  83. </object>
  84. <packing>
  85. <property name="expand">False</property>
  86. <property name="fill">True</property>
  87. <property name="pack_type">end</property>
  88. <property name="position">0</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkBox" id="box1">
  93. <property name="visible">True</property>
  94. <property name="can_focus">False</property>
  95. <property name="hexpand">True</property>
  96. <property name="vexpand">True</property>
  97. <property name="orientation">vertical</property>
  98. <property name="spacing">6</property>
  99. <child>
  100. <object class="GtkBox" id="box3">
  101. <property name="visible">True</property>
  102. <property name="can_focus">False</property>
  103. <property name="hexpand">True</property>
  104. <property name="spacing">12</property>
  105. <child>
  106. <object class="GtkLabel" id="label1">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="label" translatable="yes" context="definecustomslideshow|label1">_Name:</property>
  110. <property name="use_underline">True</property>
  111. <property name="mnemonic_widget">customname</property>
  112. </object>
  113. <packing>
  114. <property name="expand">False</property>
  115. <property name="fill">True</property>
  116. <property name="position">0</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkEntry" id="customname">
  121. <property name="visible">True</property>
  122. <property name="can_focus">True</property>
  123. <property name="hexpand">True</property>
  124. <property name="activates_default">True</property>
  125. <property name="truncate-multiline">True</property>
  126. <child internal-child="accessible">
  127. <object class="AtkObject" id="customname-atkobject">
  128. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|customname">Displays the name of the custom slide show. If you want, you can enter a new name.</property>
  129. </object>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="expand">False</property>
  134. <property name="fill">True</property>
  135. <property name="position">1</property>
  136. </packing>
  137. </child>
  138. </object>
  139. <packing>
  140. <property name="expand">False</property>
  141. <property name="fill">True</property>
  142. <property name="position">0</property>
  143. </packing>
  144. </child>
  145. <child>
  146. <!-- n-columns=1 n-rows=1 -->
  147. <object class="GtkGrid" id="grid1">
  148. <property name="visible">True</property>
  149. <property name="can_focus">False</property>
  150. <property name="hexpand">True</property>
  151. <property name="vexpand">True</property>
  152. <property name="row_spacing">6</property>
  153. <property name="column_spacing">6</property>
  154. <child>
  155. <object class="GtkLabel" id="label2">
  156. <property name="visible">True</property>
  157. <property name="can_focus">False</property>
  158. <property name="halign">start</property>
  159. <property name="label" translatable="yes" context="definecustomslideshow|label2">_Existing slides:</property>
  160. <property name="use_underline">True</property>
  161. <property name="mnemonic_widget">pages</property>
  162. </object>
  163. <packing>
  164. <property name="left_attach">0</property>
  165. <property name="top_attach">0</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkLabel" id="label3">
  170. <property name="visible">True</property>
  171. <property name="can_focus">False</property>
  172. <property name="halign">start</property>
  173. <property name="label" translatable="yes" context="definecustomslideshow|label3">_Selected slides:</property>
  174. <property name="use_underline">True</property>
  175. <property name="mnemonic_widget">custompages</property>
  176. </object>
  177. <packing>
  178. <property name="left_attach">2</property>
  179. <property name="top_attach">0</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkScrolledWindow">
  184. <property name="visible">True</property>
  185. <property name="can_focus">True</property>
  186. <property name="hexpand">True</property>
  187. <property name="vexpand">True</property>
  188. <property name="shadow_type">in</property>
  189. <child>
  190. <object class="GtkTreeView" id="pages">
  191. <property name="visible">True</property>
  192. <property name="can_focus">True</property>
  193. <property name="hexpand">True</property>
  194. <property name="vexpand">True</property>
  195. <property name="model">liststore1</property>
  196. <property name="headers_visible">False</property>
  197. <property name="headers_clickable">False</property>
  198. <property name="search_column">0</property>
  199. <property name="show_expanders">False</property>
  200. <child internal-child="selection">
  201. <object class="GtkTreeSelection" id="treeview-selection1">
  202. <property name="mode">multiple</property>
  203. </object>
  204. </child>
  205. <child>
  206. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  207. <child>
  208. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  209. <attributes>
  210. <attribute name="text">0</attribute>
  211. </attributes>
  212. </child>
  213. </object>
  214. </child>
  215. <child internal-child="accessible">
  216. <object class="AtkObject" id="pages-atkobject">
  217. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|pages">Lists all of the slides in the order in which they appear in the current document.</property>
  218. </object>
  219. </child>
  220. </object>
  221. </child>
  222. </object>
  223. <packing>
  224. <property name="left_attach">0</property>
  225. <property name="top_attach">1</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkScrolledWindow">
  230. <property name="visible">True</property>
  231. <property name="can_focus">True</property>
  232. <property name="hexpand">True</property>
  233. <property name="vexpand">True</property>
  234. <property name="shadow_type">in</property>
  235. <child>
  236. <object class="GtkTreeView" id="custompages">
  237. <property name="visible">True</property>
  238. <property name="can_focus">True</property>
  239. <property name="hexpand">True</property>
  240. <property name="vexpand">True</property>
  241. <property name="model">liststore2</property>
  242. <property name="headers_visible">False</property>
  243. <property name="headers_clickable">False</property>
  244. <property name="reorderable">True</property>
  245. <property name="search_column">0</property>
  246. <property name="show_expanders">False</property>
  247. <child internal-child="selection">
  248. <object class="GtkTreeSelection" id="treeview-selection2"/>
  249. </child>
  250. <child>
  251. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  252. <child>
  253. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  254. <attributes>
  255. <attribute name="text">0</attribute>
  256. </attributes>
  257. </child>
  258. </object>
  259. </child>
  260. <child internal-child="accessible">
  261. <object class="AtkObject" id="custompages-atkobject">
  262. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|custompages">Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down.</property>
  263. </object>
  264. </child>
  265. </object>
  266. </child>
  267. </object>
  268. <packing>
  269. <property name="left_attach">2</property>
  270. <property name="top_attach">1</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <object class="GtkBox" id="box4">
  275. <property name="visible">True</property>
  276. <property name="can_focus">False</property>
  277. <property name="valign">center</property>
  278. <property name="orientation">vertical</property>
  279. <property name="spacing">6</property>
  280. <child>
  281. <object class="GtkButton" id="add">
  282. <property name="label" translatable="yes" context="definecustomslideshow|add">&gt;&gt;</property>
  283. <property name="visible">True</property>
  284. <property name="can_focus">True</property>
  285. <property name="receives_default">True</property>
  286. <child internal-child="accessible">
  287. <object class="AtkObject" id="add-atkobject">
  288. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|add">Adds an existing slide to the bottom of the Selected slides list. You need to select a slide in the Existing slides list before you can use this button.</property>
  289. </object>
  290. </child>
  291. </object>
  292. <packing>
  293. <property name="expand">False</property>
  294. <property name="fill">True</property>
  295. <property name="position">0</property>
  296. </packing>
  297. </child>
  298. <child>
  299. <object class="GtkButton" id="remove">
  300. <property name="label" translatable="yes" context="definecustomslideshow|remove">&lt;&lt;</property>
  301. <property name="visible">True</property>
  302. <property name="can_focus">True</property>
  303. <property name="receives_default">True</property>
  304. <child internal-child="accessible">
  305. <object class="AtkObject" id="remove-atkobject">
  306. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|remove">Removes a slide from the Selected slides list. You need to choose a slide in the Selected slides list before you can use this button.</property>
  307. </object>
  308. </child>
  309. </object>
  310. <packing>
  311. <property name="expand">False</property>
  312. <property name="fill">True</property>
  313. <property name="position">1</property>
  314. </packing>
  315. </child>
  316. </object>
  317. <packing>
  318. <property name="left_attach">1</property>
  319. <property name="top_attach">1</property>
  320. </packing>
  321. </child>
  322. <child>
  323. <placeholder/>
  324. </child>
  325. </object>
  326. <packing>
  327. <property name="expand">True</property>
  328. <property name="fill">True</property>
  329. <property name="position">1</property>
  330. </packing>
  331. </child>
  332. </object>
  333. <packing>
  334. <property name="expand">False</property>
  335. <property name="fill">True</property>
  336. <property name="position">1</property>
  337. </packing>
  338. </child>
  339. </object>
  340. </child>
  341. <action-widgets>
  342. <action-widget response="-5">ok</action-widget>
  343. <action-widget response="-6">cancel</action-widget>
  344. <action-widget response="-11">help</action-widget>
  345. </action-widgets>
  346. <child type="titlebar">
  347. <placeholder/>
  348. </child>
  349. <child internal-child="accessible">
  350. <object class="AtkObject" id="DefineCustomSlideShow-atkobject">
  351. <property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|DefineCustomSlideShow">Creates a custom slide show.</property>
  352. </object>
  353. </child>
  354. </object>
  355. <object class="GtkSizeGroup" id="sizegroup1">
  356. <widgets>
  357. <widget name="custompages"/>
  358. </widgets>
  359. </object>
  360. </interface>