customanimationspanel.ui 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  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="upper">100000</property>
  7. <property name="step_increment">0.5</property>
  8. <property name="page_increment">5</property>
  9. </object>
  10. <object class="GtkAdjustment" id="adjustment2">
  11. <property name="upper">100000</property>
  12. <property name="step_increment">0.5</property>
  13. <property name="page_increment">5</property>
  14. </object>
  15. <object class="GtkImage" id="image1">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="icon_name">sfx2/res/symphony/sidebar-property-small.png</property>
  19. </object>
  20. <object class="GtkImage" id="image_add">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="icon_name">svtools/res/list_add.png</property>
  24. <property name="icon_size">2</property>
  25. </object>
  26. <object class="GtkImage" id="image_down">
  27. <property name="visible">True</property>
  28. <property name="can_focus">False</property>
  29. <property name="icon_name">cmd/sc_movedown.png</property>
  30. <property name="icon_size">2</property>
  31. </object>
  32. <object class="GtkImage" id="image_play">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <property name="icon_name">sd/res/playblue_16.png</property>
  36. </object>
  37. <object class="GtkImage" id="image_remove">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="icon_name">extensions/res/buttonminus.png</property>
  41. <property name="icon_size">2</property>
  42. </object>
  43. <object class="GtkImage" id="image_up">
  44. <property name="visible">True</property>
  45. <property name="can_focus">False</property>
  46. <property name="icon_name">cmd/sc_moveup.png</property>
  47. <property name="icon_size">2</property>
  48. </object>
  49. <object class="GtkTreeStore" id="liststore1">
  50. <columns>
  51. <!-- column-name expander -->
  52. <column type="GdkPixbuf"/>
  53. <!-- column-name text -->
  54. <column type="gchararray"/>
  55. <!-- column-name id -->
  56. <column type="gchararray"/>
  57. </columns>
  58. </object>
  59. <object class="GtkTreeStore" id="liststore2">
  60. <columns>
  61. <!-- column-name text -->
  62. <column type="gchararray"/>
  63. <!-- column-name id -->
  64. <column type="gchararray"/>
  65. <!-- column-name weight1 -->
  66. <column type="gint"/>
  67. <!-- column-name sensitive1 -->
  68. <column type="gboolean"/>
  69. <!-- column-name extraindent1 -->
  70. <column type="gint"/>
  71. <!-- column-name align1 -->
  72. <column type="gdouble"/>
  73. </columns>
  74. </object>
  75. <object class="GtkBox" id="CustomAnimationsPanel">
  76. <property name="visible">True</property>
  77. <property name="can_focus">False</property>
  78. <property name="vexpand">True</property>
  79. <property name="border_width">6</property>
  80. <property name="orientation">vertical</property>
  81. <child>
  82. <object class="GtkBox" id="box1">
  83. <property name="visible">True</property>
  84. <property name="can_focus">False</property>
  85. <property name="vexpand">True</property>
  86. <property name="orientation">vertical</property>
  87. <property name="spacing">12</property>
  88. <child>
  89. <object class="GtkBox">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <child>
  93. <object class="GtkScrolledWindow">
  94. <property name="can_focus">True</property>
  95. <property name="hexpand">True</property>
  96. <property name="vexpand">True</property>
  97. <property name="shadow_type">in</property>
  98. <child>
  99. <object class="GtkTreeView" id="custom_animation_list">
  100. <property name="width_request">260</property>
  101. <property name="can_focus">True</property>
  102. <property name="receives_default">True</property>
  103. <property name="no_show_all">True</property>
  104. <property name="hexpand">True</property>
  105. <property name="vexpand">True</property>
  106. <property name="model">liststore1</property>
  107. <property name="headers_visible">False</property>
  108. <property name="reorderable">True</property>
  109. <property name="search_column">1</property>
  110. <child internal-child="selection">
  111. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  112. </child>
  113. <child>
  114. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  115. <property name="spacing">6</property>
  116. <child>
  117. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  118. <attributes>
  119. <attribute name="pixbuf">0</attribute>
  120. </attributes>
  121. </child>
  122. <child>
  123. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  124. <attributes>
  125. <attribute name="text">1</attribute>
  126. </attributes>
  127. </child>
  128. </object>
  129. </child>
  130. <child internal-child="accessible">
  131. <object class="AtkObject" id="custom_animation_list-atkobject">
  132. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|custom_animation_list">The animation list displays all animations for the current slide.</property>
  133. </object>
  134. </child>
  135. </object>
  136. </child>
  137. </object>
  138. <packing>
  139. <property name="expand">False</property>
  140. <property name="fill">True</property>
  141. <property name="position">0</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkScrolledWindow" id="custom_animation_label_parent">
  146. <property name="visible">True</property>
  147. <property name="can_focus">True</property>
  148. <property name="hexpand">True</property>
  149. <property name="vexpand">True</property>
  150. <property name="shadow_type">in</property>
  151. <child>
  152. <object class="GtkViewport">
  153. <property name="visible">True</property>
  154. <property name="can_focus">False</property>
  155. <child>
  156. <object class="GtkLabel" id="custom_animation_label">
  157. <property name="width_request">260</property>
  158. <property name="visible">True</property>
  159. <property name="can_focus">False</property>
  160. <property name="no_show_all">True</property>
  161. <property name="hexpand">True</property>
  162. <property name="vexpand">True</property>
  163. <property name="label" translatable="yes" context="customanimationspanel|STR_CUSTOMANIMATION_LIST_HELPTEXT">First select the slide element and then click 'Add...' to add an animation effect.</property>
  164. <property name="justify">center</property>
  165. <property name="wrap">True</property>
  166. </object>
  167. </child>
  168. </object>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="expand">False</property>
  173. <property name="fill">True</property>
  174. <property name="position">1</property>
  175. </packing>
  176. </child>
  177. </object>
  178. <packing>
  179. <property name="expand">True</property>
  180. <property name="fill">True</property>
  181. <property name="position">0</property>
  182. </packing>
  183. </child>
  184. <child>
  185. <object class="GtkBox" id="box2">
  186. <property name="visible">True</property>
  187. <property name="can_focus">False</property>
  188. <property name="halign">center</property>
  189. <property name="spacing">12</property>
  190. <child>
  191. <object class="GtkButton" id="add_effect">
  192. <property name="visible">True</property>
  193. <property name="can_focus">True</property>
  194. <property name="receives_default">True</property>
  195. <property name="tooltip_text" translatable="yes" context="customanimationspanel|add_effect|tooltip_text">Add Effect</property>
  196. <property name="image">image_add</property>
  197. <child internal-child="accessible">
  198. <object class="AtkObject" id="add_effect-atkobject">
  199. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|add_effect">Adds another animation effect for the selected object on the slide.</property>
  200. </object>
  201. </child>
  202. </object>
  203. <packing>
  204. <property name="expand">False</property>
  205. <property name="fill">True</property>
  206. <property name="position">0</property>
  207. </packing>
  208. </child>
  209. <child>
  210. <object class="GtkButton" id="remove_effect">
  211. <property name="visible">True</property>
  212. <property name="can_focus">True</property>
  213. <property name="receives_default">True</property>
  214. <property name="tooltip_text" translatable="yes" context="customanimationspanel|remove_effect|tooltip_text">Remove Effect</property>
  215. <property name="image">image_remove</property>
  216. <child internal-child="accessible">
  217. <object class="AtkObject" id="remove_effect-atkobject">
  218. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|remove_effect">Removes the selected animation effects from the animation list.</property>
  219. </object>
  220. </child>
  221. </object>
  222. <packing>
  223. <property name="expand">False</property>
  224. <property name="fill">True</property>
  225. <property name="position">1</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkButton" id="move_up">
  230. <property name="visible">True</property>
  231. <property name="can_focus">True</property>
  232. <property name="receives_default">True</property>
  233. <property name="tooltip_text" translatable="yes" context="customanimationspanel|move_up|tooltip_text">Move Up</property>
  234. <property name="image">image_up</property>
  235. <child internal-child="accessible">
  236. <object class="AtkObject" id="move_up-atkobject">
  237. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|move_up">Click one of the buttons to move the selected animation effect up or down in the list.</property>
  238. </object>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="expand">False</property>
  243. <property name="fill">True</property>
  244. <property name="position">3</property>
  245. </packing>
  246. </child>
  247. <child>
  248. <object class="GtkButton" id="move_down">
  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="customanimationspanel|move_down|tooltip_text">Move Down</property>
  253. <property name="image">image_down</property>
  254. <child internal-child="accessible">
  255. <object class="AtkObject" id="move_down-atkobject">
  256. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|move_down">Click one of the buttons to move the selected animation effect up or down in the list.</property>
  257. </object>
  258. </child>
  259. </object>
  260. <packing>
  261. <property name="expand">False</property>
  262. <property name="fill">True</property>
  263. <property name="position">4</property>
  264. </packing>
  265. </child>
  266. </object>
  267. <packing>
  268. <property name="expand">False</property>
  269. <property name="fill">True</property>
  270. <property name="position">1</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <!-- n-columns=1 n-rows=1 -->
  275. <object class="GtkGrid" id="grid2">
  276. <property name="visible">True</property>
  277. <property name="can_focus">False</property>
  278. <property name="row_spacing">6</property>
  279. <property name="column_spacing">6</property>
  280. <child>
  281. <object class="GtkLabel" id="categorylabel">
  282. <property name="visible">True</property>
  283. <property name="can_focus">False</property>
  284. <property name="halign">end</property>
  285. <property name="label" translatable="yes" context="customanimationspanel|categorylabel">Category:</property>
  286. <property name="use_underline">True</property>
  287. <property name="mnemonic_widget">categorylb</property>
  288. </object>
  289. <packing>
  290. <property name="left_attach">0</property>
  291. <property name="top_attach">0</property>
  292. </packing>
  293. </child>
  294. <child>
  295. <object class="GtkLabel" id="effectlabel">
  296. <property name="visible">True</property>
  297. <property name="can_focus">False</property>
  298. <property name="halign">end</property>
  299. <property name="label" translatable="yes" context="customanimationspanel|effectlabel">Effect:</property>
  300. <property name="use_underline">True</property>
  301. <property name="mnemonic_widget">effect_list</property>
  302. </object>
  303. <packing>
  304. <property name="left_attach">0</property>
  305. <property name="top_attach">1</property>
  306. </packing>
  307. </child>
  308. <child>
  309. <object class="GtkComboBoxText" id="categorylb">
  310. <property name="visible">True</property>
  311. <property name="can_focus">True</property>
  312. <property name="popup_fixed_width">False</property>
  313. <items>
  314. <item translatable="yes" context="customanimationspanel|categorylb">Entrance</item>
  315. <item translatable="yes" context="customanimationspanel|categorylb">Emphasis</item>
  316. <item translatable="yes" context="customanimationspanel|categorylb">Exit</item>
  317. <item translatable="yes" context="customanimationspanel|categorylb">Motion Paths</item>
  318. <item translatable="yes" context="customanimationspanel|categorylb">Misc Effects</item>
  319. </items>
  320. <child internal-child="accessible">
  321. <object class="AtkObject" id="categorylb-atkobject">
  322. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|categorylb">Select an animation effect category.</property>
  323. </object>
  324. </child>
  325. </object>
  326. <packing>
  327. <property name="left_attach">1</property>
  328. <property name="top_attach">0</property>
  329. </packing>
  330. </child>
  331. <child>
  332. <object class="GtkScrolledWindow">
  333. <property name="visible">True</property>
  334. <property name="can_focus">True</property>
  335. <property name="no_show_all">True</property>
  336. <property name="hexpand">True</property>
  337. <property name="shadow_type">in</property>
  338. <child>
  339. <object class="GtkTreeView" id="effect_list">
  340. <property name="visible">True</property>
  341. <property name="can_focus">True</property>
  342. <property name="receives_default">True</property>
  343. <property name="no_show_all">True</property>
  344. <property name="hexpand">True</property>
  345. <property name="model">liststore2</property>
  346. <property name="headers_visible">False</property>
  347. <property name="search_column">0</property>
  348. <property name="show_expanders">False</property>
  349. <child internal-child="selection">
  350. <object class="GtkTreeSelection" id="Macro Library List-selection11"/>
  351. </child>
  352. <child>
  353. <object class="GtkTreeViewColumn" id="treeviewcolumn21">
  354. <child>
  355. <object class="GtkCellRendererText" id="cellrenderertext22"/>
  356. <attributes>
  357. <attribute name="xalign">5</attribute>
  358. <attribute name="text">0</attribute>
  359. <attribute name="weight">2</attribute>
  360. </attributes>
  361. </child>
  362. </object>
  363. </child>
  364. <child internal-child="accessible">
  365. <object class="AtkObject" id="effect_list-atkobject">
  366. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|effect_list">Select an animation effect.</property>
  367. </object>
  368. </child>
  369. </object>
  370. </child>
  371. </object>
  372. <packing>
  373. <property name="left_attach">1</property>
  374. <property name="top_attach">1</property>
  375. </packing>
  376. </child>
  377. </object>
  378. <packing>
  379. <property name="expand">False</property>
  380. <property name="fill">True</property>
  381. <property name="position">2</property>
  382. </packing>
  383. </child>
  384. <child>
  385. <object class="GtkFrame" id="frame2">
  386. <property name="visible">True</property>
  387. <property name="can_focus">False</property>
  388. <property name="label_xalign">0</property>
  389. <property name="shadow_type">none</property>
  390. <child>
  391. <!-- n-columns=1 n-rows=1 -->
  392. <object class="GtkGrid" id="grid1">
  393. <property name="visible">True</property>
  394. <property name="can_focus">False</property>
  395. <property name="hexpand">True</property>
  396. <property name="row_spacing">6</property>
  397. <property name="column_spacing">6</property>
  398. <child>
  399. <object class="GtkLabel" id="start_effect">
  400. <property name="visible">True</property>
  401. <property name="can_focus">False</property>
  402. <property name="halign">end</property>
  403. <property name="label" translatable="yes" context="customanimationspanel|start_effect">_Start:</property>
  404. <property name="use_underline">True</property>
  405. <property name="mnemonic_widget">start_effect_list</property>
  406. </object>
  407. <packing>
  408. <property name="left_attach">0</property>
  409. <property name="top_attach">0</property>
  410. </packing>
  411. </child>
  412. <child>
  413. <object class="GtkLabel" id="effect_property">
  414. <property name="visible">True</property>
  415. <property name="can_focus">False</property>
  416. <property name="halign">end</property>
  417. <property name="label" translatable="yes" context="customanimationspanel|effect_property">_Direction:</property>
  418. <property name="use_underline">True</property>
  419. <property name="mnemonic_widget">placeholder</property>
  420. </object>
  421. <packing>
  422. <property name="left_attach">0</property>
  423. <property name="top_attach">1</property>
  424. </packing>
  425. </child>
  426. <child>
  427. <object class="GtkLabel" id="effect_duration">
  428. <property name="visible">True</property>
  429. <property name="can_focus">False</property>
  430. <property name="halign">end</property>
  431. <property name="label" translatable="yes" context="customanimationspanel|effect_duration">D_uration:</property>
  432. <property name="use_underline">True</property>
  433. <property name="mnemonic_widget">anim_duration</property>
  434. </object>
  435. <packing>
  436. <property name="left_attach">0</property>
  437. <property name="top_attach">2</property>
  438. </packing>
  439. </child>
  440. <child>
  441. <object class="GtkComboBoxText" id="start_effect_list">
  442. <property name="visible">True</property>
  443. <property name="can_focus">True</property>
  444. <property name="hexpand">True</property>
  445. <items>
  446. <item translatable="yes" context="customanimationspanel|start_effect_list">On click</item>
  447. <item translatable="yes" context="customanimationspanel|start_effect_list">With previous</item>
  448. <item translatable="yes" context="customanimationspanel|start_effect_list">After previous</item>
  449. </items>
  450. <child internal-child="accessible">
  451. <object class="AtkObject" id="start_effect_list-atkobject">
  452. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|start_effect_list">Displays when the selected animation effect should be started.</property>
  453. </object>
  454. </child>
  455. </object>
  456. <packing>
  457. <property name="left_attach">1</property>
  458. <property name="top_attach">0</property>
  459. </packing>
  460. </child>
  461. <child>
  462. <object class="GtkBox" id="placeholder">
  463. <property name="visible">True</property>
  464. <property name="can_focus">False</property>
  465. <property name="hexpand">True</property>
  466. <property name="spacing">6</property>
  467. <child>
  468. <placeholder/>
  469. </child>
  470. </object>
  471. <packing>
  472. <property name="left_attach">1</property>
  473. <property name="top_attach">1</property>
  474. </packing>
  475. </child>
  476. <child>
  477. <object class="GtkButton" id="more_properties">
  478. <property name="visible">True</property>
  479. <property name="can_focus">True</property>
  480. <property name="receives_default">True</property>
  481. <property name="tooltip_text" translatable="yes" context="customanimationspanel|more_properties|tooltip_text">Options</property>
  482. <property name="image">image1</property>
  483. <property name="always_show_image">True</property>
  484. <child internal-child="accessible">
  485. <object class="AtkObject" id="more_properties-atkobject">
  486. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|more_properties">Specifies additional properties for the selected element in the Custom Animations pane.</property>
  487. </object>
  488. </child>
  489. </object>
  490. <packing>
  491. <property name="left_attach">2</property>
  492. <property name="top_attach">1</property>
  493. </packing>
  494. </child>
  495. <child>
  496. <object class="GtkSpinButton" id="anim_duration">
  497. <property name="visible">True</property>
  498. <property name="can_focus">True</property>
  499. <property name="hexpand">True</property>
  500. <property name="adjustment">adjustment2</property>
  501. <property name="digits">2</property>
  502. <property name="truncate-multiline">True</property>
  503. <child internal-child="accessible">
  504. <object class="AtkObject" id="anim_duration-atkobject">
  505. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|anim_duration">Specifies the duration of the selected animation effect.</property>
  506. </object>
  507. </child>
  508. </object>
  509. <packing>
  510. <property name="left_attach">1</property>
  511. <property name="top_attach">2</property>
  512. </packing>
  513. </child>
  514. <child>
  515. <object class="GtkLabel" id="delay_label">
  516. <property name="visible">True</property>
  517. <property name="can_focus">False</property>
  518. <property name="halign">end</property>
  519. <property name="label" translatable="yes" context="customanimationspanel|delay_label">_Delay:</property>
  520. <property name="use_underline">True</property>
  521. <property name="mnemonic_widget">delay_value</property>
  522. </object>
  523. <packing>
  524. <property name="left_attach">0</property>
  525. <property name="top_attach">3</property>
  526. </packing>
  527. </child>
  528. <child>
  529. <object class="GtkSpinButton" id="delay_value">
  530. <property name="visible">True</property>
  531. <property name="can_focus">True</property>
  532. <property name="hexpand">True</property>
  533. <property name="adjustment">adjustment1</property>
  534. <property name="digits">1</property>
  535. <property name="truncate-multiline">True</property>
  536. <child internal-child="accessible">
  537. <object class="AtkObject" id="delay_value-atkobject">
  538. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|delay_value">The animation starts delayed by this amount of time.</property>
  539. </object>
  540. </child>
  541. </object>
  542. <packing>
  543. <property name="left_attach">1</property>
  544. <property name="top_attach">3</property>
  545. </packing>
  546. </child>
  547. <child>
  548. <placeholder/>
  549. </child>
  550. <child>
  551. <placeholder/>
  552. </child>
  553. <child>
  554. <placeholder/>
  555. </child>
  556. </object>
  557. </child>
  558. <child type="label">
  559. <object class="GtkLabel" id="effect_label">
  560. <property name="can_focus">False</property>
  561. <property name="hexpand">True</property>
  562. <property name="label" translatable="yes" context="customanimationspanel|effect_label">Effect</property>
  563. <property name="xalign">0</property>
  564. <attributes>
  565. <attribute name="weight" value="bold"/>
  566. </attributes>
  567. </object>
  568. </child>
  569. </object>
  570. <packing>
  571. <property name="expand">False</property>
  572. <property name="fill">True</property>
  573. <property name="position">3</property>
  574. </packing>
  575. </child>
  576. <child>
  577. <object class="GtkBox" id="box3">
  578. <property name="visible">True</property>
  579. <property name="can_focus">False</property>
  580. <property name="orientation">vertical</property>
  581. <property name="spacing">6</property>
  582. <child>
  583. <object class="GtkSeparator" id="separator1">
  584. <property name="visible">True</property>
  585. <property name="can_focus">False</property>
  586. </object>
  587. <packing>
  588. <property name="expand">False</property>
  589. <property name="fill">True</property>
  590. <property name="position">0</property>
  591. </packing>
  592. </child>
  593. <child>
  594. <object class="GtkBox" id="box4">
  595. <property name="visible">True</property>
  596. <property name="can_focus">False</property>
  597. <property name="spacing">18</property>
  598. <child>
  599. <object class="GtkCheckButton" id="auto_preview">
  600. <property name="label" translatable="yes" context="customanimationspanel|auto_preview">Automatic Preview</property>
  601. <property name="visible">True</property>
  602. <property name="can_focus">True</property>
  603. <property name="receives_default">False</property>
  604. <property name="use_underline">True</property>
  605. <property name="xalign">0</property>
  606. <property name="draw_indicator">True</property>
  607. <child internal-child="accessible">
  608. <object class="AtkObject" id="auto_preview-atkobject">
  609. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|auto_preview">Select to preview new or edited effects on the slide while you assign them.</property>
  610. </object>
  611. </child>
  612. </object>
  613. <packing>
  614. <property name="expand">False</property>
  615. <property name="fill">True</property>
  616. <property name="position">0</property>
  617. </packing>
  618. </child>
  619. <child>
  620. <object class="GtkButton" id="play">
  621. <property name="label" translatable="yes" context="customanimationspanel|play">Play</property>
  622. <property name="visible">True</property>
  623. <property name="can_focus">True</property>
  624. <property name="receives_default">True</property>
  625. <property name="tooltip_text" translatable="yes" context="customanimationspanel|play|tooltip_text">Preview Effect</property>
  626. <property name="image">image_play</property>
  627. <property name="use_underline">True</property>
  628. <property name="image_position">right</property>
  629. <property name="always_show_image">True</property>
  630. <child internal-child="accessible">
  631. <object class="AtkObject" id="play-atkobject">
  632. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|play">Plays the selected animation effect in the preview.</property>
  633. </object>
  634. </child>
  635. </object>
  636. <packing>
  637. <property name="expand">False</property>
  638. <property name="fill">True</property>
  639. <property name="position">1</property>
  640. </packing>
  641. </child>
  642. </object>
  643. <packing>
  644. <property name="expand">False</property>
  645. <property name="fill">True</property>
  646. <property name="position">1</property>
  647. </packing>
  648. </child>
  649. </object>
  650. <packing>
  651. <property name="expand">False</property>
  652. <property name="fill">True</property>
  653. <property name="position">4</property>
  654. </packing>
  655. </child>
  656. <child>
  657. <object class="GtkLabel" id="box1_label">
  658. <property name="can_focus">False</property>
  659. <property name="label" translatable="yes" context="customanimationspanel|box1_label">Animation Deck</property>
  660. <property name="use_underline">True</property>
  661. <property name="mnemonic_widget">box1</property>
  662. </object>
  663. <packing>
  664. <property name="expand">False</property>
  665. <property name="fill">True</property>
  666. <property name="position">5</property>
  667. </packing>
  668. </child>
  669. <child>
  670. <object class="GtkLabel" id="custom_animation_list_label">
  671. <property name="can_focus">False</property>
  672. <property name="label" translatable="yes" context="customanimationspanel|custom_animation_list_label">Animation List</property>
  673. <property name="use_underline">True</property>
  674. <property name="mnemonic_widget">custom_animation_list</property>
  675. </object>
  676. <packing>
  677. <property name="expand">False</property>
  678. <property name="fill">True</property>
  679. <property name="position">6</property>
  680. </packing>
  681. </child>
  682. </object>
  683. <packing>
  684. <property name="expand">False</property>
  685. <property name="fill">True</property>
  686. <property name="position">2</property>
  687. </packing>
  688. </child>
  689. <child internal-child="accessible">
  690. <object class="AtkObject" id="CustomAnimationsPanel-atkobject">
  691. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|CustomAnimationsPanel">Assigns effects to selected objects.</property>
  692. </object>
  693. </child>
  694. </object>
  695. </interface>