GUI: Dead kittens.
[gnumeric.git] / src / dialogs / kaplan-meier.ui
blobf689bb7aa8b10e3b86efd79697cc0e99d8c732eb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkAdjustment" id="adjustment1">
5 <property name="upper">1000</property>
6 <property name="step_increment">1</property>
7 <property name="page_increment">10</property>
8 </object>
9 <object class="GtkAdjustment" id="adjustment2">
10 <property name="upper">1000</property>
11 <property name="step_increment">1</property>
12 <property name="page_increment">10</property>
13 </object>
14 <object class="GtkDialog" id="KaplanMeier">
15 <property name="can_focus">False</property>
16 <property name="border_width">6</property>
17 <property name="title" translatable="yes">Kaplan Meier Estimates</property>
18 <property name="type_hint">dialog</property>
19 <child internal-child="vbox">
20 <object class="GtkBox" id="vbox1">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="orientation">vertical</property>
24 <property name="spacing">6</property>
25 <child internal-child="action_area">
26 <object class="GtkButtonBox" id="hbuttonbox1">
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="layout_style">end</property>
30 <child>
31 <object class="GtkButton" id="helpbutton">
32 <property name="label">gtk-help</property>
33 <property name="use_action_appearance">False</property>
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="can_default">True</property>
37 <property name="receives_default">False</property>
38 <property name="use_action_appearance">False</property>
39 <property name="use_stock">True</property>
40 </object>
41 <packing>
42 <property name="expand">False</property>
43 <property name="fill">False</property>
44 <property name="position">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkButton" id="cancelbutton">
49 <property name="label">gtk-cancel</property>
50 <property name="use_action_appearance">False</property>
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="can_default">True</property>
54 <property name="receives_default">False</property>
55 <property name="use_action_appearance">False</property>
56 <property name="use_stock">True</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">False</property>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="okbutton">
66 <property name="label">gtk-ok</property>
67 <property name="use_action_appearance">False</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="can_default">True</property>
71 <property name="has_default">True</property>
72 <property name="receives_default">False</property>
73 <property name="use_action_appearance">False</property>
74 <property name="use_stock">True</property>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">False</property>
79 <property name="position">2</property>
80 </packing>
81 </child>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
86 <property name="pack_type">end</property>
87 <property name="position">0</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkNotebook" id="notebook1">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="vexpand">True</property>
95 <property name="border_width">5</property>
96 <child>
97 <object class="GtkBox" id="vbox5">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="orientation">vertical</property>
101 <child>
102 <object class="GtkGrid" id="input-grid">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="border_width">12</property>
106 <property name="row_spacing">6</property>
107 <property name="column_spacing">12</property>
108 <child>
109 <object class="GtkLabel" id="var1-label">
110 <property name="visible">True</property>
111 <property name="can_focus">False</property>
112 <property name="xalign">0</property>
113 <property name="label" translatable="yes">_Time column:</property>
114 <property name="use_underline">True</property>
115 <property name="justify">right</property>
116 </object>
117 <packing>
118 <property name="left_attach">0</property>
119 <property name="top_attach">0</property>
120 <property name="width">1</property>
121 <property name="height">1</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkCheckButton" id="censor-button">
126 <property name="label" translatable="yes">Permit censorship</property>
127 <property name="use_action_appearance">False</property>
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="receives_default">False</property>
131 <property name="use_action_appearance">False</property>
132 <property name="xalign">0</property>
133 <property name="active">True</property>
134 <property name="draw_indicator">True</property>
135 </object>
136 <packing>
137 <property name="left_attach">0</property>
138 <property name="top_attach">1</property>
139 <property name="width">1</property>
140 <property name="height">1</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkLabel" id="var2-label">
145 <property name="visible">True</property>
146 <property name="can_focus">False</property>
147 <property name="margin_left">24</property>
148 <property name="xalign">0</property>
149 <property name="label" translatable="yes">Censor co_lumn:</property>
150 <property name="use_underline">True</property>
151 <property name="justify">right</property>
152 </object>
153 <packing>
154 <property name="left_attach">0</property>
155 <property name="top_attach">2</property>
156 <property name="width">1</property>
157 <property name="height">1</property>
158 </packing>
159 </child>
160 <child>
161 <object class="GtkLabel" id="label1">
162 <property name="visible">True</property>
163 <property name="can_focus">False</property>
164 <property name="margin_left">24</property>
165 <property name="xalign">1</property>
166 <property name="label" translatable="yes">Censored record labels from:</property>
167 <property name="justify">right</property>
168 </object>
169 <packing>
170 <property name="left_attach">0</property>
171 <property name="top_attach">3</property>
172 <property name="width">1</property>
173 <property name="height">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkLabel" id="label5">
178 <property name="visible">True</property>
179 <property name="can_focus">False</property>
180 <property name="xalign">1</property>
181 <property name="label" translatable="yes">to:</property>
182 <property name="justify">right</property>
183 </object>
184 <packing>
185 <property name="left_attach">0</property>
186 <property name="top_attach">4</property>
187 <property name="width">1</property>
188 <property name="height">1</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkSpinButton" id="censored-spinbutton1">
193 <property name="visible">True</property>
194 <property name="can_focus">True</property>
195 <property name="invisible_char">•</property>
196 <property name="invisible_char_set">True</property>
197 <property name="adjustment">adjustment1</property>
198 <property name="climb_rate">1</property>
199 </object>
200 <packing>
201 <property name="left_attach">1</property>
202 <property name="top_attach">3</property>
203 <property name="width">1</property>
204 <property name="height">1</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkSpinButton" id="censored-spinbutton2">
209 <property name="visible">True</property>
210 <property name="can_focus">True</property>
211 <property name="invisible_char">•</property>
212 <property name="invisible_char_set">True</property>
213 <property name="adjustment">adjustment2</property>
214 <property name="climb_rate">1</property>
215 </object>
216 <packing>
217 <property name="left_attach">1</property>
218 <property name="top_attach">4</property>
219 <property name="width">1</property>
220 <property name="height">1</property>
221 </packing>
222 </child>
223 <child>
224 <placeholder/>
225 </child>
226 <child>
227 <placeholder/>
228 </child>
229 <child>
230 <placeholder/>
231 </child>
232 </object>
233 <packing>
234 <property name="expand">False</property>
235 <property name="fill">True</property>
236 <property name="position">0</property>
237 </packing>
238 </child>
239 </object>
240 </child>
241 <child type="tab">
242 <object class="GtkLabel" id="label2">
243 <property name="visible">True</property>
244 <property name="can_focus">False</property>
245 <property name="label" translatable="yes">_Input</property>
246 <property name="use_underline">True</property>
247 <property name="justify">center</property>
248 </object>
249 <packing>
250 <property name="tab_fill">False</property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkGrid" id="groups-grid">
255 <property name="visible">True</property>
256 <property name="can_focus">False</property>
257 <property name="vexpand">True</property>
258 <property name="border_width">12</property>
259 <property name="row_spacing">6</property>
260 <property name="column_spacing">12</property>
261 <child>
262 <object class="GtkCheckButton" id="groups-check">
263 <property name="label" translatable="yes">Define _multiple groups</property>
264 <property name="use_action_appearance">False</property>
265 <property name="visible">True</property>
266 <property name="can_focus">True</property>
267 <property name="receives_default">False</property>
268 <property name="use_action_appearance">False</property>
269 <property name="use_underline">True</property>
270 <property name="xalign">0</property>
271 <property name="draw_indicator">True</property>
272 </object>
273 <packing>
274 <property name="left_attach">0</property>
275 <property name="top_attach">0</property>
276 <property name="width">2</property>
277 <property name="height">1</property>
278 </packing>
279 </child>
280 <child>
281 <object class="GtkLabel" id="groups-label">
282 <property name="visible">True</property>
283 <property name="can_focus">False</property>
284 <property name="xalign">0</property>
285 <property name="label" translatable="yes">Groups column:</property>
286 </object>
287 <packing>
288 <property name="left_attach">0</property>
289 <property name="top_attach">1</property>
290 <property name="width">1</property>
291 <property name="height">1</property>
292 </packing>
293 </child>
294 <child>
295 <object class="GtkScrolledWindow" id="groups-scrolled">
296 <property name="visible">True</property>
297 <property name="can_focus">True</property>
298 <property name="hexpand">True</property>
299 <property name="vexpand">True</property>
300 <property name="shadow_type">in</property>
301 <child>
302 <placeholder/>
303 </child>
304 </object>
305 <packing>
306 <property name="left_attach">0</property>
307 <property name="top_attach">2</property>
308 <property name="width">2</property>
309 <property name="height">3</property>
310 </packing>
311 </child>
312 <child>
313 <object class="GtkButton" id="add-button">
314 <property name="label">gtk-add</property>
315 <property name="use_action_appearance">False</property>
316 <property name="visible">True</property>
317 <property name="can_focus">True</property>
318 <property name="receives_default">True</property>
319 <property name="use_action_appearance">False</property>
320 <property name="use_stock">True</property>
321 </object>
322 <packing>
323 <property name="left_attach">2</property>
324 <property name="top_attach">2</property>
325 <property name="width">1</property>
326 <property name="height">1</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkButton" id="remove-button">
331 <property name="label">gtk-remove</property>
332 <property name="use_action_appearance">False</property>
333 <property name="visible">True</property>
334 <property name="can_focus">True</property>
335 <property name="receives_default">True</property>
336 <property name="use_action_appearance">False</property>
337 <property name="use_stock">True</property>
338 </object>
339 <packing>
340 <property name="left_attach">2</property>
341 <property name="top_attach">3</property>
342 <property name="width">1</property>
343 <property name="height">1</property>
344 </packing>
345 </child>
346 <child>
347 <object class="GtkLabel" id="label7">
348 <property name="visible">True</property>
349 <property name="can_focus">False</property>
350 <property name="vexpand">True</property>
351 </object>
352 <packing>
353 <property name="left_attach">2</property>
354 <property name="top_attach">4</property>
355 <property name="width">1</property>
356 <property name="height">1</property>
357 </packing>
358 </child>
359 <child>
360 <placeholder/>
361 </child>
362 <child>
363 <placeholder/>
364 </child>
365 <child>
366 <placeholder/>
367 </child>
368 </object>
369 <packing>
370 <property name="position">1</property>
371 </packing>
372 </child>
373 <child type="tab">
374 <object class="GtkLabel" id="label6">
375 <property name="visible">True</property>
376 <property name="can_focus">False</property>
377 <property name="label" translatable="yes">_Groups</property>
378 <property name="use_underline">True</property>
379 </object>
380 <packing>
381 <property name="position">3</property>
382 <property name="tab_fill">False</property>
383 </packing>
384 </child>
385 <child>
386 <object class="GtkGrid" id="options-grid">
387 <property name="visible">True</property>
388 <property name="can_focus">False</property>
389 <property name="border_width">12</property>
390 <property name="row_spacing">6</property>
391 <property name="column_spacing">12</property>
392 <child>
393 <object class="GtkCheckButton" id="graph-button">
394 <property name="label" translatable="yes">Show graph </property>
395 <property name="use_action_appearance">False</property>
396 <property name="visible">True</property>
397 <property name="can_focus">True</property>
398 <property name="receives_default">False</property>
399 <property name="use_action_appearance">False</property>
400 <property name="xalign">0</property>
401 <property name="active">True</property>
402 <property name="draw_indicator">True</property>
403 </object>
404 <packing>
405 <property name="left_attach">0</property>
406 <property name="top_attach">0</property>
407 <property name="width">1</property>
408 <property name="height">1</property>
409 </packing>
410 </child>
411 <child>
412 <object class="GtkCheckButton" id="tick-button">
413 <property name="label" translatable="yes">Include censorship ticks</property>
414 <property name="use_action_appearance">False</property>
415 <property name="visible">True</property>
416 <property name="can_focus">True</property>
417 <property name="receives_default">False</property>
418 <property name="margin_left">24</property>
419 <property name="use_action_appearance">False</property>
420 <property name="xalign">0</property>
421 <property name="active">True</property>
422 <property name="draw_indicator">True</property>
423 </object>
424 <packing>
425 <property name="left_attach">0</property>
426 <property name="top_attach">1</property>
427 <property name="width">1</property>
428 <property name="height">1</property>
429 </packing>
430 </child>
431 <child>
432 <object class="GtkCheckButton" id="std-error-button">
433 <property name="label" translatable="yes">Show standard errors</property>
434 <property name="use_action_appearance">False</property>
435 <property name="visible">True</property>
436 <property name="can_focus">True</property>
437 <property name="receives_default">False</property>
438 <property name="use_action_appearance">False</property>
439 <property name="xalign">0</property>
440 <property name="active">True</property>
441 <property name="draw_indicator">True</property>
442 </object>
443 <packing>
444 <property name="left_attach">0</property>
445 <property name="top_attach">2</property>
446 <property name="width">1</property>
447 <property name="height">1</property>
448 </packing>
449 </child>
450 <child>
451 <object class="GtkCheckButton" id="median-button">
452 <property name="label" translatable="yes">Show median survival times</property>
453 <property name="use_action_appearance">False</property>
454 <property name="visible">True</property>
455 <property name="can_focus">True</property>
456 <property name="receives_default">False</property>
457 <property name="use_action_appearance">False</property>
458 <property name="xalign">0</property>
459 <property name="active">True</property>
460 <property name="draw_indicator">True</property>
461 </object>
462 <packing>
463 <property name="left_attach">0</property>
464 <property name="top_attach">3</property>
465 <property name="width">1</property>
466 <property name="height">1</property>
467 </packing>
468 </child>
469 <child>
470 <object class="GtkCheckButton" id="logrank-button">
471 <property name="label" translatable="yes">Perform Log-Rank (Mantel-Haenszel) Test</property>
472 <property name="use_action_appearance">False</property>
473 <property name="visible">True</property>
474 <property name="can_focus">True</property>
475 <property name="receives_default">False</property>
476 <property name="use_action_appearance">False</property>
477 <property name="xalign">0</property>
478 <property name="active">True</property>
479 <property name="draw_indicator">True</property>
480 </object>
481 <packing>
482 <property name="left_attach">0</property>
483 <property name="top_attach">4</property>
484 <property name="width">1</property>
485 <property name="height">1</property>
486 </packing>
487 </child>
488 </object>
489 <packing>
490 <property name="position">2</property>
491 </packing>
492 </child>
493 <child type="tab">
494 <object class="GtkLabel" id="label3">
495 <property name="visible">True</property>
496 <property name="can_focus">False</property>
497 <property name="label" translatable="yes">O_ptions</property>
498 <property name="use_markup">True</property>
499 <property name="use_underline">True</property>
500 <property name="justify">center</property>
501 </object>
502 <packing>
503 <property name="position">2</property>
504 <property name="tab_fill">False</property>
505 </packing>
506 </child>
507 <child>
508 <object class="GtkBox" id="dao">
509 <property name="visible">True</property>
510 <property name="can_focus">False</property>
511 <child>
512 <placeholder/>
513 </child>
514 </object>
515 <packing>
516 <property name="position">3</property>
517 </packing>
518 </child>
519 <child type="tab">
520 <object class="GtkLabel" id="label4">
521 <property name="visible">True</property>
522 <property name="can_focus">False</property>
523 <property name="label" translatable="yes">_Output</property>
524 <property name="use_underline">True</property>
525 <property name="justify">center</property>
526 </object>
527 <packing>
528 <property name="position">3</property>
529 <property name="tab_fill">False</property>
530 </packing>
531 </child>
532 </object>
533 <packing>
534 <property name="expand">False</property>
535 <property name="fill">True</property>
536 <property name="position">1</property>
537 </packing>
538 </child>
539 <child>
540 <object class="GtkLabel" id="warnings">
541 <property name="visible">True</property>
542 <property name="can_focus">False</property>
543 <property name="wrap">True</property>
544 </object>
545 <packing>
546 <property name="expand">False</property>
547 <property name="fill">False</property>
548 <property name="position">2</property>
549 </packing>
550 </child>
551 </object>
552 </child>
553 <action-widgets>
554 <action-widget response="0">helpbutton</action-widget>
555 <action-widget response="0">cancelbutton</action-widget>
556 <action-widget response="0">okbutton</action-widget>
557 </action-widgets>
558 </object>
559 </interface>