Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / cui / uiconfig / ui / transparencytabpage.ui
blob4e6d244313fa5ffe954ac62a6a02b3a73f73b7a4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <requires lib="LibreOffice" version="1.0"/>
6 <object class="GtkAdjustment" id="adjustmentDegrees">
7 <property name="upper">359</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
11 <object class="GtkAdjustment" id="adjustmentPercent">
12 <property name="upper">100</property>
13 <property name="step_increment">1</property>
14 <property name="page_increment">10</property>
15 </object>
16 <object class="GtkListStore" id="liststoreTYPE">
17 <columns>
18 <!-- column-name gchararray1 -->
19 <column type="gchararray"/>
20 <!-- column-name guint1 -->
21 <column type="guint"/>
22 </columns>
23 <data>
24 <row>
25 <col id="0" translatable="yes">Linear</col>
26 <col id="1">0</col>
27 </row>
28 <row>
29 <col id="0" translatable="yes">Axial</col>
30 <col id="1">0</col>
31 </row>
32 <row>
33 <col id="0" translatable="yes">Radial</col>
34 <col id="1">0</col>
35 </row>
36 <row>
37 <col id="0" translatable="yes">Ellipsoid</col>
38 <col id="1">0</col>
39 </row>
40 <row>
41 <col id="0" translatable="yes">Quadratic</col>
42 <col id="1">0</col>
43 </row>
44 <row>
45 <col id="0" translatable="yes">Square</col>
46 <col id="1">0</col>
47 </row>
48 </data>
49 </object>
50 <object class="GtkFrame" id="TransparencyTabPage">
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="hexpand">True</property>
54 <property name="border_width">6</property>
55 <property name="label_xalign">0</property>
56 <property name="shadow_type">none</property>
57 <child>
58 <object class="GtkAlignment" id="alignment1">
59 <property name="visible">True</property>
60 <property name="can_focus">False</property>
61 <property name="hexpand">True</property>
62 <property name="top_padding">6</property>
63 <property name="left_padding">12</property>
64 <child>
65 <object class="GtkBox" id="box2">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="hexpand">True</property>
69 <property name="spacing">18</property>
70 <child>
71 <object class="GtkBox" id="box1">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="valign">start</property>
75 <property name="orientation">vertical</property>
76 <property name="spacing">6</property>
77 <child>
78 <object class="GtkGrid" id="grid1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="row_spacing">6</property>
82 <property name="column_spacing">12</property>
83 <child>
84 <object class="GtkRadioButton" id="RBT_TRANS_OFF">
85 <property name="label" translatable="yes">_No transparency</property>
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="receives_default">False</property>
89 <property name="use_underline">True</property>
90 <property name="xalign">0</property>
91 <property name="image_position">bottom</property>
92 <property name="active">True</property>
93 <property name="draw_indicator">True</property>
94 <property name="group">RBT_TRANS_LINEAR</property>
95 </object>
96 <packing>
97 <property name="left_attach">0</property>
98 <property name="top_attach">0</property>
99 </packing>
100 </child>
101 <child>
102 <object class="GtkRadioButton" id="RBT_TRANS_LINEAR">
103 <property name="label" translatable="yes">_Transparency:</property>
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="receives_default">False</property>
107 <property name="use_underline">True</property>
108 <property name="xalign">0</property>
109 <property name="image_position">right</property>
110 <property name="active">True</property>
111 <property name="draw_indicator">True</property>
112 <property name="group">RBT_TRANS_GRADIENT</property>
113 <accessibility>
114 <relation type="label-for" target="MTR_TRANSPARENT:0%"/>
115 </accessibility>
116 </object>
117 <packing>
118 <property name="left_attach">0</property>
119 <property name="top_attach">1</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkRadioButton" id="RBT_TRANS_GRADIENT">
124 <property name="label" translatable="yes">_Gradient</property>
125 <property name="visible">True</property>
126 <property name="can_focus">False</property>
127 <property name="receives_default">False</property>
128 <property name="use_underline">True</property>
129 <property name="xalign">0</property>
130 <property name="active">True</property>
131 <property name="draw_indicator">True</property>
132 <property name="group">RBT_TRANS_OFF</property>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">2</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkSpinButton" id="MTR_TRANSPARENT:0%">
141 <property name="visible">True</property>
142 <property name="can_focus">False</property>
143 <property name="invisible_char"></property>
144 <property name="adjustment">adjustmentPercent</property>
145 <accessibility>
146 <relation type="labelled-by" target="RBT_TRANS_LINEAR"/>
147 </accessibility>
148 </object>
149 <packing>
150 <property name="left_attach">1</property>
151 <property name="top_attach">1</property>
152 </packing>
153 </child>
154 <child>
155 <placeholder/>
156 </child>
157 <child>
158 <placeholder/>
159 </child>
160 </object>
161 <packing>
162 <property name="expand">False</property>
163 <property name="fill">True</property>
164 <property name="position">0</property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkGrid" id="gridGradient">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 <property name="row_spacing">6</property>
172 <property name="column_spacing">12</property>
173 <child>
174 <object class="GtkSpinButton" id="MTR_TRGR_END_VALUE:0%">
175 <property name="visible">True</property>
176 <property name="can_focus">False</property>
177 <property name="invisible_char"></property>
178 <property name="adjustment">adjustmentPercent</property>
179 </object>
180 <packing>
181 <property name="left_attach">1</property>
182 <property name="top_attach">6</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkSpinButton" id="MTR_TRGR_START_VALUE:0%">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="invisible_char"></property>
190 <property name="adjustment">adjustmentPercent</property>
191 </object>
192 <packing>
193 <property name="left_attach">1</property>
194 <property name="top_attach">5</property>
195 </packing>
196 </child>
197 <child>
198 <object class="GtkSpinButton" id="MTR_TRGR_BORDER:0%">
199 <property name="visible">True</property>
200 <property name="can_focus">False</property>
201 <property name="invisible_char"></property>
202 <property name="adjustment">adjustmentPercent</property>
203 </object>
204 <packing>
205 <property name="left_attach">1</property>
206 <property name="top_attach">4</property>
207 </packing>
208 </child>
209 <child>
210 <object class="GtkSpinButton" id="MTR_TRGR_ANGLE:0degree">
211 <property name="visible">True</property>
212 <property name="can_focus">False</property>
213 <property name="invisible_char"></property>
214 <property name="adjustment">adjustmentDegrees</property>
215 </object>
216 <packing>
217 <property name="left_attach">1</property>
218 <property name="top_attach">3</property>
219 </packing>
220 </child>
221 <child>
222 <object class="GtkSpinButton" id="MTR_TRGR_CENTER_Y:0%">
223 <property name="visible">True</property>
224 <property name="can_focus">False</property>
225 <property name="invisible_char"></property>
226 <property name="adjustment">adjustmentPercent</property>
227 </object>
228 <packing>
229 <property name="left_attach">1</property>
230 <property name="top_attach">2</property>
231 </packing>
232 </child>
233 <child>
234 <object class="GtkSpinButton" id="MTR_TRGR_CENTER_X:0%">
235 <property name="visible">True</property>
236 <property name="can_focus">False</property>
237 <property name="invisible_char"></property>
238 <property name="adjustment">adjustmentPercent</property>
239 </object>
240 <packing>
241 <property name="left_attach">1</property>
242 <property name="top_attach">1</property>
243 </packing>
244 </child>
245 <child>
246 <object class="GtkComboBox" id="LB_TRGR_GRADIENT_TYPES">
247 <property name="visible">True</property>
248 <property name="can_focus">False</property>
249 <property name="model">liststoreTYPE</property>
250 </object>
251 <packing>
252 <property name="left_attach">1</property>
253 <property name="top_attach">0</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkAlignment" id="alignment2">
258 <property name="visible">True</property>
259 <property name="can_focus">False</property>
260 <property name="left_padding">12</property>
261 <child>
262 <object class="GtkLabel" id="FT_TRGR_TYPE">
263 <property name="visible">True</property>
264 <property name="can_focus">False</property>
265 <property name="xalign">1</property>
266 <property name="label" translatable="yes">Ty_pe:</property>
267 <property name="use_underline">True</property>
268 <property name="mnemonic_widget">LB_TRGR_GRADIENT_TYPES</property>
269 </object>
270 </child>
271 </object>
272 <packing>
273 <property name="left_attach">0</property>
274 <property name="top_attach">0</property>
275 </packing>
276 </child>
277 <child>
278 <object class="GtkAlignment" id="alignment3">
279 <property name="visible">True</property>
280 <property name="can_focus">False</property>
281 <property name="left_padding">12</property>
282 <child>
283 <object class="GtkLabel" id="FT_TRGR_CENTER_X">
284 <property name="visible">True</property>
285 <property name="can_focus">False</property>
286 <property name="xalign">1</property>
287 <property name="label" translatable="yes">Center _X:</property>
288 <property name="use_underline">True</property>
289 <property name="mnemonic_widget">MTR_TRGR_CENTER_X:0%</property>
290 </object>
291 </child>
292 </object>
293 <packing>
294 <property name="left_attach">0</property>
295 <property name="top_attach">1</property>
296 </packing>
297 </child>
298 <child>
299 <object class="GtkAlignment" id="alignment4">
300 <property name="visible">True</property>
301 <property name="can_focus">False</property>
302 <property name="left_padding">12</property>
303 <child>
304 <object class="GtkLabel" id="FT_TRGR_CENTER_Y">
305 <property name="visible">True</property>
306 <property name="can_focus">False</property>
307 <property name="xalign">1</property>
308 <property name="label" translatable="yes">Center _Y:</property>
309 <property name="use_underline">True</property>
310 <property name="mnemonic_widget">MTR_TRGR_CENTER_Y:0%</property>
311 </object>
312 </child>
313 </object>
314 <packing>
315 <property name="left_attach">0</property>
316 <property name="top_attach">2</property>
317 </packing>
318 </child>
319 <child>
320 <object class="GtkAlignment" id="alignment5">
321 <property name="visible">True</property>
322 <property name="can_focus">False</property>
323 <property name="left_padding">12</property>
324 <child>
325 <object class="GtkLabel" id="FT_TRGR_ANGLE">
326 <property name="visible">True</property>
327 <property name="can_focus">False</property>
328 <property name="xalign">1</property>
329 <property name="label" translatable="yes">_Angle:</property>
330 <property name="use_underline">True</property>
331 <property name="mnemonic_widget">MTR_TRGR_ANGLE:0degree</property>
332 </object>
333 </child>
334 </object>
335 <packing>
336 <property name="left_attach">0</property>
337 <property name="top_attach">3</property>
338 </packing>
339 </child>
340 <child>
341 <object class="GtkAlignment" id="alignment6">
342 <property name="visible">True</property>
343 <property name="can_focus">False</property>
344 <property name="left_padding">12</property>
345 <child>
346 <object class="GtkLabel" id="FT_TRGR_BORDER">
347 <property name="visible">True</property>
348 <property name="can_focus">False</property>
349 <property name="xalign">1</property>
350 <property name="label" translatable="yes">_Border:</property>
351 <property name="use_underline">True</property>
352 <property name="mnemonic_widget">MTR_TRGR_BORDER:0%</property>
353 </object>
354 </child>
355 </object>
356 <packing>
357 <property name="left_attach">0</property>
358 <property name="top_attach">4</property>
359 </packing>
360 </child>
361 <child>
362 <object class="GtkAlignment" id="alignment7">
363 <property name="visible">True</property>
364 <property name="can_focus">False</property>
365 <property name="left_padding">12</property>
366 <child>
367 <object class="GtkLabel" id="FT_TRGR_START_VALUE">
368 <property name="visible">True</property>
369 <property name="can_focus">False</property>
370 <property name="xalign">1</property>
371 <property name="label" translatable="yes">_Start value:</property>
372 <property name="use_underline">True</property>
373 <property name="mnemonic_widget">MTR_TRGR_START_VALUE:0%</property>
374 </object>
375 </child>
376 </object>
377 <packing>
378 <property name="left_attach">0</property>
379 <property name="top_attach">5</property>
380 </packing>
381 </child>
382 <child>
383 <object class="GtkAlignment" id="alignment8">
384 <property name="visible">True</property>
385 <property name="can_focus">False</property>
386 <property name="left_padding">12</property>
387 <child>
388 <object class="GtkLabel" id="FT_TRGR_END_VALUE">
389 <property name="visible">True</property>
390 <property name="can_focus">False</property>
391 <property name="xalign">1</property>
392 <property name="label" translatable="yes">_End value:</property>
393 <property name="use_underline">True</property>
394 <property name="mnemonic_widget">MTR_TRGR_END_VALUE:0%</property>
395 </object>
396 </child>
397 </object>
398 <packing>
399 <property name="left_attach">0</property>
400 <property name="top_attach">6</property>
401 </packing>
402 </child>
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">1</property>
408 </packing>
409 </child>
410 </object>
411 <packing>
412 <property name="expand">False</property>
413 <property name="fill">True</property>
414 <property name="position">0</property>
415 </packing>
416 </child>
417 <child>
418 <object class="GtkBox" id="box3">
419 <property name="visible">True</property>
420 <property name="can_focus">False</property>
421 <property name="valign">start</property>
422 <property name="margin_right">12</property>
423 <property name="hexpand">True</property>
424 <property name="orientation">vertical</property>
425 <property name="spacing">6</property>
426 <property name="homogeneous">True</property>
427 <child>
428 <object class="svxlo-SvxXRectPreview" id="CTL_BITMAP_PREVIEW">
429 <property name="visible">True</property>
430 <property name="can_focus">False</property>
431 <property name="hexpand">True</property>
432 <property name="vexpand">True</property>
433 <child internal-child="accessible">
434 <object class="AtkObject" id="CTL_BITMAP_PREVIEW-atkobject">
435 <property name="AtkObject::accessible-name" translatable="yes">Example</property>
436 </object>
437 </child>
438 </object>
439 <packing>
440 <property name="expand">False</property>
441 <property name="fill">True</property>
442 <property name="position">0</property>
443 </packing>
444 </child>
445 <child>
446 <object class="svxlo-SvxXRectPreview" id="CTL_TRANS_PREVIEW">
447 <property name="visible">True</property>
448 <property name="can_focus">False</property>
449 <property name="hexpand">True</property>
450 <property name="vexpand">True</property>
451 <child internal-child="accessible">
452 <object class="AtkObject" id="CTL_TRANS_PREVIEW-atkobject">
453 <property name="AtkObject::accessible-name" translatable="yes">Example</property>
454 </object>
455 </child>
456 </object>
457 <packing>
458 <property name="expand">False</property>
459 <property name="fill">True</property>
460 <property name="position">1</property>
461 </packing>
462 </child>
463 <child>
464 <object class="GtkBox" id="box4">
465 <property name="visible">True</property>
466 <property name="can_focus">False</property>
467 <property name="orientation">vertical</property>
468 <child>
469 <placeholder/>
470 </child>
471 </object>
472 <packing>
473 <property name="expand">False</property>
474 <property name="fill">True</property>
475 <property name="position">2</property>
476 </packing>
477 </child>
478 </object>
479 <packing>
480 <property name="expand">False</property>
481 <property name="fill">True</property>
482 <property name="position">1</property>
483 </packing>
484 </child>
485 </object>
486 </child>
487 </object>
488 </child>
489 <child type="label">
490 <object class="GtkLabel" id="FL_PROP">
491 <property name="visible">True</property>
492 <property name="can_focus">False</property>
493 <property name="xalign">0</property>
494 <property name="label" translatable="yes">Area Transparency Mode</property>
495 <attributes>
496 <attribute name="weight" value="bold"/>
497 </attributes>
498 </object>
499 </child>
500 </object>
501 <object class="GtkSizeGroup" id="sizegroup2">
502 <property name="mode">both</property>
503 <property name="ignore_hidden">True</property>
504 <widgets>
505 <widget name="MTR_TRANSPARENT:0%"/>
506 <widget name="MTR_TRGR_END_VALUE:0%"/>
507 <widget name="MTR_TRGR_START_VALUE:0%"/>
508 <widget name="MTR_TRGR_BORDER:0%"/>
509 <widget name="MTR_TRGR_ANGLE:0degree"/>
510 <widget name="MTR_TRGR_CENTER_Y:0%"/>
511 <widget name="MTR_TRGR_CENTER_X:0%"/>
512 <widget name="LB_TRGR_GRADIENT_TYPES"/>
513 </widgets>
514 </object>
515 <object class="GtkSizeGroup" id="sizegroup3">
516 <property name="mode">both</property>
517 <property name="ignore_hidden">True</property>
518 <widgets>
519 <widget name="box1"/>
520 <widget name="box3"/>
521 </widgets>
522 </object>
523 <object class="GtkSizeGroup" id="sizegroup4">
524 <widgets>
525 <widget name="RBT_TRANS_OFF"/>
526 <widget name="RBT_TRANS_LINEAR"/>
527 <widget name="RBT_TRANS_GRADIENT"/>
528 <widget name="alignment2"/>
529 <widget name="alignment3"/>
530 <widget name="alignment4"/>
531 <widget name="alignment5"/>
532 <widget name="alignment6"/>
533 <widget name="alignment7"/>
534 <widget name="alignment8"/>
535 </widgets>
536 </object>
537 </interface>