tdf#147611: fix indices
[LibreOffice.git] / cui / uiconfig / ui / eventassignpage.ui
blob26274e4f6a03d03f0a02a37a3aa27544142856b3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
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 text2 -->
30 <column type="gchararray"/>
31 <!-- column-name id -->
32 <column type="gchararray"/>
33 </columns>
34 </object>
35 <!-- n-columns=1 n-rows=1 -->
36 <object class="GtkGrid" id="EventAssignPage">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="hexpand">True</property>
40 <property name="vexpand">True</property>
41 <property name="border_width">6</property>
42 <property name="row_spacing">12</property>
43 <property name="column_spacing">12</property>
44 <property name="row_homogeneous">True</property>
45 <child>
46 <object class="GtkFrame" id="frame1">
47 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49 <property name="hexpand">True</property>
50 <property name="vexpand">True</property>
51 <property name="label_xalign">0</property>
52 <property name="shadow_type">none</property>
53 <child>
54 <object class="GtkScrolledWindow">
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="hexpand">True</property>
58 <property name="vexpand">True</property>
59 <property name="shadow_type">in</property>
60 <property name="margin-start">12</property>
61 <property name="margin-top">6</property>
62 <child>
63 <object class="GtkTreeView" id="assignments">
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="receives_default">True</property>
67 <property name="hexpand">True</property>
68 <property name="vexpand">True</property>
69 <property name="model">liststore3</property>
70 <property name="search_column">0</property>
71 <property name="show_expanders">False</property>
72 <child internal-child="selection">
73 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
74 </child>
75 <child>
76 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
77 <property name="resizable">True</property>
78 <property name="spacing">6</property>
79 <property name="title" translatable="yes" context="eventassignpage|eventft">Event</property>
80 <child>
81 <object class="GtkCellRendererText" id="cellrenderer1"/>
82 <attributes>
83 <attribute name="text">0</attribute>
84 </attributes>
85 </child>
86 </object>
87 </child>
88 <child>
89 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
90 <property name="resizable">True</property>
91 <property name="spacing">6</property>
92 <property name="title" translatable="yes" context="eventassignpage|assignft">Assigned Action</property>
93 <child>
94 <object class="GtkCellRendererText" id="cellrenderer2"/>
95 <attributes>
96 <attribute name="text">1</attribute>
97 </attributes>
98 </child>
99 </object>
100 </child>
101 <child internal-child="accessible">
102 <object class="AtkObject" id="assignments-atkobject">
103 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|assignments">Lists the events that can trigger a macro.</property>
104 </object>
105 </child>
106 </object>
107 </child>
108 </object>
109 </child>
110 <child type="label">
111 <object class="GtkLabel" id="libraryft1">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes" context="eventassignpage|libraryft1">Assignments</property>
115 <attributes>
116 <attribute name="weight" value="bold"/>
117 </attributes>
118 </object>
119 </child>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">0</property>
124 </packing>
125 </child>
126 <child>
127 <object class="GtkButtonBox" id="buttonbox1">
128 <property name="visible">True</property>
129 <property name="can_focus">False</property>
130 <property name="orientation">vertical</property>
131 <property name="spacing">6</property>
132 <property name="layout_style">start</property>
133 <child>
134 <object class="GtkButton" id="assign">
135 <property name="label" translatable="yes" context="eventassignpage|assign">Assign</property>
136 <property name="visible">True</property>
137 <property name="sensitive">False</property>
138 <property name="can_focus">True</property>
139 <property name="receives_default">True</property>
140 <property name="use_underline">True</property>
141 <child internal-child="accessible">
142 <object class="AtkObject" id="assign-atkobject">
143 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|assign">Assigns the selected macro to the selected event.</property>
144 </object>
145 </child>
146 </object>
147 <packing>
148 <property name="expand">False</property>
149 <property name="fill">True</property>
150 <property name="position">0</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkButton" id="delete">
155 <property name="label" translatable="yes" context="eventassignpage|delete">Remove</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">True</property>
159 <property name="use_underline">True</property>
160 <child internal-child="accessible">
161 <object class="AtkObject" id="delete-atkobject">
162 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|delete">Removes the macro assignment from the selected entry.</property>
163 </object>
164 </child>
165 </object>
166 <packing>
167 <property name="expand">False</property>
168 <property name="fill">True</property>
169 <property name="position">2</property>
170 </packing>
171 </child>
172 </object>
173 <packing>
174 <property name="left_attach">1</property>
175 <property name="top_attach">0</property>
176 <property name="height">2</property>
177 </packing>
178 </child>
179 <child>
180 <!-- n-columns=1 n-rows=1 -->
181 <object class="GtkGrid">
182 <property name="visible">True</property>
183 <property name="can_focus">False</property>
184 <property name="column_spacing">6</property>
185 <property name="column_homogeneous">True</property>
186 <child>
187 <object class="GtkFrame" id="groupframe">
188 <property name="visible">True</property>
189 <property name="can_focus">False</property>
190 <property name="hexpand">True</property>
191 <property name="vexpand">True</property>
192 <property name="label_xalign">0</property>
193 <property name="shadow_type">none</property>
194 <child>
195 <object class="GtkScrolledWindow">
196 <property name="visible">True</property>
197 <property name="can_focus">True</property>
198 <property name="hexpand">True</property>
199 <property name="vexpand">True</property>
200 <property name="shadow_type">in</property>
201 <property name="margin-start">12</property>
202 <property name="margin-top">6</property>
203 <child>
204 <object class="GtkTreeView" id="libraries">
205 <property name="width_request">-1</property>
206 <property name="visible">True</property>
207 <property name="can_focus">True</property>
208 <property name="receives_default">True</property>
209 <property name="hexpand">True</property>
210 <property name="vexpand">True</property>
211 <property name="model">liststore1</property>
212 <property name="headers_visible">False</property>
213 <property name="search_column">1</property>
214 <property name="enable_tree_lines">True</property>
215 <child internal-child="selection">
216 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
217 </child>
218 <child>
219 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
220 <property name="spacing">6</property>
221 <child>
222 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
223 <attributes>
224 <attribute name="pixbuf">0</attribute>
225 </attributes>
226 </child>
227 <child>
228 <object class="GtkCellRendererText" id="cellrenderertext2"/>
229 <attributes>
230 <attribute name="text">1</attribute>
231 </attributes>
232 </child>
233 </object>
234 </child>
235 <child internal-child="accessible">
236 <object class="AtkObject" id="libraries-atkobject">
237 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|libraries">Lists the %PRODUCTNAME program and any open %PRODUCTNAME document.</property>
238 </object>
239 </child>
240 </object>
241 </child>
242 </object>
243 </child>
244 <child type="label">
245 <object class="GtkLabel" id="macrotoft">
246 <property name="visible">True</property>
247 <property name="can_focus">False</property>
248 <property name="label" translatable="yes" context="eventassignpage|macrotoft">Macro From</property>
249 <property name="xalign">0</property>
250 <attributes>
251 <attribute name="weight" value="bold"/>
252 </attributes>
253 </object>
254 </child>
255 </object>
256 <packing>
257 <property name="left_attach">0</property>
258 <property name="top_attach">0</property>
259 </packing>
260 </child>
261 <child>
262 <object class="GtkFrame" id="macroframe">
263 <property name="visible">True</property>
264 <property name="can_focus">False</property>
265 <property name="hexpand">True</property>
266 <property name="vexpand">True</property>
267 <property name="label_xalign">0</property>
268 <property name="shadow_type">none</property>
269 <child>
270 <object class="GtkScrolledWindow">
271 <property name="visible">True</property>
272 <property name="can_focus">True</property>
273 <property name="hexpand">True</property>
274 <property name="vexpand">True</property>
275 <property name="shadow_type">in</property>
276 <property name="margin-start">12</property>
277 <property name="margin-top">6</property>
278 <child>
279 <object class="GtkTreeView" id="macros">
280 <property name="visible">True</property>
281 <property name="can_focus">True</property>
282 <property name="receives_default">True</property>
283 <property name="hexpand">True</property>
284 <property name="vexpand">True</property>
285 <property name="model">liststore2</property>
286 <property name="headers_visible">False</property>
287 <property name="search_column">0</property>
288 <property name="show_expanders">False</property>
289 <child internal-child="selection">
290 <object class="GtkTreeSelection"/>
291 </child>
292 <child>
293 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
294 <child>
295 <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
296 <attributes>
297 <attribute name="pixbuf">0</attribute>
298 </attributes>
299 </child>
300 <child>
301 <object class="GtkCellRendererText" id="cellrenderertext1"/>
302 <attributes>
303 <attribute name="text">1</attribute>
304 </attributes>
305 </child>
306 </object>
307 </child>
308 <child internal-child="accessible">
309 <object class="AtkObject" id="macros-atkobject">
310 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|macros">Lists the available macros. Select the macro that you want to assign to the selected event, and then click Assign.</property>
311 </object>
312 </child>
313 </object>
314 </child>
315 </object>
316 </child>
317 <child type="label">
318 <object class="GtkLabel" id="existingmacrosft">
319 <property name="visible">True</property>
320 <property name="can_focus">False</property>
321 <property name="label" translatable="yes" context="eventassignpage|existingmacrosft">Existing Macros</property>
322 <attributes>
323 <attribute name="weight" value="bold"/>
324 </attributes>
325 </object>
326 </child>
327 </object>
328 <packing>
329 <property name="left_attach">1</property>
330 <property name="top_attach">0</property>
331 </packing>
332 </child>
333 </object>
334 <packing>
335 <property name="left_attach">0</property>
336 <property name="top_attach">1</property>
337 </packing>
338 </child>
339 <child internal-child="accessible">
340 <object class="AtkObject" id="EventAssignPage-atkobject">
341 <property name="AtkObject::accessible-description" translatable="yes" context="eventassignpage|extended_tip|EventAssignPage">Specifies the macro to run when you click an image, frame, or an OLE object.</property>
342 </object>
343 </child>
344 </object>
345 </interface>