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