dockinganimation.ui 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  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="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">999</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkAdjustment" id="adjustment2">
  13. <property name="upper">600</property>
  14. <property name="step_increment">10</property>
  15. <property name="page_increment">60</property>
  16. </object>
  17. <object class="GtkImage" id="image1">
  18. <property name="visible">True</property>
  19. <property name="can_focus">False</property>
  20. <property name="icon_name">sd/res/get1obj.png</property>
  21. </object>
  22. <object class="GtkImage" id="image2">
  23. <property name="visible">True</property>
  24. <property name="can_focus">False</property>
  25. <property name="icon_name">sd/res/getallob.png</property>
  26. </object>
  27. <object class="GtkImage" id="image3">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="icon_name">sd/res/del1bmp.png</property>
  31. </object>
  32. <object class="GtkImage" id="image4">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <property name="icon_name">sd/res/delall.png</property>
  36. </object>
  37. <object class="GtkImage" id="image5">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="stock">gtk-goto-first</property>
  41. </object>
  42. <object class="GtkImage" id="image6">
  43. <property name="visible">True</property>
  44. <property name="can_focus">False</property>
  45. <property name="stock">gtk-media-previous</property>
  46. </object>
  47. <object class="GtkImage" id="image7">
  48. <property name="visible">True</property>
  49. <property name="can_focus">False</property>
  50. <property name="stock">gtk-media-stop</property>
  51. </object>
  52. <object class="GtkImage" id="image8">
  53. <property name="visible">True</property>
  54. <property name="can_focus">False</property>
  55. <property name="stock">gtk-media-next</property>
  56. </object>
  57. <object class="GtkImage" id="image9">
  58. <property name="visible">True</property>
  59. <property name="can_focus">False</property>
  60. <property name="stock">gtk-goto-last</property>
  61. </object>
  62. <object class="GtkBox" id="DockingAnimation">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. <property name="hexpand">True</property>
  66. <property name="vexpand">True</property>
  67. <property name="orientation">vertical</property>
  68. <property name="spacing">12</property>
  69. <child>
  70. <!-- n-columns=1 n-rows=1 -->
  71. <object class="GtkGrid" id="grid1">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="hexpand">True</property>
  75. <property name="vexpand">True</property>
  76. <property name="row_spacing">24</property>
  77. <child>
  78. <!-- n-columns=1 n-rows=1 -->
  79. <object class="GtkGrid" id="grid2">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="hexpand">True</property>
  83. <property name="vexpand">True</property>
  84. <property name="row_spacing">12</property>
  85. <child>
  86. <!-- n-columns=1 n-rows=1 -->
  87. <object class="GtkGrid" id="grid3">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="hexpand">True</property>
  91. <property name="column_spacing">12</property>
  92. <child>
  93. <object class="GtkComboBoxText" id="loopcount">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="tooltip_text" translatable="yes" context="dockinganimation|loopcount|tooltip_text">Loop Count</property>
  97. <items>
  98. <item>1</item>
  99. <item>2</item>
  100. <item>3</item>
  101. <item>4</item>
  102. <item>5</item>
  103. <item>6</item>
  104. <item>7</item>
  105. <item>8</item>
  106. <item>9</item>
  107. <item>10</item>
  108. <item>12</item>
  109. <item>15</item>
  110. <item>20</item>
  111. <item>25</item>
  112. <item>50</item>
  113. <item>100</item>
  114. <item>500</item>
  115. <item>1000</item>
  116. <item translatable="yes" context="dockinganimation|loopcount">Max.</item>
  117. </items>
  118. <child internal-child="accessible">
  119. <object class="AtkObject" id="loopcount-atkobject">
  120. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|loopcount">Sets the number of times that the animation is played.</property>
  121. </object>
  122. </child>
  123. </object>
  124. <packing>
  125. <property name="left_attach">3</property>
  126. <property name="top_attach">0</property>
  127. </packing>
  128. </child>
  129. <child>
  130. <object class="GtkSpinButton" id="duration">
  131. <property name="visible">True</property>
  132. <property name="can_focus">True</property>
  133. <property name="tooltip_text" translatable="yes" context="dockinganimation|duration|tooltip_text">Duration</property>
  134. <property name="adjustment">adjustment2</property>
  135. <property name="digits">2</property>
  136. <property name="truncate-multiline">True</property>
  137. <child internal-child="accessible">
  138. <object class="AtkObject" id="duration-atkobject">
  139. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|duration">Enter the number of seconds to display the current image. This option is only available if you select the Bitmap object option in the Animation group field.</property>
  140. </object>
  141. </child>
  142. </object>
  143. <packing>
  144. <property name="left_attach">2</property>
  145. <property name="top_attach">0</property>
  146. </packing>
  147. </child>
  148. <child>
  149. <object class="GtkSpinButton" id="numbitmap">
  150. <property name="visible">True</property>
  151. <property name="can_focus">True</property>
  152. <property name="tooltip_text" translatable="yes" context="dockinganimation|numbitmap|tooltip_text">Image Number</property>
  153. <property name="text">1</property>
  154. <property name="adjustment">adjustment1</property>
  155. <property name="value">1</property>
  156. <property name="truncate-multiline">True</property>
  157. <child internal-child="accessible">
  158. <object class="AtkObject" id="numbitmap-atkobject">
  159. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|numbitmap">Indicates the position of the current image in the animation sequence.</property>
  160. </object>
  161. </child>
  162. </object>
  163. <packing>
  164. <property name="left_attach">1</property>
  165. <property name="top_attach">0</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <!-- n-columns=1 n-rows=1 -->
  170. <object class="GtkGrid" id="grid9">
  171. <property name="visible">True</property>
  172. <property name="can_focus">False</property>
  173. <property name="valign">center</property>
  174. <property name="column_spacing">6</property>
  175. <child>
  176. <object class="GtkButton" id="first">
  177. <property name="visible">True</property>
  178. <property name="can_focus">True</property>
  179. <property name="receives_default">True</property>
  180. <property name="tooltip_text" translatable="yes" context="dockinganimation|first|tooltip_text">First Image</property>
  181. <property name="image">image5</property>
  182. <child internal-child="accessible">
  183. <object class="AtkObject" id="first-atkobject">
  184. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|first">Jumps to the first image in the animation sequence.</property>
  185. </object>
  186. </child>
  187. </object>
  188. <packing>
  189. <property name="left_attach">0</property>
  190. <property name="top_attach">0</property>
  191. </packing>
  192. </child>
  193. <child>
  194. <object class="GtkButton" id="prev">
  195. <property name="visible">True</property>
  196. <property name="can_focus">True</property>
  197. <property name="receives_default">True</property>
  198. <property name="tooltip_text" translatable="yes" context="dockinganimation|prev|tooltip_text">Backwards</property>
  199. <property name="image">image6</property>
  200. <child internal-child="accessible">
  201. <object class="AtkObject" id="prev-atkobject">
  202. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|prev">Plays the animation backwards.</property>
  203. </object>
  204. </child>
  205. </object>
  206. <packing>
  207. <property name="left_attach">1</property>
  208. <property name="top_attach">0</property>
  209. </packing>
  210. </child>
  211. <child>
  212. <object class="GtkButton" id="stop">
  213. <property name="visible">True</property>
  214. <property name="can_focus">True</property>
  215. <property name="receives_default">True</property>
  216. <property name="tooltip_text" translatable="yes" context="dockinganimation|stop|tooltip_text">Stop</property>
  217. <property name="image">image7</property>
  218. <child internal-child="accessible">
  219. <object class="AtkObject" id="stop-atkobject">
  220. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|stop">Stops playing the animation.</property>
  221. </object>
  222. </child>
  223. </object>
  224. <packing>
  225. <property name="left_attach">2</property>
  226. <property name="top_attach">0</property>
  227. </packing>
  228. </child>
  229. <child>
  230. <object class="GtkButton" id="next">
  231. <property name="visible">True</property>
  232. <property name="can_focus">True</property>
  233. <property name="receives_default">True</property>
  234. <property name="tooltip_text" translatable="yes" context="dockinganimation|next|tooltip_text">Play</property>
  235. <property name="image">image8</property>
  236. <child internal-child="accessible">
  237. <object class="AtkObject" id="next-atkobject">
  238. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|next">Plays the animation.</property>
  239. </object>
  240. </child>
  241. </object>
  242. <packing>
  243. <property name="left_attach">3</property>
  244. <property name="top_attach">0</property>
  245. </packing>
  246. </child>
  247. <child>
  248. <object class="GtkButton" id="last">
  249. <property name="visible">True</property>
  250. <property name="can_focus">True</property>
  251. <property name="receives_default">True</property>
  252. <property name="tooltip_text" translatable="yes" context="dockinganimation|last|tooltip_text">Last Image</property>
  253. <property name="image">image9</property>
  254. <child internal-child="accessible">
  255. <object class="AtkObject" id="last-atkobject">
  256. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|last">Jumps to the last image in the animation sequence.</property>
  257. </object>
  258. </child>
  259. </object>
  260. <packing>
  261. <property name="left_attach">4</property>
  262. <property name="top_attach">0</property>
  263. </packing>
  264. </child>
  265. </object>
  266. <packing>
  267. <property name="left_attach">0</property>
  268. <property name="top_attach">0</property>
  269. </packing>
  270. </child>
  271. </object>
  272. <packing>
  273. <property name="left_attach">0</property>
  274. <property name="top_attach">1</property>
  275. </packing>
  276. </child>
  277. <child>
  278. <object class="GtkDrawingArea" id="preview">
  279. <property name="visible">True</property>
  280. <property name="can_focus">False</property>
  281. <property name="hexpand">True</property>
  282. <property name="vexpand">True</property>
  283. </object>
  284. <packing>
  285. <property name="left_attach">0</property>
  286. <property name="top_attach">0</property>
  287. </packing>
  288. </child>
  289. </object>
  290. <packing>
  291. <property name="left_attach">0</property>
  292. <property name="top_attach">0</property>
  293. </packing>
  294. </child>
  295. <child>
  296. <object class="GtkFrame" id="frame1">
  297. <property name="visible">True</property>
  298. <property name="can_focus">False</property>
  299. <property name="label_xalign">0</property>
  300. <property name="shadow_type">none</property>
  301. <child>
  302. <object class="GtkAlignment" id="alignment1">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="top_padding">6</property>
  306. <property name="left_padding">12</property>
  307. <child>
  308. <!-- n-columns=1 n-rows=1 -->
  309. <object class="GtkGrid" id="grid6">
  310. <property name="visible">True</property>
  311. <property name="can_focus">False</property>
  312. <property name="row_spacing">6</property>
  313. <child>
  314. <object class="GtkRadioButton" id="group">
  315. <property name="label" translatable="yes" context="dockinganimation|group">Group object</property>
  316. <property name="visible">True</property>
  317. <property name="can_focus">True</property>
  318. <property name="receives_default">False</property>
  319. <property name="use_underline">True</property>
  320. <property name="xalign">0</property>
  321. <property name="active">True</property>
  322. <property name="draw_indicator">True</property>
  323. <child internal-child="accessible">
  324. <object class="AtkObject" id="group-atkobject">
  325. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|group">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</property>
  326. </object>
  327. </child>
  328. </object>
  329. <packing>
  330. <property name="left_attach">0</property>
  331. <property name="top_attach">0</property>
  332. </packing>
  333. </child>
  334. <child>
  335. <object class="GtkRadioButton" id="bitmap">
  336. <property name="label" translatable="yes" context="dockinganimation|bitmap">Bitmap object</property>
  337. <property name="visible">True</property>
  338. <property name="can_focus">True</property>
  339. <property name="receives_default">False</property>
  340. <property name="use_underline">True</property>
  341. <property name="xalign">0</property>
  342. <property name="draw_indicator">True</property>
  343. <property name="group">group</property>
  344. <child internal-child="accessible">
  345. <object class="AtkObject" id="bitmap-atkobject">
  346. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|bitmap">Combines images into a single image.</property>
  347. </object>
  348. </child>
  349. </object>
  350. <packing>
  351. <property name="left_attach">0</property>
  352. <property name="top_attach">1</property>
  353. </packing>
  354. </child>
  355. <child>
  356. <!-- n-columns=1 n-rows=1 -->
  357. <object class="GtkGrid" id="grid10">
  358. <property name="visible">True</property>
  359. <property name="can_focus">False</property>
  360. <property name="column_spacing">12</property>
  361. <child>
  362. <object class="GtkLabel" id="alignmentft">
  363. <property name="can_focus">False</property>
  364. <property name="label" translatable="yes" context="dockinganimation|alignmentft">Alignment</property>
  365. <property name="use_underline">True</property>
  366. <property name="mnemonic_widget">alignment</property>
  367. </object>
  368. <packing>
  369. <property name="left_attach">0</property>
  370. <property name="top_attach">0</property>
  371. </packing>
  372. </child>
  373. <child>
  374. <object class="GtkComboBoxText" id="alignment">
  375. <property name="can_focus">False</property>
  376. <items>
  377. <item translatable="yes" context="dockinganimation|alignment">Top Left</item>
  378. <item translatable="yes" context="dockinganimation|alignment">Left</item>
  379. <item translatable="yes" context="dockinganimation|alignment">Bottom Left</item>
  380. <item translatable="yes" context="dockinganimation|alignment">Top</item>
  381. <item translatable="yes" context="dockinganimation|alignment">Centered</item>
  382. <item translatable="yes" context="dockinganimation|alignment">Bottom</item>
  383. <item translatable="yes" context="dockinganimation|alignment">Top Right</item>
  384. <item translatable="yes" context="dockinganimation|alignment">Right</item>
  385. <item translatable="yes" context="dockinganimation|alignment">Bottom Right</item>
  386. </items>
  387. <child internal-child="accessible">
  388. <object class="AtkObject" id="alignment-atkobject">
  389. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|alignment">Aligns the images in your animation.</property>
  390. </object>
  391. </child>
  392. </object>
  393. <packing>
  394. <property name="left_attach">1</property>
  395. <property name="top_attach">0</property>
  396. </packing>
  397. </child>
  398. </object>
  399. <packing>
  400. <property name="left_attach">0</property>
  401. <property name="top_attach">2</property>
  402. </packing>
  403. </child>
  404. </object>
  405. </child>
  406. </object>
  407. </child>
  408. <child type="label">
  409. <object class="GtkLabel" id="label1">
  410. <property name="visible">True</property>
  411. <property name="can_focus">False</property>
  412. <property name="label" translatable="yes" context="dockinganimation|label1">Animation Group</property>
  413. <attributes>
  414. <attribute name="weight" value="bold"/>
  415. </attributes>
  416. </object>
  417. </child>
  418. </object>
  419. <packing>
  420. <property name="left_attach">0</property>
  421. <property name="top_attach">2</property>
  422. </packing>
  423. </child>
  424. <child>
  425. <object class="GtkFrame" id="frame2">
  426. <property name="visible">True</property>
  427. <property name="can_focus">False</property>
  428. <property name="label_xalign">0</property>
  429. <property name="shadow_type">none</property>
  430. <child>
  431. <object class="GtkAlignment" id="alignment2">
  432. <property name="visible">True</property>
  433. <property name="can_focus">False</property>
  434. <property name="top_padding">6</property>
  435. <property name="left_padding">12</property>
  436. <child>
  437. <!-- n-columns=1 n-rows=1 -->
  438. <object class="GtkGrid" id="grid7">
  439. <property name="visible">True</property>
  440. <property name="can_focus">False</property>
  441. <property name="hexpand">True</property>
  442. <property name="column_spacing">24</property>
  443. <child>
  444. <!-- n-columns=1 n-rows=1 -->
  445. <object class="GtkGrid" id="grid11">
  446. <property name="visible">True</property>
  447. <property name="can_focus">False</property>
  448. <property name="halign">start</property>
  449. <property name="hexpand">True</property>
  450. <property name="column_spacing">12</property>
  451. <child>
  452. <object class="GtkButton" id="getone">
  453. <property name="visible">True</property>
  454. <property name="can_focus">True</property>
  455. <property name="receives_default">True</property>
  456. <property name="tooltip_text" translatable="yes" context="dockinganimation|getone|tooltip_text">Apply Object</property>
  457. <property name="image">image1</property>
  458. <child internal-child="accessible">
  459. <object class="AtkObject" id="getone-atkobject">
  460. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getone">Adds selected object(s) as a single image.</property>
  461. </object>
  462. </child>
  463. </object>
  464. <packing>
  465. <property name="left_attach">0</property>
  466. <property name="top_attach">0</property>
  467. </packing>
  468. </child>
  469. <child>
  470. <object class="GtkButton" id="getall">
  471. <property name="visible">True</property>
  472. <property name="can_focus">True</property>
  473. <property name="receives_default">True</property>
  474. <property name="tooltip_text" translatable="yes" context="dockinganimation|getall|tooltip_text">Apply Objects Individually</property>
  475. <property name="image">image2</property>
  476. <child internal-child="accessible">
  477. <object class="AtkObject" id="getall-atkobject">
  478. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getall">Adds an image for each selected object.</property>
  479. </object>
  480. </child>
  481. </object>
  482. <packing>
  483. <property name="left_attach">1</property>
  484. <property name="top_attach">0</property>
  485. </packing>
  486. </child>
  487. </object>
  488. <packing>
  489. <property name="left_attach">0</property>
  490. <property name="top_attach">0</property>
  491. </packing>
  492. </child>
  493. <child>
  494. <!-- n-columns=1 n-rows=1 -->
  495. <object class="GtkGrid" id="grid12">
  496. <property name="visible">True</property>
  497. <property name="can_focus">False</property>
  498. <property name="halign">end</property>
  499. <property name="hexpand">True</property>
  500. <property name="column_spacing">12</property>
  501. <child>
  502. <object class="GtkLabel" id="label3">
  503. <property name="visible">True</property>
  504. <property name="can_focus">False</property>
  505. <property name="label" translatable="yes" context="dockinganimation|label3">Number</property>
  506. <property name="xalign">0</property>
  507. </object>
  508. <packing>
  509. <property name="left_attach">0</property>
  510. <property name="top_attach">0</property>
  511. </packing>
  512. </child>
  513. <child>
  514. <object class="GtkLabel" id="count">
  515. <property name="visible">True</property>
  516. <property name="can_focus">False</property>
  517. <property name="label">67</property>
  518. <property name="xalign">0</property>
  519. </object>
  520. <packing>
  521. <property name="left_attach">1</property>
  522. <property name="top_attach">0</property>
  523. </packing>
  524. </child>
  525. </object>
  526. <packing>
  527. <property name="left_attach">2</property>
  528. <property name="top_attach">0</property>
  529. </packing>
  530. </child>
  531. <child>
  532. <!-- n-columns=1 n-rows=1 -->
  533. <object class="GtkGrid" id="grid13">
  534. <property name="visible">True</property>
  535. <property name="can_focus">False</property>
  536. <property name="halign">center</property>
  537. <property name="hexpand">True</property>
  538. <property name="column_spacing">12</property>
  539. <child>
  540. <object class="GtkButton" id="delone">
  541. <property name="visible">True</property>
  542. <property name="can_focus">True</property>
  543. <property name="receives_default">True</property>
  544. <property name="tooltip_text" translatable="yes" context="dockinganimation|delone|tooltip_text">Delete Current Image</property>
  545. <property name="image">image3</property>
  546. <child internal-child="accessible">
  547. <object class="AtkObject" id="delone-atkobject">
  548. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delone">Deletes current image from the animation sequence.</property>
  549. </object>
  550. </child>
  551. </object>
  552. <packing>
  553. <property name="left_attach">0</property>
  554. <property name="top_attach">0</property>
  555. </packing>
  556. </child>
  557. <child>
  558. <object class="GtkButton" id="delall">
  559. <property name="visible">True</property>
  560. <property name="can_focus">True</property>
  561. <property name="receives_default">True</property>
  562. <property name="tooltip_text" translatable="yes" context="dockinganimation|delall|tooltip_text">Delete All Images</property>
  563. <property name="image">image4</property>
  564. <child internal-child="accessible">
  565. <object class="AtkObject" id="delall-atkobject">
  566. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delall">Deletes all of the images in the animation.</property>
  567. </object>
  568. </child>
  569. </object>
  570. <packing>
  571. <property name="left_attach">1</property>
  572. <property name="top_attach">0</property>
  573. </packing>
  574. </child>
  575. </object>
  576. <packing>
  577. <property name="left_attach">1</property>
  578. <property name="top_attach">0</property>
  579. </packing>
  580. </child>
  581. </object>
  582. </child>
  583. </object>
  584. </child>
  585. <child type="label">
  586. <object class="GtkLabel" id="label2">
  587. <property name="visible">True</property>
  588. <property name="can_focus">False</property>
  589. <property name="label" translatable="yes" context="dockinganimation|label2">Image</property>
  590. <attributes>
  591. <attribute name="weight" value="bold"/>
  592. </attributes>
  593. </object>
  594. </child>
  595. </object>
  596. <packing>
  597. <property name="left_attach">0</property>
  598. <property name="top_attach">1</property>
  599. </packing>
  600. </child>
  601. </object>
  602. <packing>
  603. <property name="expand">False</property>
  604. <property name="fill">True</property>
  605. <property name="position">0</property>
  606. </packing>
  607. </child>
  608. <child>
  609. <object class="GtkButtonBox" id="buttonbox">
  610. <property name="visible">True</property>
  611. <property name="can_focus">False</property>
  612. <property name="layout_style">end</property>
  613. <child>
  614. <object class="GtkButton" id="help">
  615. <property name="label">gtk-help</property>
  616. <property name="visible">True</property>
  617. <property name="can_focus">True</property>
  618. <property name="receives_default">True</property>
  619. <property name="use_stock">True</property>
  620. </object>
  621. <packing>
  622. <property name="expand">False</property>
  623. <property name="fill">True</property>
  624. <property name="position">0</property>
  625. <property name="secondary">True</property>
  626. </packing>
  627. </child>
  628. <child>
  629. <object class="GtkButton" id="create">
  630. <property name="label" translatable="yes" context="dockinganimation|create">Create</property>
  631. <property name="visible">True</property>
  632. <property name="can_focus">True</property>
  633. <property name="can_default">True</property>
  634. <property name="receives_default">True</property>
  635. <property name="use_underline">True</property>
  636. <child internal-child="accessible">
  637. <object class="AtkObject" id="create-atkobject">
  638. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|create">Inserts the animation into the current slide.</property>
  639. </object>
  640. </child>
  641. </object>
  642. <packing>
  643. <property name="expand">False</property>
  644. <property name="fill">True</property>
  645. <property name="position">1</property>
  646. </packing>
  647. </child>
  648. </object>
  649. <packing>
  650. <property name="expand">False</property>
  651. <property name="fill">True</property>
  652. <property name="pack_type">end</property>
  653. <property name="position">1</property>
  654. </packing>
  655. </child>
  656. <child internal-child="accessible">
  657. <object class="AtkObject" id="DockingAnimation-atkobject">
  658. <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|DockingAnimation">Creates a custom animation on the current slide.</property>
  659. </object>
  660. </child>
  661. </object>
  662. </interface>