fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / uiconfig / ui / steppedlinesdlg.ui
blobcf7ee627df2d500a337f2e2a8fd9855022654865
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 <!-- interface-local-resource-path /home/eric/Documents/computers/libreoffice/core/icon-themes/galaxy/chart2 -->
6 <object class="GtkDialog" id="SteppedLinesDialog">
7 <property name="can_focus">False</property>
8 <property name="border_width">6</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">12</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <object class="GtkButton" id="ok">
21 <property name="label">gtk-ok</property>
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="can_default">True</property>
25 <property name="has_default">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_stock">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="cancel">
37 <property name="label">gtk-cancel</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="receives_default">True</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="help">
51 <property name="label">gtk-help</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">2</property>
61 <property name="secondary">True</property>
62 </packing>
63 </child>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="pack_type">end</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkFrame" id="frame1">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="label_xalign">0</property>
77 <property name="shadow_type">none</property>
78 <child>
79 <object class="GtkAlignment" id="alignment1">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="top_padding">6</property>
83 <property name="left_padding">12</property>
84 <child>
85 <object class="GtkGrid" id="grid2">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="row_spacing">6</property>
89 <property name="column_spacing">12</property>
90 <child>
91 <object class="GtkImage" id="step_center_x_img">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="pixbuf">chart2/res/step_center_x_30.png</property>
95 </object>
96 <packing>
97 <property name="left_attach">0</property>
98 <property name="top_attach">1</property>
99 </packing>
100 </child>
101 <child>
102 <object class="GtkImage" id="step_end_img">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="pixbuf">chart2/res/step_end_30.png</property>
106 </object>
107 <packing>
108 <property name="left_attach">2</property>
109 <property name="top_attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkImage" id="step_center_y_img">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="pixbuf">chart2/res/step_center_y_30.png</property>
117 </object>
118 <packing>
119 <property name="left_attach">2</property>
120 <property name="top_attach">1</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkRadioButton" id="step_start_rb">
125 <property name="label" translatable="yes">_Start with horizontal line</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_underline">True</property>
130 <property name="xalign">0</property>
131 <property name="active">True</property>
132 <property name="draw_indicator">True</property>
133 <property name="group">step_center_x_rb</property>
134 </object>
135 <packing>
136 <property name="left_attach">1</property>
137 <property name="top_attach">0</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkRadioButton" id="step_center_x_rb">
142 <property name="label" translatable="yes">Step at the _horizontal mean</property>
143 <property name="visible">True</property>
144 <property name="can_focus">True</property>
145 <property name="receives_default">False</property>
146 <property name="use_underline">True</property>
147 <property name="xalign">0</property>
148 <property name="active">True</property>
149 <property name="draw_indicator">True</property>
150 <property name="group">step_start_rb</property>
151 </object>
152 <packing>
153 <property name="left_attach">1</property>
154 <property name="top_attach">1</property>
155 </packing>
156 </child>
157 <child>
158 <object class="GtkRadioButton" id="step_end_rb">
159 <property name="label" translatable="yes">_End with horizontal line</property>
160 <property name="visible">True</property>
161 <property name="can_focus">True</property>
162 <property name="receives_default">False</property>
163 <property name="use_underline">True</property>
164 <property name="xalign">0</property>
165 <property name="active">True</property>
166 <property name="draw_indicator">True</property>
167 <property name="group">step_start_rb</property>
168 </object>
169 <packing>
170 <property name="left_attach">3</property>
171 <property name="top_attach">0</property>
172 </packing>
173 </child>
174 <child>
175 <object class="GtkRadioButton" id="step_center_y_rb">
176 <property name="label" translatable="yes">Step to the _vertical mean</property>
177 <property name="visible">True</property>
178 <property name="can_focus">True</property>
179 <property name="receives_default">False</property>
180 <property name="use_underline">True</property>
181 <property name="xalign">0</property>
182 <property name="active">True</property>
183 <property name="draw_indicator">True</property>
184 <property name="group">step_start_rb</property>
185 </object>
186 <packing>
187 <property name="left_attach">3</property>
188 <property name="top_attach">1</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkImage" id="step_start_img">
193 <property name="visible">True</property>
194 <property name="can_focus">False</property>
195 <property name="pixbuf">chart2/res/step_start_30.png</property>
196 </object>
197 <packing>
198 <property name="left_attach">0</property>
199 <property name="top_attach">0</property>
200 </packing>
201 </child>
202 </object>
203 </child>
204 </object>
205 </child>
206 <child type="label">
207 <object class="GtkLabel" id="label2">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label" translatable="yes">Type of Stepping</property>
211 <attributes>
212 <attribute name="weight" value="bold"/>
213 </attributes>
214 </object>
215 </child>
216 </object>
217 <packing>
218 <property name="expand">False</property>
219 <property name="fill">True</property>
220 <property name="position">1</property>
221 </packing>
222 </child>
223 </object>
224 </child>
225 <action-widgets>
226 <action-widget response="0">ok</action-widget>
227 <action-widget response="0">cancel</action-widget>
228 <action-widget response="0">help</action-widget>
229 </action-widgets>
230 </object>
231 </interface>