Get the style color and number just once
[LibreOffice.git] / basctl / uiconfig / basicide / ui / libpage.ui
blob7cb16fc6a4c1494ac1d73976d70edc81d6afc1c1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="basctl">
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 text1 -->
12 <column type="gchararray"/>
13 <!-- column-name id -->
14 <column type="gchararray"/>
15 </columns>
16 </object>
17 <!-- n-columns=1 n-rows=1 -->
18 <object class="GtkGrid" id="LibPage">
19 <property name="visible">True</property>
20 <property name="can-focus">False</property>
21 <property name="border-width">6</property>
22 <property name="row-spacing">12</property>
23 <child>
24 <!-- n-columns=2 n-rows=2 -->
25 <object class="GtkGrid" id="grid2">
26 <property name="visible">True</property>
27 <property name="can-focus">False</property>
28 <property name="hexpand">True</property>
29 <property name="vexpand">True</property>
30 <property name="row-spacing">12</property>
31 <property name="column-spacing">12</property>
32 <child>
33 <!-- n-columns=1 n-rows=2 -->
34 <object class="GtkGrid" id="grid1">
35 <property name="visible">True</property>
36 <property name="can-focus">False</property>
37 <property name="hexpand">True</property>
38 <property name="row-spacing">6</property>
39 <property name="column-spacing">12</property>
40 <child>
41 <object class="GtkLabel" id="label1">
42 <property name="visible">True</property>
43 <property name="can-focus">False</property>
44 <property name="label" translatable="yes" context="libpage|label1">L_ocation:</property>
45 <property name="use-underline">True</property>
46 <property name="mnemonic-widget">location</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="GtkComboBoxText" id="location">
56 <property name="visible">True</property>
57 <property name="can-focus">False</property>
58 <property name="hexpand">True</property>
59 <child internal-child="accessible">
60 <object class="AtkObject" id="location-atkobject">
61 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|location">Select the application or the document containing the macro libraries that you want to organize.</property>
62 </object>
63 </child>
64 </object>
65 <packing>
66 <property name="left-attach">0</property>
67 <property name="top-attach">1</property>
68 </packing>
69 </child>
70 </object>
71 <packing>
72 <property name="left-attach">0</property>
73 <property name="top-attach">0</property>
74 </packing>
75 </child>
76 <child>
77 <!-- n-columns=1 n-rows=2 -->
78 <object class="GtkGrid" id="grid3">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="hexpand">True</property>
82 <property name="vexpand">True</property>
83 <property name="row-spacing">6</property>
84 <property name="column-spacing">12</property>
85 <child>
86 <object class="GtkLabel" id="lingudictsft">
87 <property name="visible">True</property>
88 <property name="can-focus">False</property>
89 <property name="label" translatable="yes" context="libpage|lingudictsft">_Library:</property>
90 <property name="use-underline">True</property>
91 <property name="mnemonic-widget">library</property>
92 <property name="xalign">0</property>
93 </object>
94 <packing>
95 <property name="left-attach">0</property>
96 <property name="top-attach">0</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkScrolledWindow">
101 <property name="visible">True</property>
102 <property name="can-focus">True</property>
103 <property name="hexpand">True</property>
104 <property name="vexpand">True</property>
105 <property name="shadow-type">in</property>
106 <child>
107 <object class="GtkTreeView" id="library">
108 <property name="width-request">-1</property>
109 <property name="visible">True</property>
110 <property name="can-focus">True</property>
111 <property name="receives-default">True</property>
112 <property name="hexpand">True</property>
113 <property name="vexpand">True</property>
114 <property name="model">liststore1</property>
115 <property name="headers-clickable">False</property>
116 <property name="search-column">1</property>
117 <property name="show-expanders">False</property>
118 <child internal-child="selection">
119 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
120 </child>
121 <child>
122 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
123 <property name="spacing">6</property>
124 <property name="title" translatable="yes" context="libpage|treeviewcolumn1">Name</property>
125 <child>
126 <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
127 <attributes>
128 <attribute name="pixbuf">0</attribute>
129 </attributes>
130 </child>
131 <child>
132 <object class="GtkCellRendererText" id="cellrenderertext2">
133 <property name="editable">True</property>
134 </object>
135 <attributes>
136 <attribute name="text">1</attribute>
137 </attributes>
138 </child>
139 </object>
140 </child>
141 <child>
142 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
143 <property name="spacing">6</property>
144 <property name="title" translatable="yes" context="libpage|treeviewcolumn2">Location</property>
145 <child>
146 <object class="GtkCellRendererText" id="cellrenderertext3"/>
147 <attributes>
148 <attribute name="text">2</attribute>
149 </attributes>
150 </child>
151 </object>
152 </child>
153 <child internal-child="accessible">
154 <object class="AtkObject" id="library-atkobject">
155 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|library">Deletes the selected element or elements after confirmation.</property>
156 </object>
157 </child>
158 </object>
159 </child>
160 </object>
161 <packing>
162 <property name="left-attach">0</property>
163 <property name="top-attach">1</property>
164 </packing>
165 </child>
166 </object>
167 <packing>
168 <property name="left-attach">0</property>
169 <property name="top-attach">1</property>
170 </packing>
171 </child>
172 <child>
173 <object class="GtkButtonBox" id="buttonbox1">
174 <property name="visible">True</property>
175 <property name="can-focus">False</property>
176 <property name="orientation">vertical</property>
177 <property name="spacing">6</property>
178 <property name="layout-style">start</property>
179 <child>
180 <object class="GtkButton" id="edit">
181 <property name="label" translatable="yes" context="stock">_Edit</property>
182 <property name="visible">True</property>
183 <property name="can-focus">True</property>
184 <property name="receives-default">True</property>
185 <property name="use-underline">True</property>
186 <child internal-child="accessible">
187 <object class="AtkObject" id="edit-atkobject">
188 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|edit">Opens the Basic editor so that you can modify the selected library.</property>
189 </object>
190 </child>
191 </object>
192 <packing>
193 <property name="expand">False</property>
194 <property name="fill">True</property>
195 <property name="position">0</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkButton" id="password">
200 <property name="label" translatable="yes" context="libpage|password">_Password...</property>
201 <property name="visible">True</property>
202 <property name="can-focus">True</property>
203 <property name="receives-default">True</property>
204 <property name="use-underline">True</property>
205 <child internal-child="accessible">
206 <object class="AtkObject" id="password-atkobject">
207 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|password">Assigns or edits the password for the selected library.</property>
208 </object>
209 </child>
210 </object>
211 <packing>
212 <property name="expand">False</property>
213 <property name="fill">True</property>
214 <property name="position">1</property>
215 </packing>
216 </child>
217 <child>
218 <object class="GtkButton" id="new">
219 <property name="label" translatable="yes" context="libpage|new">_New...</property>
220 <property name="visible">True</property>
221 <property name="can-focus">True</property>
222 <property name="receives-default">True</property>
223 <property name="use-underline">True</property>
224 <child internal-child="accessible">
225 <object class="AtkObject" id="new-atkobject">
226 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|new">Creates a new library.</property>
227 </object>
228 </child>
229 </object>
230 <packing>
231 <property name="expand">False</property>
232 <property name="fill">True</property>
233 <property name="position">2</property>
234 <property name="secondary">True</property>
235 </packing>
236 </child>
237 <child>
238 <object class="GtkButton" id="import">
239 <property name="label" translatable="yes" context="libpage|import">_Import...</property>
240 <property name="visible">True</property>
241 <property name="can-focus">True</property>
242 <property name="receives-default">True</property>
243 <property name="use-underline">True</property>
244 <child internal-child="accessible">
245 <object class="AtkObject" id="import-atkobject">
246 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|import">Locate the Basic library that you want to add to the current list, and then click Open.</property>
247 </object>
248 </child>
249 </object>
250 <packing>
251 <property name="expand">False</property>
252 <property name="fill">True</property>
253 <property name="position">3</property>
254 <property name="secondary">True</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkButton" id="export">
259 <property name="label" translatable="yes" context="libpage|export">_Export...</property>
260 <property name="visible">True</property>
261 <property name="can-focus">True</property>
262 <property name="receives-default">True</property>
263 <property name="use-underline">True</property>
264 </object>
265 <packing>
266 <property name="expand">False</property>
267 <property name="fill">True</property>
268 <property name="position">4</property>
269 <property name="secondary">True</property>
270 </packing>
271 </child>
272 <child>
273 <object class="GtkButton" id="delete">
274 <property name="label" translatable="yes" context="stock">_Delete</property>
275 <property name="visible">True</property>
276 <property name="can-focus">True</property>
277 <property name="receives-default">True</property>
278 <property name="use-underline">True</property>
279 <child internal-child="accessible">
280 <object class="AtkObject" id="delete-atkobject">
281 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
282 </object>
283 </child>
284 </object>
285 <packing>
286 <property name="expand">False</property>
287 <property name="fill">True</property>
288 <property name="position">5</property>
289 <property name="secondary">True</property>
290 </packing>
291 </child>
292 </object>
293 <packing>
294 <property name="left-attach">1</property>
295 <property name="top-attach">0</property>
296 <property name="height">2</property>
297 </packing>
298 </child>
299 </object>
300 <packing>
301 <property name="left-attach">0</property>
302 <property name="top-attach">0</property>
303 </packing>
304 </child>
305 <child internal-child="accessible">
306 <object class="AtkObject" id="LibPage-atkobject">
307 <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|LibPage">Select the application or the document containing the macro libraries that you want to organize.</property>
308 </object>
309 </child>
310 </object>
311 </interface>