Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / sd / uiconfig / simpress / ui / interactionpage.ui
blobef6fd0b656ffe880095701d54695945c0e57e645
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="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name expander -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkTreeStore" id="liststore2">
16 <columns>
17 <!-- column-name expander -->
18 <column type="GdkPixbuf"/>
19 <!-- column-name text -->
20 <column type="gchararray"/>
21 <!-- column-name id -->
22 <column type="gchararray"/>
23 </columns>
24 </object>
25 <object class="GtkTreeStore" id="liststore3">
26 <columns>
27 <!-- column-name text -->
28 <column type="gchararray"/>
29 <!-- column-name id -->
30 <column type="gchararray"/>
31 </columns>
32 </object>
33 <!-- n-columns=1 n-rows=1 -->
34 <object class="GtkGrid" id="InteractionPage">
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="border_width">6</property>
38 <property name="row_spacing">12</property>
39 <child>
40 <object class="GtkFrame" id="frame1">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="hexpand">True</property>
44 <property name="vexpand">True</property>
45 <property name="label_xalign">0</property>
46 <property name="shadow_type">none</property>
47 <child>
48 <!-- n-columns=1 n-rows=1 -->
49 <object class="GtkGrid" id="grid1">
50 <property name="visible">True</property>
51 <property name="can_focus">False</property>
52 <property name="hexpand">True</property>
53 <property name="vexpand">True</property>
54 <property name="row_spacing">6</property>
55 <property name="column_spacing">12</property>
56 <property name="margin-start">12</property>
57 <property name="margin-top">6</property>
58 <child>
59 <object class="GtkLabel" id="label2">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="label" translatable="yes" context="interactionpage|label2">Action at mouse click:</property>
63 <property name="use_underline">True</property>
64 <property name="mnemonic_widget">listbox</property>
65 <property name="xalign">0</property>
66 </object>
67 <packing>
68 <property name="left_attach">0</property>
69 <property name="top_attach">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkComboBoxText" id="listbox">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <child internal-child="accessible">
77 <object class="AtkObject" id="listbox-atkobject">
78 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|listbox">Specifies the action that will run when you click the selected object during a slide show.</property>
79 </object>
80 </child>
81 </object>
82 <packing>
83 <property name="left_attach">1</property>
84 <property name="top_attach">0</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkLabel" id="fttree">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 <property name="label" translatable="yes" context="interactionpage|fttree">Target:</property>
92 <property name="use_underline">True</property>
93 <property name="mnemonic_widget">box3</property>
94 <property name="xalign">0</property>
95 <property name="yalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">1</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkBox" id="box3">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="hexpand">True</property>
107 <property name="vexpand">True</property>
108 <property name="orientation">vertical</property>
109 <child>
110 <object class="GtkScrolledWindow">
111 <property name="can_focus">True</property>
112 <property name="no_show_all">True</property>
113 <property name="hexpand">True</property>
114 <property name="vexpand">True</property>
115 <property name="shadow_type">in</property>
116 <child>
117 <object class="GtkTreeView" id="tree">
118 <property name="width_request">-1</property>
119 <property name="can_focus">True</property>
120 <property name="receives_default">True</property>
121 <property name="no_show_all">True</property>
122 <property name="hexpand">True</property>
123 <property name="vexpand">True</property>
124 <property name="model">liststore1</property>
125 <property name="headers_visible">False</property>
126 <property name="search_column">1</property>
127 <property name="enable_tree_lines">True</property>
128 <child internal-child="selection">
129 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
130 </child>
131 <child>
132 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
133 <property name="spacing">6</property>
134 <child>
135 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
136 <attributes>
137 <attribute name="pixbuf">0</attribute>
138 </attributes>
139 </child>
140 <child>
141 <object class="GtkCellRendererText" id="cellrenderertext2"/>
142 <attributes>
143 <attribute name="text">1</attribute>
144 </attributes>
145 </child>
146 </object>
147 </child>
148 <child internal-child="accessible">
149 <object class="AtkObject" id="tree-atkobject">
150 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|tree">Lists the slides and the objects that you can target.</property>
151 </object>
152 </child>
153 </object>
154 </child>
155 </object>
156 <packing>
157 <property name="expand">False</property>
158 <property name="fill">True</property>
159 <property name="position">0</property>
160 </packing>
161 </child>
162 <child>
163 <object class="GtkScrolledWindow">
164 <property name="can_focus">True</property>
165 <property name="no_show_all">True</property>
166 <property name="hexpand">True</property>
167 <property name="vexpand">True</property>
168 <property name="shadow_type">in</property>
169 <child>
170 <object class="GtkTreeView" id="treedoc">
171 <property name="width_request">-1</property>
172 <property name="can_focus">True</property>
173 <property name="receives_default">True</property>
174 <property name="no_show_all">True</property>
175 <property name="hexpand">True</property>
176 <property name="vexpand">True</property>
177 <property name="model">liststore2</property>
178 <property name="headers_visible">False</property>
179 <property name="search_column">1</property>
180 <property name="enable_tree_lines">True</property>
181 <child internal-child="selection">
182 <object class="GtkTreeSelection" id="Macro Library List-selection11"/>
183 </child>
184 <child>
185 <object class="GtkTreeViewColumn" id="treeviewcolumn21">
186 <property name="spacing">6</property>
187 <child>
188 <object class="GtkCellRendererPixbuf" id="cellrenderertext44"/>
189 <attributes>
190 <attribute name="pixbuf">0</attribute>
191 </attributes>
192 </child>
193 <child>
194 <object class="GtkCellRendererText" id="cellrenderertext22"/>
195 <attributes>
196 <attribute name="text">1</attribute>
197 </attributes>
198 </child>
199 </object>
200 </child>
201 <child internal-child="accessible">
202 <object class="AtkObject" id="treedoc-atkobject">
203 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|treedoc">Opens and displays a file during a slide show. If you select an ODF file as the target document, you can also specify the page that will open.</property>
204 </object>
205 </child>
206 </object>
207 </child>
208 </object>
209 <packing>
210 <property name="expand">False</property>
211 <property name="fill">True</property>
212 <property name="position">1</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkScrolledWindow">
217 <property name="visible">True</property>
218 <property name="can_focus">True</property>
219 <property name="hexpand">True</property>
220 <property name="vexpand">True</property>
221 <property name="shadow_type">in</property>
222 <child>
223 <object class="GtkTreeView" id="oleaction">
224 <property name="width_request">-1</property>
225 <property name="visible">True</property>
226 <property name="can_focus">True</property>
227 <property name="receives_default">True</property>
228 <property name="hexpand">True</property>
229 <property name="vexpand">True</property>
230 <property name="model">liststore3</property>
231 <property name="headers_visible">False</property>
232 <property name="search_column">1</property>
233 <child internal-child="selection">
234 <object class="GtkTreeSelection" id="Macro Library List-selection111"/>
235 </child>
236 <child>
237 <object class="GtkTreeViewColumn" id="treeviewcolumn211">
238 <property name="spacing">6</property>
239 <child>
240 <object class="GtkCellRendererText" id="cellrenderertext222"/>
241 <attributes>
242 <attribute name="text">0</attribute>
243 </attributes>
244 </child>
245 </object>
246 </child>
247 </object>
248 </child>
249 </object>
250 <packing>
251 <property name="expand">False</property>
252 <property name="fill">True</property>
253 <property name="position">2</property>
254 </packing>
255 </child>
256 </object>
257 <packing>
258 <property name="left_attach">1</property>
259 <property name="top_attach">1</property>
260 </packing>
261 </child>
262 </object>
263 </child>
264 <child type="label">
265 <object class="GtkLabel" id="label1">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="label" translatable="yes" context="interactionpage|label1">Interaction</property>
269 <attributes>
270 <attribute name="weight" value="bold"/>
271 </attributes>
272 </object>
273 </child>
274 </object>
275 <packing>
276 <property name="left_attach">0</property>
277 <property name="top_attach">0</property>
278 </packing>
279 </child>
280 <child>
281 <object class="GtkFrame" id="frame">
282 <property name="visible">True</property>
283 <property name="can_focus">False</property>
284 <property name="hexpand">True</property>
285 <property name="label_xalign">0</property>
286 <property name="shadow_type">none</property>
287 <child>
288 <!-- n-columns=1 n-rows=1 -->
289 <object class="GtkGrid" id="grid2">
290 <property name="visible">True</property>
291 <property name="can_focus">False</property>
292 <property name="hexpand">True</property>
293 <property name="row_spacing">6</property>
294 <property name="column_spacing">12</property>
295 <property name="margin-start">12</property>
296 <property name="margin-top">6</property>
297 <child>
298 <object class="GtkBox" id="box1">
299 <property name="visible">True</property>
300 <property name="can_focus">False</property>
301 <property name="orientation">vertical</property>
302 <child>
303 <object class="GtkButton" id="browse">
304 <property name="label" translatable="yes" context="interactionpage|browse">_Browse...</property>
305 <property name="visible">True</property>
306 <property name="can_focus">True</property>
307 <property name="receives_default">True</property>
308 <property name="use_underline">True</property>
309 <child internal-child="accessible">
310 <object class="AtkObject" id="browse-atkobject">
311 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|browse">Locate the file you want to open.</property>
312 </object>
313 </child>
314 </object>
315 <packing>
316 <property name="expand">False</property>
317 <property name="fill">True</property>
318 <property name="position">0</property>
319 </packing>
320 </child>
321 <child>
322 <object class="GtkButton" id="find">
323 <property name="label" translatable="yes" context="interactionpage|find">_Find</property>
324 <property name="can_focus">True</property>
325 <property name="receives_default">True</property>
326 <property name="no_show_all">True</property>
327 <property name="use_underline">True</property>
328 <child internal-child="accessible">
329 <object class="AtkObject" id="find-atkobject">
330 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|find">Searches for the specified slide or object.</property>
331 </object>
332 </child>
333 </object>
334 <packing>
335 <property name="expand">False</property>
336 <property name="fill">True</property>
337 <property name="position">1</property>
338 </packing>
339 </child>
340 </object>
341 <packing>
342 <property name="left_attach">1</property>
343 <property name="top_attach">0</property>
344 </packing>
345 </child>
346 <child>
347 <object class="GtkBox" id="box2">
348 <property name="visible">True</property>
349 <property name="can_focus">False</property>
350 <property name="hexpand">True</property>
351 <property name="orientation">vertical</property>
352 <child>
353 <object class="GtkEntry" id="sound">
354 <property name="visible">True</property>
355 <property name="can_focus">True</property>
356 <property name="hexpand">True</property>
357 <property name="activates_default">True</property>
358 <property name="truncate-multiline">True</property>
359 <child internal-child="accessible">
360 <object class="AtkObject" id="sound-atkobject">
361 <property name="AtkObject::accessible-name" translatable="yes" context="interactionpage|sound-atkobject">Path Name</property>
362 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|sound">Enter a path to the audio file you want to open, or click Browse to locate the file.</property>
363 </object>
364 </child>
365 </object>
366 <packing>
367 <property name="expand">False</property>
368 <property name="fill">True</property>
369 <property name="position">0</property>
370 </packing>
371 </child>
372 <child>
373 <object class="GtkEntry" id="bookmark">
374 <property name="can_focus">True</property>
375 <property name="no_show_all">True</property>
376 <property name="hexpand">True</property>
377 <property name="activates_default">True</property>
378 <property name="truncate-multiline">True</property>
379 <child internal-child="accessible">
380 <object class="AtkObject" id="bookmark-atkobject">
381 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|bookmark">Enter the name of the slide or the object that you want to look for.</property>
382 </object>
383 </child>
384 </object>
385 <packing>
386 <property name="expand">False</property>
387 <property name="fill">True</property>
388 <property name="position">1</property>
389 </packing>
390 </child>
391 <child>
392 <object class="GtkEntry" id="document">
393 <property name="can_focus">True</property>
394 <property name="no_show_all">True</property>
395 <property name="hexpand">True</property>
396 <property name="activates_default">True</property>
397 <property name="truncate-multiline">True</property>
398 <child internal-child="accessible">
399 <object class="AtkObject" id="document-atkobject">
400 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|document">Enter a path to the file you want to open, or click Browse to locate the file.</property>
401 </object>
402 </child>
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">2</property>
408 </packing>
409 </child>
410 <child>
411 <object class="GtkEntry" id="program">
412 <property name="can_focus">True</property>
413 <property name="no_show_all">True</property>
414 <property name="hexpand">True</property>
415 <property name="activates_default">True</property>
416 <property name="truncate-multiline">True</property>
417 <child internal-child="accessible">
418 <object class="AtkObject" id="program-atkobject">
419 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|program">Enter a path to the program you want to start, or click Browse to locate the program.</property>
420 </object>
421 </child>
422 </object>
423 <packing>
424 <property name="expand">False</property>
425 <property name="fill">True</property>
426 <property name="position">3</property>
427 </packing>
428 </child>
429 <child>
430 <object class="GtkEntry" id="macro">
431 <property name="can_focus">True</property>
432 <property name="no_show_all">True</property>
433 <property name="hexpand">True</property>
434 <property name="activates_default">True</property>
435 <property name="truncate-multiline">True</property>
436 <child internal-child="accessible">
437 <object class="AtkObject" id="macro-atkobject">
438 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|macro">Enter a path to the macro you want to run, or click Browse to locate the macro.</property>
439 </object>
440 </child>
441 </object>
442 <packing>
443 <property name="expand">False</property>
444 <property name="fill">True</property>
445 <property name="position">4</property>
446 </packing>
447 </child>
448 </object>
449 <packing>
450 <property name="left_attach">0</property>
451 <property name="top_attach">0</property>
452 </packing>
453 </child>
454 </object>
455 </child>
456 <child type="label">
457 <object class="GtkLabel" id="label6">
458 <property name="visible">True</property>
459 <property name="can_focus">False</property>
460 <attributes>
461 <attribute name="weight" value="bold"/>
462 </attributes>
463 </object>
464 </child>
465 </object>
466 <packing>
467 <property name="left_attach">0</property>
468 <property name="top_attach">1</property>
469 </packing>
470 </child>
471 <child internal-child="accessible">
472 <object class="AtkObject" id="InteractionPage-atkobject">
473 <property name="AtkObject::accessible-description" translatable="yes" context="interactionpage|extended_tip|InteractionPage">Defines how the selected object behaves when you click on it during a slide show.</property>
474 </object>
475 </child>
476 </object>
477 <object class="GtkSizeGroup" id="sizegroup1">
478 <property name="mode">both</property>
479 <widgets>
480 <widget name="tree"/>
481 <widget name="treedoc"/>
482 <widget name="oleaction"/>
483 </widgets>
484 </object>
485 </interface>