xref: /core/cui/uiconfig/ui/slantcornertabpage.ui (revision f89b94c2)
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="GtkAdjustment" id="adjustment1">
6    <property name="upper">100</property>
7    <property name="step_increment">1</property>
8    <property name="page_increment">10</property>
9  </object>
10  <object class="GtkAdjustment" id="adjustment2">
11    <property name="upper">100</property>
12    <property name="step_increment">1</property>
13    <property name="page_increment">10</property>
14  </object>
15  <object class="GtkAdjustment" id="adjustment3">
16    <property name="upper">100</property>
17    <property name="step_increment">1</property>
18    <property name="page_increment">10</property>
19  </object>
20  <object class="GtkAdjustment" id="adjustment4">
21    <property name="upper">100</property>
22    <property name="step_increment">1</property>
23    <property name="page_increment">10</property>
24  </object>
25  <object class="GtkAdjustment" id="adjustmentRADIUS">
26    <property name="upper">500</property>
27    <property name="step_increment">10</property>
28    <property name="page_increment">10</property>
29  </object>
30  <object class="GtkAdjustment" id="adjustmentSLANT">
31    <property name="lower">-89</property>
32    <property name="upper">89</property>
33    <property name="step_increment">1</property>
34    <property name="page_increment">10</property>
35  </object>
36  <!-- n-columns=1 n-rows=1 -->
37  <object class="GtkGrid" id="SlantAndCornerRadius">
38    <property name="visible">True</property>
39    <property name="can_focus">False</property>
40    <property name="border_width">6</property>
41    <property name="row_spacing">24</property>
42    <property name="column_spacing">12</property>
43    <child>
44      <object class="GtkFrame" id="controlgroups1">
45        <property name="visible">True</property>
46        <property name="sensitive">False</property>
47        <property name="can_focus">False</property>
48        <property name="label_xalign">0</property>
49        <property name="shadow_type">none</property>
50        <child>
51          <!-- n-columns=1 n-rows=1 -->
52          <object class="GtkGrid" id="grid1">
53            <property name="visible">True</property>
54            <property name="can_focus">False</property>
55            <property name="row_spacing">12</property>
56            <property name="column_spacing">6</property>
57            <property name="margin-start">12</property>
58            <property name="margin-top">6</property>
59            <child>
60              <object class="GtkBox" id="controlgroupx1">
61                <property name="visible">True</property>
62                <property name="can_focus">False</property>
63                <property name="spacing">12</property>
64                <child>
65                  <object class="GtkLabel" id="label5">
66                    <property name="visible">True</property>
67                    <property name="can_focus">False</property>
68                    <property name="label" translatable="yes" context="slantcornertabpage|label5">_X:</property>
69                    <property name="use_underline">True</property>
70                    <property name="mnemonic_widget">controlx1</property>
71                    <property name="xalign">0</property>
72                  </object>
73                  <packing>
74                    <property name="expand">False</property>
75                    <property name="fill">True</property>
76                    <property name="position">0</property>
77                  </packing>
78                </child>
79                <child>
80                  <object class="GtkSpinButton" id="controlx1">
81                    <property name="visible">True</property>
82                    <property name="can_focus">True</property>
83                    <property name="activates_default">True</property>
84                    <property name="adjustment">adjustment1</property>
85                    <property name="digits">2</property>
86                    <property name="truncate-multiline">True</property>
87                    <child internal-child="accessible">
88                      <object class="AtkObject" id="controlx1-atkobject">
89                        <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|controlx1">Enter the X coordinate of the control point 1</property>
90                      </object>
91                    </child>
92                  </object>
93                  <packing>
94                    <property name="expand">False</property>
95                    <property name="fill">True</property>
96                    <property name="position">1</property>
97                  </packing>
98                </child>
99              </object>
100              <packing>
101                <property name="left_attach">0</property>
102                <property name="top_attach">0</property>
103              </packing>
104            </child>
105            <child>
106              <object class="GtkBox" id="controlgroupy1">
107                <property name="visible">True</property>
108                <property name="can_focus">False</property>
109                <property name="spacing">12</property>
110                <child>
111                  <object class="GtkLabel" id="label6">
112                    <property name="visible">True</property>
113                    <property name="can_focus">False</property>
114                    <property name="label" translatable="yes" context="slantcornertabpage|label6">_Y:</property>
115                    <property name="use_underline">True</property>
116                    <property name="mnemonic_widget">controly1</property>
117                    <property name="xalign">0</property>
118                  </object>
119                  <packing>
120                    <property name="expand">False</property>
121                    <property name="fill">True</property>
122                    <property name="position">0</property>
123                  </packing>
124                </child>
125                <child>
126                  <object class="GtkSpinButton" id="controly1">
127                    <property name="visible">True</property>
128                    <property name="can_focus">True</property>
129                    <property name="activates_default">True</property>
130                    <property name="adjustment">adjustment3</property>
131                    <property name="digits">2</property>
132                    <property name="truncate-multiline">True</property>
133                    <child internal-child="accessible">
134                      <object class="AtkObject" id="controly1-atkobject">
135                        <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|controly1">Enter the Y coordinate of the control point 1</property>
136                      </object>
137                    </child>
138                  </object>
139                  <packing>
140                    <property name="expand">False</property>
141                    <property name="fill">True</property>
142                    <property name="position">1</property>
143                  </packing>
144                </child>
145              </object>
146              <packing>
147                <property name="left_attach">0</property>
148                <property name="top_attach">1</property>
149              </packing>
150            </child>
151          </object>
152        </child>
153        <child type="label">
154          <object class="GtkLabel" id="label3">
155            <property name="visible">True</property>
156            <property name="can_focus">False</property>
157            <property name="label" translatable="yes" context="slantcornertabpage|label3">Control Point 1</property>
158            <property name="xalign">0</property>
159            <attributes>
160              <attribute name="weight" value="bold"/>
161            </attributes>
162          </object>
163        </child>
164      </object>
165      <packing>
166        <property name="left_attach">0</property>
167        <property name="top_attach">1</property>
168      </packing>
169    </child>
170    <child>
171      <object class="GtkFrame" id="FL_RADIUS">
172        <property name="visible">True</property>
173        <property name="can_focus">False</property>
174        <property name="label_xalign">0</property>
175        <property name="shadow_type">none</property>
176        <child>
177          <!-- n-columns=1 n-rows=1 -->
178          <object class="GtkGrid" id="grid2">
179            <property name="visible">True</property>
180            <property name="can_focus">False</property>
181            <property name="column_spacing">12</property>
182            <property name="margin-start">12</property>
183            <property name="margin-top">6</property>
184            <child>
185              <object class="GtkLabel" id="FT_RADIUS">
186                <property name="visible">True</property>
187                <property name="can_focus">False</property>
188                <property name="label" translatable="yes" context="slantcornertabpage|FT_RADIUS">_Radius:</property>
189                <property name="use_underline">True</property>
190                <property name="mnemonic_widget">MTR_FLD_RADIUS</property>
191                <property name="xalign">0</property>
192              </object>
193              <packing>
194                <property name="left_attach">0</property>
195                <property name="top_attach">0</property>
196              </packing>
197            </child>
198            <child>
199              <object class="GtkSpinButton" id="MTR_FLD_RADIUS">
200                <property name="visible">True</property>
201                <property name="can_focus">True</property>
202                <property name="activates_default">True</property>
203                <property name="adjustment">adjustmentRADIUS</property>
204                <property name="digits">2</property>
205                <property name="truncate-multiline">True</property>
206                <child internal-child="accessible">
207                  <object class="AtkObject" id="MTR_FLD_RADIUS-atkobject">
208                    <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|MTR_FLD_RADIUS">Enter the radius of the circle that you want to use to round the corners.</property>
209                  </object>
210                </child>
211              </object>
212              <packing>
213                <property name="left_attach">1</property>
214                <property name="top_attach">0</property>
215              </packing>
216            </child>
217          </object>
218        </child>
219        <child type="label">
220          <object class="GtkLabel" id="label1">
221            <property name="visible">True</property>
222            <property name="can_focus">False</property>
223            <property name="label" translatable="yes" context="slantcornertabpage|label1">Corner Radius</property>
224            <property name="xalign">0</property>
225            <attributes>
226              <attribute name="weight" value="bold"/>
227            </attributes>
228          </object>
229        </child>
230      </object>
231      <packing>
232        <property name="left_attach">0</property>
233        <property name="top_attach">0</property>
234      </packing>
235    </child>
236    <child>
237      <object class="GtkFrame" id="FL_SLANT">
238        <property name="visible">True</property>
239        <property name="can_focus">False</property>
240        <property name="label_xalign">0</property>
241        <property name="shadow_type">none</property>
242        <child>
243          <!-- n-columns=1 n-rows=1 -->
244          <object class="GtkGrid" id="grid3">
245            <property name="visible">True</property>
246            <property name="can_focus">False</property>
247            <property name="column_spacing">12</property>
248            <property name="margin-start">12</property>
249            <property name="margin-top">6</property>
250            <child>
251              <object class="GtkLabel" id="FT_ANGLE">
252                <property name="visible">True</property>
253                <property name="can_focus">False</property>
254                <property name="label" translatable="yes" context="slantcornertabpage|FT_ANGLE">_Angle:</property>
255                <property name="use_underline">True</property>
256                <property name="mnemonic_widget">MTR_FLD_ANGLE</property>
257                <property name="xalign">0</property>
258              </object>
259              <packing>
260                <property name="left_attach">0</property>
261                <property name="top_attach">0</property>
262              </packing>
263            </child>
264            <child>
265              <object class="GtkSpinButton" id="MTR_FLD_ANGLE">
266                <property name="visible">True</property>
267                <property name="can_focus">True</property>
268                <property name="activates_default">True</property>
269                <property name="adjustment">adjustmentSLANT</property>
270                <property name="digits">2</property>
271                <property name="truncate-multiline">True</property>
272                <child internal-child="accessible">
273                  <object class="AtkObject" id="MTR_FLD_ANGLE-atkobject">
274                    <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|MTR_FLD_ANGLE">Enter the angle of the slant axis.</property>
275                  </object>
276                </child>
277              </object>
278              <packing>
279                <property name="left_attach">1</property>
280                <property name="top_attach">0</property>
281              </packing>
282            </child>
283          </object>
284        </child>
285        <child type="label">
286          <object class="GtkLabel" id="label2">
287            <property name="visible">True</property>
288            <property name="can_focus">False</property>
289            <property name="label" translatable="yes" context="slantcornertabpage|label2">Slant</property>
290            <property name="xalign">0</property>
291            <attributes>
292              <attribute name="weight" value="bold"/>
293            </attributes>
294          </object>
295        </child>
296      </object>
297      <packing>
298        <property name="left_attach">1</property>
299        <property name="top_attach">0</property>
300      </packing>
301    </child>
302    <child>
303      <object class="GtkFrame" id="controlgroups2">
304        <property name="visible">True</property>
305        <property name="sensitive">False</property>
306        <property name="can_focus">False</property>
307        <property name="label_xalign">0</property>
308        <property name="shadow_type">none</property>
309        <child>
310          <!-- n-columns=1 n-rows=1 -->
311          <object class="GtkGrid" id="grid4">
312            <property name="visible">True</property>
313            <property name="can_focus">False</property>
314            <property name="row_spacing">12</property>
315            <property name="column_spacing">6</property>
316            <property name="margin-start">12</property>
317            <property name="margin-top">6</property>
318            <child>
319              <object class="GtkBox" id="controlgroupx2">
320                <property name="visible">True</property>
321                <property name="can_focus">False</property>
322                <property name="spacing">12</property>
323                <child>
324                  <object class="GtkLabel" id="label4">
325                    <property name="visible">True</property>
326                    <property name="can_focus">False</property>
327                    <property name="label" translatable="yes" context="slantcornertabpage|label4">_X:</property>
328                    <property name="use_underline">True</property>
329                    <property name="mnemonic_widget">controlx2</property>
330                    <property name="xalign">0</property>
331                  </object>
332                  <packing>
333                    <property name="expand">False</property>
334                    <property name="fill">True</property>
335                    <property name="position">0</property>
336                  </packing>
337                </child>
338                <child>
339                  <object class="GtkSpinButton" id="controlx2">
340                    <property name="visible">True</property>
341                    <property name="can_focus">True</property>
342                    <property name="activates_default">True</property>
343                    <property name="adjustment">adjustment2</property>
344                    <property name="digits">2</property>
345                    <property name="truncate-multiline">True</property>
346                    <child internal-child="accessible">
347                      <object class="AtkObject" id="controlx2-atkobject">
348                        <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|controlx2">Enter the X coordinate of the control point 2</property>
349                      </object>
350                    </child>
351                  </object>
352                  <packing>
353                    <property name="expand">False</property>
354                    <property name="fill">True</property>
355                    <property name="position">1</property>
356                  </packing>
357                </child>
358              </object>
359              <packing>
360                <property name="left_attach">0</property>
361                <property name="top_attach">0</property>
362              </packing>
363            </child>
364            <child>
365              <object class="GtkBox" id="controlgroupy2">
366                <property name="visible">True</property>
367                <property name="can_focus">False</property>
368                <property name="spacing">12</property>
369                <child>
370                  <object class="GtkLabel" id="label7">
371                    <property name="visible">True</property>
372                    <property name="can_focus">False</property>
373                    <property name="label" translatable="yes" context="slantcornertabpage|label7">_Y:</property>
374                    <property name="use_underline">True</property>
375                    <property name="mnemonic_widget">controly2</property>
376                    <property name="xalign">0</property>
377                  </object>
378                  <packing>
379                    <property name="expand">False</property>
380                    <property name="fill">True</property>
381                    <property name="position">0</property>
382                  </packing>
383                </child>
384                <child>
385                  <object class="GtkSpinButton" id="controly2">
386                    <property name="visible">True</property>
387                    <property name="can_focus">True</property>
388                    <property name="activates_default">True</property>
389                    <property name="adjustment">adjustment4</property>
390                    <property name="digits">2</property>
391                    <property name="truncate-multiline">True</property>
392                    <child internal-child="accessible">
393                      <object class="AtkObject" id="controly2-atkobject">
394                        <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|controly2">Enter the Y coordinate of the control point 2</property>
395                      </object>
396                    </child>
397                  </object>
398                  <packing>
399                    <property name="expand">False</property>
400                    <property name="fill">True</property>
401                    <property name="position">1</property>
402                  </packing>
403                </child>
404              </object>
405              <packing>
406                <property name="left_attach">0</property>
407                <property name="top_attach">1</property>
408              </packing>
409            </child>
410          </object>
411        </child>
412        <child type="label">
413          <object class="GtkLabel" id="label8">
414            <property name="visible">True</property>
415            <property name="can_focus">False</property>
416            <property name="label" translatable="yes" context="slantcornertabpage|label8">Control Point 2</property>
417            <property name="xalign">0</property>
418            <attributes>
419              <attribute name="weight" value="bold"/>
420            </attributes>
421          </object>
422        </child>
423      </object>
424      <packing>
425        <property name="left_attach">1</property>
426        <property name="top_attach">1</property>
427      </packing>
428    </child>
429    <child internal-child="accessible">
430      <object class="AtkObject" id="SlantAndCornerRadius-atkobject">
431        <property name="AtkObject::accessible-description" translatable="yes" context="slantcornertabpage|extended_tip|SlantAndCornerRadius">Slants the selected object, or rounds the corners of a rectangular object.</property>
432      </object>
433    </child>
434  </object>
435  <object class="GtkSizeGroup" id="sizegroup1">
436    <widgets>
437      <widget name="label5"/>
438      <widget name="label6"/>
439      <widget name="FT_RADIUS"/>
440      <widget name="FT_ANGLE"/>
441      <widget name="label4"/>
442      <widget name="label7"/>
443    </widgets>
444  </object>
445  <object class="GtkSizeGroup" id="sizegroup2">
446    <widgets>
447      <widget name="MTR_FLD_RADIUS"/>
448      <widget name="MTR_FLD_ANGLE"/>
449    </widgets>
450  </object>
451  <object class="GtkSizeGroup" id="sizegroup5">
452    <widgets>
453      <widget name="controlx1"/>
454      <widget name="controly1"/>
455      <widget name="controlx2"/>
456      <widget name="controly2"/>
457    </widgets>
458  </object>
459</interface>
460