android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / multipathdialog.ui
blob969b365ec7910670b15a78d8374b273693c2128d
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 check1 -->
8 <column type="gboolean"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 <!-- column-name checkvis1 -->
14 <column type="gboolean"/>
15 <!-- column-name checktri1 -->
16 <column type="gboolean"/>
17 </columns>
18 </object>
19 <object class="GtkDialog" id="MultiPathDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="multipathdialog|MultiPathDialog">Select Paths</property>
23 <property name="resizable">False</property>
24 <property name="type_hint">normal</property>
25 <child internal-child="vbox">
26 <object class="GtkBox" id="dialog-vbox1">
27 <property name="can_focus">False</property>
28 <property name="orientation">vertical</property>
29 <property name="spacing">12</property>
30 <child internal-child="action_area">
31 <object class="GtkButtonBox" id="dialog-action_area1">
32 <property name="can_focus">False</property>
33 <property name="layout_style">end</property>
34 <child>
35 <object class="GtkButton" id="ok">
36 <property name="label" translatable="yes" context="stock">_OK</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="can_default">True</property>
40 <property name="has_default">True</property>
41 <property name="receives_default">True</property>
42 <property name="use-underline">True</property>
43 <child internal-child="accessible">
44 <object class="AtkObject" id="ok-atkobject">
45 <property name="AtkObject::accessible-description" translatable="yes" context="multipathdialog|extended_tip|ok">Saves all changes and closes dialog.</property>
46 </object>
47 </child>
48 </object>
49 <packing>
50 <property name="expand">False</property>
51 <property name="fill">True</property>
52 <property name="position">0</property>
53 </packing>
54 </child>
55 <child>
56 <object class="GtkButton" id="cancel">
57 <property name="label" translatable="yes" context="stock">_Cancel</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="receives_default">True</property>
61 <property name="use-underline">True</property>
62 <child internal-child="accessible">
63 <object class="AtkObject" id="cancel-atkobject">
64 <property name="AtkObject::accessible-description" translatable="yes" context="multipathdialog|extended_tip|cancel">Closes dialog and discards all changes.</property>
65 </object>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">1</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkButton" id="help">
76 <property name="label" translatable="yes" context="stock">_Help</property>
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="receives_default">True</property>
80 <property name="use-underline">True</property>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="position">2</property>
86 <property name="secondary">True</property>
87 </packing>
88 </child>
89 </object>
90 <packing>
91 <property name="expand">False</property>
92 <property name="fill">True</property>
93 <property name="pack_type">end</property>
94 <property name="position">0</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkFrame" id="frame1">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <property name="hexpand">True</property>
102 <property name="vexpand">True</property>
103 <property name="label_xalign">0</property>
104 <property name="shadow_type">none</property>
105 <child>
106 <!-- n-columns=1 n-rows=1 -->
107 <object class="GtkGrid" id="grid1">
108 <property name="visible">True</property>
109 <property name="can_focus">False</property>
110 <property name="hexpand">True</property>
111 <property name="vexpand">True</property>
112 <property name="row_spacing">6</property>
113 <property name="column_spacing">12</property>
114 <property name="margin-start">12</property>
115 <property name="margin-top">6</property>
116 <child>
117 <object class="GtkButtonBox" id="buttonbox1">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="orientation">vertical</property>
121 <property name="spacing">6</property>
122 <property name="layout_style">start</property>
123 <child>
124 <object class="GtkButton" id="add">
125 <property name="label" translatable="yes" context="multipathdialog|add">_Add...</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">True</property>
129 <property name="use_underline">True</property>
130 <child internal-child="accessible">
131 <object class="AtkObject" id="add-atkobject">
132 <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/multipathdialog/add">Opens the Select Path dialog to select another folder or the Open dialog to select another file.</property>
133 </object>
134 </child>
135 </object>
136 <packing>
137 <property name="expand">False</property>
138 <property name="fill">True</property>
139 <property name="position">0</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkButton" id="delete">
144 <property name="label" translatable="yes" context="stock">_Delete</property>
145 <property name="visible">True</property>
146 <property name="can_focus">True</property>
147 <property name="receives_default">True</property>
148 <property name="use-underline">True</property>
149 <child internal-child="accessible">
150 <object class="AtkObject" id="delete-atkobject">
151 <property name="AtkObject::accessible-description" translatable="yes" context="multipathdialog|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
152 </object>
153 </child>
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">True</property>
158 <property name="position">1</property>
159 </packing>
160 </child>
161 </object>
162 <packing>
163 <property name="left_attach">1</property>
164 <property name="top_attach">0</property>
165 </packing>
166 </child>
167 <child>
168 <!-- n-columns=1 n-rows=1 -->
169 <object class="GtkGrid" id="grid2">
170 <property name="visible">True</property>
171 <property name="can_focus">False</property>
172 <property name="hexpand">True</property>
173 <property name="vexpand">True</property>
174 <child>
175 <object class="GtkScrolledWindow">
176 <property name="visible">True</property>
177 <property name="can_focus">True</property>
178 <property name="hexpand">True</property>
179 <property name="vexpand">True</property>
180 <property name="shadow_type">in</property>
181 <child>
182 <object class="GtkTreeView" id="paths">
183 <property name="visible">True</property>
184 <property name="can_focus">True</property>
185 <property name="receives_default">True</property>
186 <property name="vexpand">True</property>
187 <property name="model">liststore1</property>
188 <property name="search_column">0</property>
189 <property name="show_expanders">False</property>
190 <child internal-child="selection">
191 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
192 </child>
193 <child>
194 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
195 <property name="resizable">True</property>
196 <property name="spacing">6</property>
197 <property name="title" translatable="yes" context="multipathdialog|pathlist">Path list</property>
198 <child>
199 <object class="GtkCellRendererToggle" id="cellrenderer5">
200 <property name="radio">True</property>
201 </object>
202 <attributes>
203 <attribute name="visible">3</attribute>
204 <attribute name="active">0</attribute>
205 </attributes>
206 </child>
207 <child>
208 <object class="GtkCellRendererText" id="cellrenderer4"/>
209 <attributes>
210 <attribute name="text">1</attribute>
211 </attributes>
212 </child>
213 </object>
214 </child>
215 <child internal-child="accessible">
216 <object class="AtkObject" id="paths-atkobject">
217 <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/multipathdialog/paths">Contains a list of the paths that have already been added. Mark the default path for new files.</property>
218 </object>
219 </child>
220 </object>
221 </child>
222 </object>
223 <packing>
224 <property name="left_attach">0</property>
225 <property name="top_attach">0</property>
226 </packing>
227 </child>
228 </object>
229 <packing>
230 <property name="left_attach">0</property>
231 <property name="top_attach">0</property>
232 </packing>
233 </child>
234 </object>
235 </child>
236 <child type="label">
237 <object class="GtkLabel" id="label1">
238 <property name="visible">True</property>
239 <property name="can_focus">False</property>
240 <property name="label" translatable="yes" context="multipathdialog|label1">Mark the Default Path for New Files</property>
241 <attributes>
242 <attribute name="weight" value="bold"/>
243 </attributes>
244 </object>
245 </child>
246 </object>
247 <packing>
248 <property name="expand">False</property>
249 <property name="fill">True</property>
250 <property name="position">1</property>
251 </packing>
252 </child>
253 </object>
254 </child>
255 <action-widgets>
256 <action-widget response="-5">ok</action-widget>
257 <action-widget response="-6">cancel</action-widget>
258 <action-widget response="-11">help</action-widget>
259 </action-widgets>
260 <child type="titlebar">
261 <placeholder/>
262 </child>
263 </object>
264 </interface>