Get the style color and number just once
[LibreOffice.git] / basctl / uiconfig / basicide / ui / modulepage.ui
blob328add73b63bf9de7115be975b1da7f55dd2018d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
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 id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <!-- n-columns=1 n-rows=1 -->
16 <object class="GtkGrid" id="ModulePage">
17 <property name="visible">True</property>
18 <property name="can-focus">False</property>
19 <property name="border-width">6</property>
20 <property name="row-spacing">12</property>
21 <child>
22 <!-- n-columns=2 n-rows=1 -->
23 <object class="GtkGrid" id="grid2">
24 <property name="visible">True</property>
25 <property name="can-focus">False</property>
26 <property name="hexpand">True</property>
27 <property name="vexpand">True</property>
28 <property name="column-spacing">12</property>
29 <child>
30 <!-- n-columns=1 n-rows=2 -->
31 <object class="GtkGrid" id="grid3">
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 <child>
38 <object class="GtkLabel" id="label1">
39 <property name="visible">True</property>
40 <property name="can-focus">False</property>
41 <property name="label" translatable="yes" context="modulepage|label1">M_odule:</property>
42 <property name="use-underline">True</property>
43 <property name="mnemonic-widget">library</property>
44 <property name="xalign">0</property>
45 </object>
46 <packing>
47 <property name="left-attach">0</property>
48 <property name="top-attach">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkScrolledWindow">
53 <property name="visible">True</property>
54 <property name="can-focus">True</property>
55 <property name="hexpand">True</property>
56 <property name="vexpand">True</property>
57 <property name="shadow-type">in</property>
58 <child>
59 <object class="GtkTreeView" id="library">
60 <property name="width-request">-1</property>
61 <property name="visible">True</property>
62 <property name="can-focus">True</property>
63 <property name="receives-default">True</property>
64 <property name="hexpand">True</property>
65 <property name="vexpand">True</property>
66 <property name="model">liststore1</property>
67 <property name="headers-visible">False</property>
68 <property name="reorderable">True</property>
69 <property name="search-column">1</property>
70 <property name="enable-tree-lines">True</property>
71 <child internal-child="selection">
72 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
73 </child>
74 <child>
75 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
76 <property name="spacing">6</property>
77 <child>
78 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
79 <attributes>
80 <attribute name="pixbuf">0</attribute>
81 </attributes>
82 </child>
83 <child>
84 <object class="GtkCellRendererText" id="cellrenderertext2">
85 <property name="editable">True</property>
86 </object>
87 <attributes>
88 <attribute name="text">1</attribute>
89 </attributes>
90 </child>
91 </object>
92 </child>
93 <child internal-child="accessible">
94 <object class="AtkObject" id="library-atkobject">
95 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|library">Lists the existing macro libraries for the current application and any open documents.</property>
96 </object>
97 </child>
98 </object>
99 </child>
100 </object>
101 <packing>
102 <property name="left-attach">0</property>
103 <property name="top-attach">1</property>
104 </packing>
105 </child>
106 </object>
107 <packing>
108 <property name="left-attach">0</property>
109 <property name="top-attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkButtonBox" id="buttonbox1">
114 <property name="visible">True</property>
115 <property name="can-focus">False</property>
116 <property name="orientation">vertical</property>
117 <property name="spacing">6</property>
118 <property name="layout-style">start</property>
119 <child>
120 <object class="GtkButton" id="edit">
121 <property name="label" translatable="yes" context="stock">_Edit</property>
122 <property name="visible">True</property>
123 <property name="can-focus">True</property>
124 <property name="receives-default">True</property>
125 <property name="use-underline">True</property>
126 <child internal-child="accessible">
127 <object class="AtkObject" id="edit-atkobject">
128 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|edit">Opens the Basic editor so that you can modify the selected library.</property>
129 </object>
130 </child>
131 </object>
132 <packing>
133 <property name="expand">False</property>
134 <property name="fill">True</property>
135 <property name="position">0</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkButton" id="newmodule">
140 <property name="label" translatable="yes" context="modulepage|newmodule">_New...</property>
141 <property name="visible">True</property>
142 <property name="can-focus">True</property>
143 <property name="receives-default">True</property>
144 <property name="use-underline">True</property>
145 <child internal-child="accessible">
146 <object class="AtkObject" id="newmodule-atkobject">
147 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|newmodule">Opens the editor and creates a new module.</property>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="position">1</property>
155 <property name="secondary">True</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkButton" id="newdialog">
160 <property name="label" translatable="yes" context="modulepage|newdialog">_New...</property>
161 <property name="visible">True</property>
162 <property name="can-focus">True</property>
163 <property name="receives-default">True</property>
164 <property name="use-underline">True</property>
165 <child internal-child="accessible">
166 <object class="AtkObject" id="newdialog-atkobject">
167 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|newdialog">Lets you manage the macro libraries.</property>
168 </object>
169 </child>
170 </object>
171 <packing>
172 <property name="expand">False</property>
173 <property name="fill">True</property>
174 <property name="position">2</property>
175 <property name="secondary">True</property>
176 </packing>
177 </child>
178 <child>
179 <object class="GtkButton" id="delete">
180 <property name="label" translatable="yes" context="stock">_Delete</property>
181 <property name="visible">True</property>
182 <property name="can-focus">True</property>
183 <property name="receives-default">True</property>
184 <property name="use-underline">True</property>
185 <child internal-child="accessible">
186 <object class="AtkObject" id="delete-atkobject">
187 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|delete">Creates a new macro, or deletes the selected macro.</property>
188 </object>
189 </child>
190 </object>
191 <packing>
192 <property name="expand">False</property>
193 <property name="fill">True</property>
194 <property name="position">3</property>
195 <property name="secondary">True</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkButton" id="password">
200 <property name="label" translatable="yes" context="modulepage|password">_Password...</property>
201 <property name="can-focus">True</property>
202 <property name="receives-default">True</property>
203 <property name="no-show-all">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="modulepage|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">4</property>
215 </packing>
216 </child>
217 <child>
218 <object class="GtkButton" id="import">
219 <property name="label" translatable="yes" context="modulepage|import">_Import...</property>
220 <property name="can-focus">True</property>
221 <property name="receives-default">True</property>
222 <property name="no-show-all">True</property>
223 <property name="use-underline">True</property>
224 <child internal-child="accessible">
225 <object class="AtkObject" id="import-atkobject">
226 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|import">Locate the Basic library that you want to add to the current list, and then click Open.</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">5</property>
234 </packing>
235 </child>
236 <child>
237 <object class="GtkButton" id="export">
238 <property name="label" translatable="yes" context="modulepage|export">_Export...</property>
239 <property name="can-focus">True</property>
240 <property name="receives-default">True</property>
241 <property name="no-show-all">True</property>
242 <property name="use-underline">True</property>
243 </object>
244 <packing>
245 <property name="expand">False</property>
246 <property name="fill">True</property>
247 <property name="position">6</property>
248 </packing>
249 </child>
250 </object>
251 <packing>
252 <property name="left-attach">1</property>
253 <property name="top-attach">0</property>
254 </packing>
255 </child>
256 </object>
257 <packing>
258 <property name="left-attach">0</property>
259 <property name="top-attach">0</property>
260 </packing>
261 </child>
262 <child internal-child="accessible">
263 <object class="AtkObject" id="ModulePage-atkobject">
264 <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|ModulePage">Lists the existing modules or dialogs.</property>
265 </object>
266 </child>
267 </object>
268 <object class="GtkSizeGroup" id="sizegroup1">
269 <widgets>
270 <widget name="edit"/>
271 <widget name="newmodule"/>
272 <widget name="newdialog"/>
273 <widget name="delete"/>
274 <widget name="password"/>
275 <widget name="import"/>
276 <widget name="export"/>
277 </widgets>
278 </object>
279 </interface>