customanimationeffecttab.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  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">10000</property>
  7. <property name="step_increment">1</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkImage" id="image1">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="stock">gtk-media-play</property>
  14. </object>
  15. <object class="GtkBox" id="EffectTab">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="border_width">6</property>
  19. <property name="orientation">vertical</property>
  20. <property name="spacing">12</property>
  21. <child>
  22. <object class="GtkFrame" id="settings">
  23. <property name="can_focus">False</property>
  24. <property name="no_show_all">True</property>
  25. <property name="label_xalign">0</property>
  26. <property name="shadow_type">none</property>
  27. <child>
  28. <object class="GtkAlignment" id="alignment1">
  29. <property name="visible">True</property>
  30. <property name="can_focus">False</property>
  31. <property name="top_padding">6</property>
  32. <property name="left_padding">12</property>
  33. <child>
  34. <object class="GtkBox" id="box1">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="orientation">vertical</property>
  38. <property name="spacing">6</property>
  39. <child>
  40. <object class="GtkBox" id="box3">
  41. <property name="visible">True</property>
  42. <property name="can_focus">False</property>
  43. <property name="spacing">12</property>
  44. <child>
  45. <object class="GtkLabel" id="prop_label1">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="valign">center</property>
  49. <property name="label" translatable="yes" context="customanimationeffecttab|prop_label1">_Direction:</property>
  50. <property name="use_underline">True</property>
  51. <property name="xalign">0</property>
  52. </object>
  53. <packing>
  54. <property name="expand">False</property>
  55. <property name="fill">True</property>
  56. <property name="position">0</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <!-- n-columns=1 n-rows=1 -->
  61. <object class="GtkGrid" id="placeholder">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="hexpand">True</property>
  65. <property name="vexpand">True</property>
  66. <child>
  67. <placeholder/>
  68. </child>
  69. <child>
  70. <placeholder/>
  71. </child>
  72. <child>
  73. <placeholder/>
  74. </child>
  75. <child>
  76. <placeholder/>
  77. </child>
  78. <child>
  79. <placeholder/>
  80. </child>
  81. <child>
  82. <placeholder/>
  83. </child>
  84. <child>
  85. <placeholder/>
  86. </child>
  87. <child>
  88. <placeholder/>
  89. </child>
  90. <child>
  91. <placeholder/>
  92. </child>
  93. </object>
  94. <packing>
  95. <property name="expand">True</property>
  96. <property name="fill">True</property>
  97. <property name="position">1</property>
  98. </packing>
  99. </child>
  100. </object>
  101. <packing>
  102. <property name="expand">False</property>
  103. <property name="fill">True</property>
  104. <property name="position">0</property>
  105. </packing>
  106. </child>
  107. <child>
  108. <object class="GtkBox" id="box2">
  109. <property name="visible">True</property>
  110. <property name="can_focus">False</property>
  111. <property name="spacing">18</property>
  112. <child>
  113. <object class="GtkCheckButton" id="smooth_start">
  114. <property name="label" translatable="yes" context="customanimationeffecttab|smooth_start">Accelerated start</property>
  115. <property name="can_focus">True</property>
  116. <property name="receives_default">False</property>
  117. <property name="use_underline">True</property>
  118. <property name="xalign">0</property>
  119. <property name="draw_indicator">True</property>
  120. <child internal-child="accessible">
  121. <object class="AtkObject" id="smooth_start-atkobject">
  122. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|smooth_start">Enable this option to assign a gradually increasing speed to the start of the effect.</property>
  123. </object>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="expand">False</property>
  128. <property name="fill">True</property>
  129. <property name="position">0</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkCheckButton" id="smooth_end">
  134. <property name="label" translatable="yes" context="customanimationeffecttab|smooth_end">Decelerated end</property>
  135. <property name="can_focus">True</property>
  136. <property name="receives_default">False</property>
  137. <property name="use_underline">True</property>
  138. <property name="xalign">0</property>
  139. <property name="draw_indicator">True</property>
  140. <child internal-child="accessible">
  141. <object class="AtkObject" id="smooth_end-atkobject">
  142. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|smooth_end">Enable this option to assign a gradually decreasing speed to the end of the effect.</property>
  143. </object>
  144. </child>
  145. </object>
  146. <packing>
  147. <property name="expand">False</property>
  148. <property name="fill">True</property>
  149. <property name="position">1</property>
  150. </packing>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="expand">False</property>
  155. <property name="fill">True</property>
  156. <property name="position">1</property>
  157. </packing>
  158. </child>
  159. </object>
  160. </child>
  161. </object>
  162. </child>
  163. <child type="label">
  164. <object class="GtkLabel" id="label3">
  165. <property name="visible">True</property>
  166. <property name="can_focus">False</property>
  167. <property name="label" translatable="yes" context="customanimationeffecttab|label3">Settings</property>
  168. <attributes>
  169. <attribute name="weight" value="bold"/>
  170. </attributes>
  171. </object>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="expand">False</property>
  176. <property name="fill">True</property>
  177. <property name="position">0</property>
  178. </packing>
  179. </child>
  180. <child>
  181. <object class="GtkFrame" id="frame2">
  182. <property name="visible">True</property>
  183. <property name="can_focus">False</property>
  184. <property name="label_xalign">0</property>
  185. <property name="shadow_type">none</property>
  186. <child>
  187. <object class="GtkAlignment" id="alignment2">
  188. <property name="visible">True</property>
  189. <property name="can_focus">False</property>
  190. <property name="top_padding">6</property>
  191. <property name="left_padding">12</property>
  192. <child>
  193. <!-- n-columns=1 n-rows=1 -->
  194. <object class="GtkGrid" id="grid1">
  195. <property name="visible">True</property>
  196. <property name="can_focus">False</property>
  197. <property name="hexpand">True</property>
  198. <property name="vexpand">True</property>
  199. <property name="row_spacing">6</property>
  200. <property name="column_spacing">12</property>
  201. <child>
  202. <object class="GtkLabel" id="aeffect_label">
  203. <property name="visible">True</property>
  204. <property name="can_focus">False</property>
  205. <property name="label" translatable="yes" context="customanimationeffecttab|aeffect_label">A_fter animation:</property>
  206. <property name="use_underline">True</property>
  207. <property name="mnemonic_widget">aeffect_list</property>
  208. <property name="xalign">0</property>
  209. </object>
  210. <packing>
  211. <property name="left_attach">0</property>
  212. <property name="top_attach">1</property>
  213. </packing>
  214. </child>
  215. <child>
  216. <object class="GtkLabel" id="sound_label">
  217. <property name="visible">True</property>
  218. <property name="can_focus">False</property>
  219. <property name="label" translatable="yes" context="customanimationeffecttab|sound_label">_Sound:</property>
  220. <property name="use_underline">True</property>
  221. <property name="mnemonic_widget">sound_list</property>
  222. <property name="xalign">0</property>
  223. </object>
  224. <packing>
  225. <property name="left_attach">0</property>
  226. <property name="top_attach">0</property>
  227. </packing>
  228. </child>
  229. <child>
  230. <object class="GtkLabel" id="text_animation_label">
  231. <property name="visible">True</property>
  232. <property name="can_focus">False</property>
  233. <property name="label" translatable="yes" context="customanimationeffecttab|text_animation_label">_Text animation:</property>
  234. <property name="use_underline">True</property>
  235. <property name="mnemonic_widget">text_animation_list</property>
  236. <property name="xalign">0</property>
  237. </object>
  238. <packing>
  239. <property name="left_attach">0</property>
  240. <property name="top_attach">3</property>
  241. </packing>
  242. </child>
  243. <child>
  244. <object class="GtkLabel" id="dim_color_label">
  245. <property name="visible">True</property>
  246. <property name="can_focus">False</property>
  247. <property name="label" translatable="yes" context="customanimationeffecttab|dim_color_label">Di_m color:</property>
  248. <property name="use_underline">True</property>
  249. <property name="mnemonic_widget">dim_color_list</property>
  250. <property name="xalign">0</property>
  251. </object>
  252. <packing>
  253. <property name="left_attach">0</property>
  254. <property name="top_attach">2</property>
  255. </packing>
  256. </child>
  257. <child>
  258. <object class="GtkBox" id="box4">
  259. <property name="visible">True</property>
  260. <property name="can_focus">False</property>
  261. <property name="spacing">6</property>
  262. <child>
  263. <object class="GtkComboBoxText" id="sound_list">
  264. <property name="visible">True</property>
  265. <property name="can_focus">False</property>
  266. <property name="valign">center</property>
  267. <property name="hexpand">True</property>
  268. <child internal-child="accessible">
  269. <object class="AtkObject" id="sound_list-atkobject">
  270. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|sound_list">Select a sound from the Gallery or select one of the special entries.</property>
  271. </object>
  272. </child>
  273. </object>
  274. <packing>
  275. <property name="expand">False</property>
  276. <property name="fill">True</property>
  277. <property name="position">0</property>
  278. </packing>
  279. </child>
  280. <child>
  281. <object class="GtkButton" id="sound_preview">
  282. <property name="visible">True</property>
  283. <property name="can_focus">True</property>
  284. <property name="receives_default">True</property>
  285. <property name="valign">center</property>
  286. <property name="image">image1</property>
  287. <child internal-child="accessible">
  288. <object class="AtkObject" id="sound_preview-atkobject">
  289. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|sound_preview">Plays the selected sound file.</property>
  290. </object>
  291. </child>
  292. </object>
  293. <packing>
  294. <property name="expand">False</property>
  295. <property name="fill">True</property>
  296. <property name="position">1</property>
  297. </packing>
  298. </child>
  299. </object>
  300. <packing>
  301. <property name="left_attach">1</property>
  302. <property name="top_attach">0</property>
  303. </packing>
  304. </child>
  305. <child>
  306. <object class="GtkMenuButton" id="dim_color_list">
  307. <property name="label" translatable="no"></property>
  308. <property name="visible">True</property>
  309. <property name="can_focus">True</property>
  310. <property name="receives_default">False</property>
  311. <property name="valign">center</property>
  312. <property name="hexpand">True</property>
  313. <property name="xalign">0</property>
  314. <property name="draw_indicator">True</property>
  315. <child>
  316. <placeholder/>
  317. </child>
  318. <child internal-child="accessible">
  319. <object class="AtkObject" id="dim_color_list-atkobject">
  320. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|dim_color_list">Select the dim color.</property>
  321. </object>
  322. </child>
  323. </object>
  324. <packing>
  325. <property name="left_attach">1</property>
  326. <property name="top_attach">2</property>
  327. </packing>
  328. </child>
  329. <child>
  330. <object class="GtkBox" id="box5">
  331. <property name="visible">True</property>
  332. <property name="can_focus">False</property>
  333. <property name="spacing">12</property>
  334. <child>
  335. <object class="GtkLabel" id="text_delay_label">
  336. <property name="visible">True</property>
  337. <property name="can_focus">False</property>
  338. <property name="label" translatable="yes" context="customanimationeffecttab|text_delay_label">delay between characters</property>
  339. <property name="use_underline">True</property>
  340. <property name="mnemonic_widget">text_delay</property>
  341. </object>
  342. <packing>
  343. <property name="expand">False</property>
  344. <property name="fill">True</property>
  345. <property name="position">0</property>
  346. </packing>
  347. </child>
  348. <child>
  349. <object class="GtkSpinButton" id="text_delay">
  350. <property name="visible">True</property>
  351. <property name="can_focus">True</property>
  352. <property name="hexpand">True</property>
  353. <property name="activates_default">True</property>
  354. <property name="adjustment">adjustment1</property>
  355. <property name="digits">1</property>
  356. <property name="truncate-multiline">True</property>
  357. <child internal-child="accessible">
  358. <object class="AtkObject" id="text_delay-atkobject">
  359. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|text_delay">Specifies the percentage of delay between animations of words or letters.</property>
  360. </object>
  361. </child>
  362. </object>
  363. <packing>
  364. <property name="expand">False</property>
  365. <property name="fill">True</property>
  366. <property name="position">1</property>
  367. </packing>
  368. </child>
  369. </object>
  370. <packing>
  371. <property name="left_attach">0</property>
  372. <property name="top_attach">4</property>
  373. <property name="width">2</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkComboBoxText" id="aeffect_list">
  378. <property name="visible">True</property>
  379. <property name="can_focus">False</property>
  380. <property name="valign">center</property>
  381. <property name="hexpand">True</property>
  382. <items>
  383. <item translatable="yes" context="customanimationeffecttab|aeffect_list">Don't dim</item>
  384. <item translatable="yes" context="customanimationeffecttab|aeffect_list">Dim with color</item>
  385. <item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide after animation</item>
  386. <item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide on next animation</item>
  387. </items>
  388. <child internal-child="accessible">
  389. <object class="AtkObject" id="aeffect_list-atkobject">
  390. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|aeffect_list">Select a color to be shown after the animation ends, or select another after-effect from the list</property>
  391. </object>
  392. </child>
  393. </object>
  394. <packing>
  395. <property name="left_attach">1</property>
  396. <property name="top_attach">1</property>
  397. </packing>
  398. </child>
  399. <child>
  400. <object class="GtkComboBoxText" id="text_animation_list">
  401. <property name="visible">True</property>
  402. <property name="can_focus">False</property>
  403. <property name="valign">center</property>
  404. <property name="hexpand">True</property>
  405. <items>
  406. <item translatable="yes" context="customanimationeffecttab|text_animation_list">All at once</item>
  407. <item translatable="yes" context="customanimationeffecttab|text_animation_list">Word by word</item>
  408. <item translatable="yes" context="customanimationeffecttab|text_animation_list">Letter by letter</item>
  409. </items>
  410. <child internal-child="accessible">
  411. <object class="AtkObject" id="text_animation_list-atkobject">
  412. <property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|text_animation_list">Select the animation mode for the text of the current shape</property>
  413. </object>
  414. </child>
  415. </object>
  416. <packing>
  417. <property name="left_attach">1</property>
  418. <property name="top_attach">3</property>
  419. </packing>
  420. </child>
  421. </object>
  422. </child>
  423. </object>
  424. </child>
  425. <child type="label">
  426. <object class="GtkLabel" id="label4">
  427. <property name="visible">True</property>
  428. <property name="can_focus">False</property>
  429. <property name="label" translatable="yes" context="customanimationeffecttab|label4">Enhancement</property>
  430. <attributes>
  431. <attribute name="weight" value="bold"/>
  432. </attributes>
  433. </object>
  434. </child>
  435. </object>
  436. <packing>
  437. <property name="expand">False</property>
  438. <property name="fill">True</property>
  439. <property name="position">1</property>
  440. </packing>
  441. </child>
  442. </object>
  443. <object class="GtkSizeGroup" id="sizegroupLabel">
  444. <widgets>
  445. <widget name="prop_label1"/>
  446. <widget name="aeffect_label"/>
  447. <widget name="sound_label"/>
  448. <widget name="text_animation_label"/>
  449. <widget name="dim_color_label"/>
  450. </widgets>
  451. </object>
  452. </interface>