1.12.42
[gnumeric.git] / src / dialogs / anova-one.ui
blob901f9431af1a055cf76c52ee8624f880a14aa99a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="ANOVA">
5 <property name="can_focus">False</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">ANOVA - Single Factor</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="vbox1">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">2</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="hbuttonbox1">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="helpbutton">
22 <property name="label">gtk-help</property>
23 <property name="use_action_appearance">False</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_action_appearance">False</property>
29 <property name="use_stock">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">False</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancelbutton">
39 <property name="label">gtk-cancel</property>
40 <property name="use_action_appearance">False</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="can_default">True</property>
44 <property name="receives_default">False</property>
45 <property name="use_action_appearance">False</property>
46 <property name="use_stock">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">False</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="okbutton">
56 <property name="label">gtk-ok</property>
57 <property name="use_action_appearance">False</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="can_default">True</property>
61 <property name="has_default">True</property>
62 <property name="receives_default">False</property>
63 <property name="use_action_appearance">False</property>
64 <property name="use_stock">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">False</property>
69 <property name="position">2</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkNotebook" id="notebook1">
82 <property name="visible">True</property>
83 <property name="can_focus">True</property>
84 <property name="border_width">5</property>
85 <child>
86 <object class="GtkGrid" id="input-grid">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="border_width">12</property>
90 <property name="row_spacing">6</property>
91 <property name="column_spacing">12</property>
92 <child>
93 <placeholder/>
94 </child>
95 <child>
96 <placeholder/>
97 </child>
98 <child>
99 <placeholder/>
100 </child>
101 <child>
102 <placeholder/>
103 </child>
104 <child>
105 <placeholder/>
106 </child>
107 <child>
108 <placeholder/>
109 </child>
110 <child>
111 <placeholder/>
112 </child>
113 <child>
114 <placeholder/>
115 </child>
116 <child>
117 <placeholder/>
118 </child>
119 <child>
120 <object class="GtkLabel" id="var1-label">
121 <property name="visible">True</property>
122 <property name="can_focus">False</property>
123 <property name="xalign">0</property>
124 <property name="label" translatable="yes">_Input range:</property>
125 <property name="use_underline">True</property>
126 <property name="justify">right</property>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">0</property>
131 <property name="width">1</property>
132 <property name="height">1</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkLabel" id="label2">
137 <property name="visible">True</property>
138 <property name="can_focus">False</property>
139 <property name="xalign">0</property>
140 <property name="label" translatable="yes">Grouped by:</property>
141 <property name="justify">center</property>
142 <accessibility>
143 <relation type="label-for" target="grouped_by_col"/>
144 </accessibility>
145 </object>
146 <packing>
147 <property name="left_attach">0</property>
148 <property name="top_attach">1</property>
149 <property name="width">1</property>
150 <property name="height">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkRadioButton" id="grouped_by_col">
155 <property name="label" translatable="yes" context="groupby" comments="Group by Columns">_Columns</property>
156 <property name="use_action_appearance">False</property>
157 <property name="visible">True</property>
158 <property name="can_focus">True</property>
159 <property name="receives_default">False</property>
160 <property name="use_action_appearance">False</property>
161 <property name="use_underline">True</property>
162 <property name="xalign">0</property>
163 <property name="active">True</property>
164 <property name="draw_indicator">True</property>
165 <accessibility>
166 <relation type="labelled-by" target="label2"/>
167 </accessibility>
168 </object>
169 <packing>
170 <property name="left_attach">1</property>
171 <property name="top_attach">1</property>
172 <property name="width">1</property>
173 <property name="height">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkRadioButton" id="grouped_by_row">
178 <property name="label" translatable="yes" context="groupby" comments="Group by Rows">_Rows</property>
179 <property name="use_action_appearance">False</property>
180 <property name="visible">True</property>
181 <property name="can_focus">True</property>
182 <property name="receives_default">False</property>
183 <property name="use_action_appearance">False</property>
184 <property name="use_underline">True</property>
185 <property name="xalign">0</property>
186 <property name="draw_indicator">True</property>
187 <property name="group">grouped_by_col</property>
188 </object>
189 <packing>
190 <property name="left_attach">1</property>
191 <property name="top_attach">2</property>
192 <property name="width">1</property>
193 <property name="height">1</property>
194 </packing>
195 </child>
196 <child>
197 <object class="GtkRadioButton" id="grouped_by_area">
198 <property name="label" translatable="yes">_Areas</property>
199 <property name="use_action_appearance">False</property>
200 <property name="visible">True</property>
201 <property name="can_focus">True</property>
202 <property name="receives_default">False</property>
203 <property name="use_action_appearance">False</property>
204 <property name="use_underline">True</property>
205 <property name="xalign">0</property>
206 <property name="draw_indicator">True</property>
207 <property name="group">grouped_by_col</property>
208 </object>
209 <packing>
210 <property name="left_attach">1</property>
211 <property name="top_attach">3</property>
212 <property name="width">1</property>
213 <property name="height">1</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkCheckButton" id="labels_button">
218 <property name="label" translatable="yes">_Labels</property>
219 <property name="use_action_appearance">False</property>
220 <property name="visible">True</property>
221 <property name="can_focus">True</property>
222 <property name="receives_default">False</property>
223 <property name="use_action_appearance">False</property>
224 <property name="use_underline">True</property>
225 <property name="xalign">0</property>
226 <property name="draw_indicator">True</property>
227 </object>
228 <packing>
229 <property name="left_attach">0</property>
230 <property name="top_attach">4</property>
231 <property name="width">1</property>
232 <property name="height">1</property>
233 </packing>
234 </child>
235 </object>
236 </child>
237 <child type="tab">
238 <object class="GtkLabel" id="label5">
239 <property name="visible">True</property>
240 <property name="can_focus">False</property>
241 <property name="label" translatable="yes">Input</property>
242 </object>
243 <packing>
244 <property name="tab_fill">False</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkBox" id="vbox3">
249 <property name="visible">True</property>
250 <property name="can_focus">False</property>
251 <property name="orientation">vertical</property>
252 <child>
253 <object class="GtkGrid" id="options-grid">
254 <property name="visible">True</property>
255 <property name="can_focus">False</property>
256 <property name="border_width">12</property>
257 <property name="row_spacing">6</property>
258 <property name="column_spacing">12</property>
259 <child>
260 <object class="GtkLabel" id="label3">
261 <property name="visible">True</property>
262 <property name="can_focus">False</property>
263 <property name="xalign">0</property>
264 <property name="label" translatable="yes">_Alpha:</property>
265 <property name="use_underline">True</property>
266 <property name="justify">right</property>
267 <property name="mnemonic_widget">alpha-entry</property>
268 </object>
269 <packing>
270 <property name="left_attach">0</property>
271 <property name="top_attach">0</property>
272 <property name="width">1</property>
273 <property name="height">1</property>
274 </packing>
275 </child>
276 <child>
277 <object class="GtkSpinButton" id="alpha-entry">
278 <property name="visible">True</property>
279 <property name="can_focus">True</property>
280 <property name="invisible_char"></property>
281 <property name="invisible_char_set">True</property>
282 <property name="adjustment">adjustment1</property>
283 <property name="climb_rate">0.01</property>
284 <property name="digits">2</property>
285 <property name="numeric">True</property>
286 <property name="update_policy">if-valid</property>
287 </object>
288 <packing>
289 <property name="left_attach">1</property>
290 <property name="top_attach">0</property>
291 <property name="width">1</property>
292 <property name="height">1</property>
293 </packing>
294 </child>
295 <child>
296 <placeholder/>
297 </child>
298 <child>
299 <placeholder/>
300 </child>
301 <child>
302 <placeholder/>
303 </child>
304 <child>
305 <placeholder/>
306 </child>
307 <child>
308 <placeholder/>
309 </child>
310 <child>
311 <placeholder/>
312 </child>
313 <child>
314 <placeholder/>
315 </child>
316 </object>
317 <packing>
318 <property name="expand">False</property>
319 <property name="fill">True</property>
320 <property name="position">0</property>
321 </packing>
322 </child>
323 </object>
324 <packing>
325 <property name="position">1</property>
326 </packing>
327 </child>
328 <child type="tab">
329 <object class="GtkLabel" id="label6">
330 <property name="visible">True</property>
331 <property name="can_focus">False</property>
332 <property name="label" translatable="yes">Options</property>
333 </object>
334 <packing>
335 <property name="position">1</property>
336 <property name="tab_fill">False</property>
337 </packing>
338 </child>
339 <child>
340 <object class="GtkBox" id="dao">
341 <property name="visible">True</property>
342 <property name="can_focus">False</property>
343 <child>
344 <placeholder/>
345 </child>
346 </object>
347 <packing>
348 <property name="position">2</property>
349 </packing>
350 </child>
351 <child type="tab">
352 <object class="GtkLabel" id="label7">
353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
355 <property name="label" translatable="yes">Output</property>
356 </object>
357 <packing>
358 <property name="position">2</property>
359 <property name="tab_fill">False</property>
360 </packing>
361 </child>
362 </object>
363 <packing>
364 <property name="expand">False</property>
365 <property name="fill">True</property>
366 <property name="position">1</property>
367 </packing>
368 </child>
369 <child>
370 <object class="GtkLabel" id="warnings">
371 <property name="visible">True</property>
372 <property name="can_focus">False</property>
373 <property name="use_markup">True</property>
374 <property name="wrap">True</property>
375 </object>
376 <packing>
377 <property name="expand">False</property>
378 <property name="fill">False</property>
379 <property name="position">2</property>
380 </packing>
381 </child>
382 </object>
383 </child>
384 <action-widgets>
385 <action-widget response="0">helpbutton</action-widget>
386 <action-widget response="0">cancelbutton</action-widget>
387 <action-widget response="0">okbutton</action-widget>
388 </action-widgets>
389 </object>
390 <object class="GtkAdjustment" id="adjustment1">
391 <property name="upper">1</property>
392 <property name="value">0.050000000000000003</property>
393 <property name="step_increment">0.01</property>
394 <property name="page_increment">10</property>
395 </object>
396 </interface>