customanimationtimingtab.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.2 -->
  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="GtkBox" id="TimingTab">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="hexpand">True</property>
  19. <property name="vexpand">True</property>
  20. <property name="border_width">6</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child>
  24. <object class="GtkFrame">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="label_xalign">0</property>
  28. <property name="shadow_type">none</property>
  29. <child>
  30. <object class="GtkAlignment">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="top_padding">6</property>
  34. <property name="left_padding">12</property>
  35. <child>
  36. <!-- n-columns=1 n-rows=1 -->
  37. <object class="GtkGrid" id="grid2">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="hexpand">True</property>
  41. <property name="vexpand">True</property>
  42. <property name="row_spacing">6</property>
  43. <property name="column_spacing">12</property>
  44. <child>
  45. <object class="GtkLabel" id="start_label">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="label" translatable="yes" context="customanimationtimingtab|start_label">_Start:</property>
  49. <property name="use_underline">True</property>
  50. <property name="mnemonic_widget">start_list</property>
  51. <property name="xalign">0</property>
  52. </object>
  53. <packing>
  54. <property name="left_attach">0</property>
  55. <property name="top_attach">0</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkLabel" id="delay_label">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="label" translatable="yes" context="customanimationtimingtab|delay_label">_Delay:</property>
  63. <property name="use_underline">True</property>
  64. <property name="mnemonic_widget">delay_value</property>
  65. <property name="xalign">0</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">0</property>
  69. <property name="top_attach">1</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkLabel" id="duration_label">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. <property name="label" translatable="yes" context="customanimationtimingtab|duration_label">D_uration:</property>
  77. <property name="use_underline">True</property>
  78. <property name="mnemonic_widget">anim_duration</property>
  79. <property name="xalign">0</property>
  80. </object>
  81. <packing>
  82. <property name="left_attach">0</property>
  83. <property name="top_attach">2</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkLabel" id="repeat_label">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="label" translatable="yes" context="customanimationtimingtab|repeat_label">_Repeat:</property>
  91. <property name="use_underline">True</property>
  92. <property name="mnemonic_widget">repeat_list</property>
  93. <property name="xalign">0</property>
  94. </object>
  95. <packing>
  96. <property name="left_attach">0</property>
  97. <property name="top_attach">3</property>
  98. </packing>
  99. </child>
  100. <child>
  101. <object class="GtkComboBoxText" id="start_list">
  102. <property name="visible">True</property>
  103. <property name="can_focus">False</property>
  104. <property name="valign">center</property>
  105. <property name="hexpand">True</property>
  106. <items>
  107. <item translatable="yes" context="customanimationtimingtab|start_list">On click</item>
  108. <item translatable="yes" context="customanimationtimingtab|start_list">With previous</item>
  109. <item translatable="yes" context="customanimationtimingtab|start_list">After previous</item>
  110. </items>
  111. </object>
  112. <packing>
  113. <property name="left_attach">1</property>
  114. <property name="top_attach">0</property>
  115. </packing>
  116. </child>
  117. <child>
  118. <object class="GtkSpinButton" id="delay_value">
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="valign">center</property>
  122. <property name="hexpand">True</property>
  123. <property name="activates_default">True</property>
  124. <property name="adjustment">adjustment1</property>
  125. <property name="truncate-multiline">True</property>
  126. <property name="digits">1</property>
  127. </object>
  128. <packing>
  129. <property name="left_attach">1</property>
  130. <property name="top_attach">1</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkSpinButton" id="anim_duration">
  135. <property name="visible">True</property>
  136. <property name="can_focus">True</property>
  137. <property name="tooltip_text" translatable="yes" context="customanimationtimingtab|anim_duration|tooltip_text">Select the speed of the Animation.</property>
  138. <property name="valign">center</property>
  139. <property name="hexpand">True</property>
  140. <property name="activates_default">True</property>
  141. <property name="adjustment">adjustment2</property>
  142. <property name="truncate-multiline">True</property>
  143. <property name="digits">2</property>
  144. </object>
  145. <packing>
  146. <property name="left_attach">1</property>
  147. <property name="top_attach">2</property>
  148. </packing>
  149. </child>
  150. <child>
  151. <object class="GtkComboBoxText" id="repeat_list">
  152. <property name="visible">True</property>
  153. <property name="can_focus">False</property>
  154. <property name="valign">center</property>
  155. <property name="hexpand">True</property>
  156. </object>
  157. <packing>
  158. <property name="left_attach">1</property>
  159. <property name="top_attach">3</property>
  160. </packing>
  161. </child>
  162. <child>
  163. <object class="GtkCheckButton" id="rewind">
  164. <property name="label" translatable="yes" context="customanimationtimingtab|rewind">Rewind _when done playing</property>
  165. <property name="visible">True</property>
  166. <property name="can_focus">True</property>
  167. <property name="receives_default">False</property>
  168. <property name="use_underline">True</property>
  169. <property name="xalign">0</property>
  170. <property name="draw_indicator">True</property>
  171. </object>
  172. <packing>
  173. <property name="left_attach">0</property>
  174. <property name="top_attach">4</property>
  175. <property name="width">2</property>
  176. </packing>
  177. </child>
  178. </object>
  179. </child>
  180. </object>
  181. </child>
  182. <child type="label">
  183. <object class="GtkLabel" id="label1">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="label" translatable="yes" context="customanimationtimingtab|label11">Timing</property>
  187. <attributes>
  188. <attribute name="weight" value="bold"/>
  189. </attributes>
  190. </object>
  191. </child>
  192. </object>
  193. <packing>
  194. <property name="expand">False</property>
  195. <property name="fill">True</property>
  196. <property name="position">0</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <object class="GtkFrame" id="frame3">
  201. <property name="visible">True</property>
  202. <property name="can_focus">False</property>
  203. <property name="label_xalign">0</property>
  204. <property name="shadow_type">none</property>
  205. <child>
  206. <object class="GtkAlignment" id="alignment3">
  207. <property name="visible">True</property>
  208. <property name="can_focus">False</property>
  209. <property name="top_padding">6</property>
  210. <property name="left_padding">12</property>
  211. <child>
  212. <object class="GtkBox" id="box6">
  213. <property name="visible">True</property>
  214. <property name="can_focus">False</property>
  215. <property name="orientation">vertical</property>
  216. <property name="spacing">6</property>
  217. <child>
  218. <object class="GtkRadioButton" id="rb_click_sequence">
  219. <property name="label" translatable="yes" context="customanimationtimingtab|rb_click_sequence">_Animate as part of click sequence</property>
  220. <property name="visible">True</property>
  221. <property name="can_focus">True</property>
  222. <property name="receives_default">False</property>
  223. <property name="use_underline">True</property>
  224. <property name="xalign">0</property>
  225. <property name="active">True</property>
  226. <property name="draw_indicator">True</property>
  227. </object>
  228. <packing>
  229. <property name="expand">False</property>
  230. <property name="fill">True</property>
  231. <property name="position">0</property>
  232. </packing>
  233. </child>
  234. <child>
  235. <object class="GtkBox">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="spacing">12</property>
  239. <child>
  240. <object class="GtkRadioButton" id="rb_interactive">
  241. <property name="label" translatable="yes" context="customanimationtimingtab|rb_interactive">Start _effect on click of:</property>
  242. <property name="visible">True</property>
  243. <property name="can_focus">True</property>
  244. <property name="receives_default">False</property>
  245. <property name="use_underline">True</property>
  246. <property name="xalign">0</property>
  247. <property name="draw_indicator">True</property>
  248. <property name="group">rb_click_sequence</property>
  249. </object>
  250. <packing>
  251. <property name="expand">False</property>
  252. <property name="fill">True</property>
  253. <property name="position">0</property>
  254. </packing>
  255. </child>
  256. <child>
  257. <object class="GtkComboBoxText" id="trigger_list">
  258. <property name="visible">True</property>
  259. <property name="can_focus">False</property>
  260. <property name="valign">center</property>
  261. <property name="hexpand">True</property>
  262. </object>
  263. <packing>
  264. <property name="expand">False</property>
  265. <property name="fill">True</property>
  266. <property name="position">1</property>
  267. </packing>
  268. </child>
  269. </object>
  270. <packing>
  271. <property name="expand">False</property>
  272. <property name="fill">True</property>
  273. <property name="position">1</property>
  274. </packing>
  275. </child>
  276. </object>
  277. </child>
  278. </object>
  279. </child>
  280. <child type="label">
  281. <object class="GtkLabel" id="label11">
  282. <property name="visible">True</property>
  283. <property name="can_focus">False</property>
  284. <property name="label" translatable="yes" context="customanimationtimingtab|label11">Trigger</property>
  285. <attributes>
  286. <attribute name="weight" value="bold"/>
  287. </attributes>
  288. </object>
  289. </child>
  290. </object>
  291. <packing>
  292. <property name="expand">False</property>
  293. <property name="fill">True</property>
  294. <property name="position">1</property>
  295. </packing>
  296. </child>
  297. </object>
  298. </interface>