fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / uiconfig / ui / smoothlinesdlg.ui
bloba2d65da501ad59115fdb0a006b2e15814a778c55
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 <object class="GtkAdjustment" id="PolynomialsAdjustment">
6 <property name="lower">1</property>
7 <property name="upper">15</property>
8 <property name="value">3</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="ResolutionAdjustment">
13 <property name="lower">1</property>
14 <property name="upper">100</property>
15 <property name="value">20</property>
16 <property name="step_increment">1</property>
17 <property name="page_increment">10</property>
18 </object>
19 <object class="GtkDialog" id="SmoothLinesDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes">Smooth Lines</property>
23 <property name="modal">True</property>
24 <property name="type_hint">dialog</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="homogeneous">True</property>
34 <property name="layout_style">end</property>
35 <child>
36 <object class="GtkButton" id="ok">
37 <property name="label">gtk-ok</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="can_default">True</property>
41 <property name="has_default">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="cancel">
53 <property name="label">gtk-cancel</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use_stock">True</property>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">True</property>
62 <property name="position">1</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkButton" id="help">
67 <property name="label">gtk-help</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="receives_default">True</property>
71 <property name="margin_right">6</property>
72 <property name="use_stock">True</property>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="position">2</property>
78 <property name="secondary">True</property>
79 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack_type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkBox" id="box1">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="orientation">vertical</property>
94 <child>
95 <object class="GtkBox" id="box2">
96 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <property name="spacing">12</property>
99 <child>
100 <object class="GtkLabel" id="TypeLabel">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="xalign">0</property>
104 <property name="label" translatable="yes">Line _Type:</property>
105 <property name="use_underline">True</property>
106 </object>
107 <packing>
108 <property name="expand">False</property>
109 <property name="fill">True</property>
110 <property name="position">0</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkComboBoxText" id="SplineTypeComboBox">
115 <property name="visible">True</property>
116 <property name="can_focus">False</property>
117 <property name="active">0</property>
118 <items>
119 <item translatable="yes">Cubic spline</item>
120 <item translatable="yes">B-spline</item>
121 </items>
122 </object>
123 <packing>
124 <property name="expand">False</property>
125 <property name="fill">True</property>
126 <property name="position">1</property>
127 </packing>
128 </child>
129 </object>
130 <packing>
131 <property name="expand">False</property>
132 <property name="fill">True</property>
133 <property name="position">1</property>
134 </packing>
135 </child>
136 <child>
137 <object class="GtkAlignment" id="alignment1">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="top_padding">6</property>
141 <property name="left_padding">12</property>
142 <child>
143 <object class="GtkGrid" id="grid2">
144 <property name="visible">True</property>
145 <property name="can_focus">False</property>
146 <property name="row_spacing">6</property>
147 <property name="column_spacing">12</property>
148 <child>
149 <object class="GtkLabel" id="ResolutionLabel">
150 <property name="visible">True</property>
151 <property name="can_focus">False</property>
152 <property name="halign">start</property>
153 <property name="label" translatable="yes">_Resolution:</property>
154 <property name="use_underline">True</property>
155 <property name="mnemonic_widget">ResolutionSpinbutton</property>
156 </object>
157 <packing>
158 <property name="left_attach">0</property>
159 <property name="top_attach">0</property>
160 </packing>
161 </child>
162 <child>
163 <object class="GtkLabel" id="PolynomialsLabel">
164 <property name="visible">True</property>
165 <property name="can_focus">False</property>
166 <property name="halign">start</property>
167 <property name="label" translatable="yes">_Degree of polynomials:</property>
168 <property name="use_underline">True</property>
169 <property name="mnemonic_widget">PolynomialsSpinButton</property>
170 </object>
171 <packing>
172 <property name="left_attach">0</property>
173 <property name="top_attach">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkSpinButton" id="ResolutionSpinbutton">
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="halign">start</property>
181 <property name="invisible_char"></property>
182 <property name="adjustment">ResolutionAdjustment</property>
183 </object>
184 <packing>
185 <property name="left_attach">1</property>
186 <property name="top_attach">0</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkSpinButton" id="PolynomialsSpinButton">
191 <property name="visible">True</property>
192 <property name="can_focus">True</property>
193 <property name="halign">start</property>
194 <property name="invisible_char"></property>
195 <property name="adjustment">PolynomialsAdjustment</property>
196 </object>
197 <packing>
198 <property name="left_attach">1</property>
199 <property name="top_attach">1</property>
200 </packing>
201 </child>
202 </object>
203 </child>
204 </object>
205 <packing>
206 <property name="expand">False</property>
207 <property name="fill">True</property>
208 <property name="position">2</property>
209 </packing>
210 </child>
211 </object>
212 <packing>
213 <property name="expand">False</property>
214 <property name="fill">True</property>
215 <property name="position">0</property>
216 </packing>
217 </child>
218 </object>
219 </child>
220 <action-widgets>
221 <action-widget response="0">ok</action-widget>
222 <action-widget response="0">cancel</action-widget>
223 <action-widget response="0">help</action-widget>
224 </action-widgets>
225 </object>
226 <object class="GtkListStore" id="SplineTypeModel">
227 <columns>
228 <!-- column-name TypeName -->
229 <column type="gchararray"/>
230 <!-- column-name TypeInt -->
231 <column type="gint"/>
232 </columns>
233 <data>
234 <row>
235 <col id="0" translatable="yes">Cubic Spline</col>
236 <col id="1">0</col>
237 </row>
238 <row>
239 <col id="0" translatable="yes">B-Spline</col>
240 <col id="1">1</col>
241 </row>
242 </data>
243 </object>
244 </interface>