e084dc92a2bec94e18cac2887b1d6198fec36888
[pspp] / src / ui / gui / chi-square.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <requires lib="psppire" version="2053.63976"/>
5   <!-- interface-naming-policy toplevel-contextual -->
6   <object class="GtkAdjustment" id="adjustment1">
7     <property name="upper">100</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="PsppireDialog" id="chisquare-dialog">
12     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
13     <property name="title" translatable="yes">Chi-Square Test</property>
14     <property name="modal">True</property>
15     <property name="help-page">NPAR-TESTS#CHISQUARE</property>
16     <child>
17       <object class="GtkHBox" id="dialog-hbox13">
18         <property name="visible">True</property>
19         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
20         <child>
21           <object class="GtkAlignment" id="alignment1">
22             <property name="visible">True</property>
23             <property name="top_padding">5</property>
24             <property name="bottom_padding">5</property>
25             <property name="left_padding">5</property>
26             <child>
27               <object class="GtkTable" id="table1">
28                 <property name="visible">True</property>
29                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
30                 <property name="n_rows">2</property>
31                 <property name="n_columns">3</property>
32                 <child>
33                   <object class="GtkScrolledWindow" id="scrolledwindow5">
34                     <property name="visible">True</property>
35                     <property name="can_focus">True</property>
36                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
37                     <property name="hscrollbar_policy">never</property>
38                     <property name="vscrollbar_policy">automatic</property>
39                     <property name="shadow_type">etched-in</property>
40                     <child>
41                       <object class="PsppireDictView" id="dict-view">
42                         <property name="visible">True</property>
43                         <property name="can_focus">True</property>
44                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
45                         <property name="headers_visible">False</property>
46                         <property name="headers_clickable">False</property>
47                       </object>
48                     </child>
49                   </object>
50                 </child>
51                 <child>
52                   <object class="PsppireSelector" id="psppire-selector1">
53                     <property name="visible">True</property>
54                     <property name="can_focus">True</property>
55                     <property name="receives_default">True</property>
56                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
57                     <property name="border_width">5</property>
58                     <property name="source_widget">dict-view</property>
59                     <property name="dest_widget">variables-treeview</property>
60                   </object>
61                   <packing>
62                     <property name="left_attach">1</property>
63                     <property name="right_attach">2</property>
64                     <property name="x_options"></property>
65                     <property name="y_options">GTK_EXPAND</property>
66                   </packing>
67                 </child>
68                 <child>
69                   <object class="GtkFrame" id="frame1">
70                     <property name="visible">True</property>
71                     <property name="label_xalign">0</property>
72                     <child>
73                       <object class="GtkAlignment" id="alignment2">
74                         <property name="visible">True</property>
75                         <property name="bottom_padding">5</property>
76                         <property name="left_padding">5</property>
77                         <property name="right_padding">5</property>
78                         <child>
79                           <object class="GtkVBox" id="vbox4">
80                             <property name="visible">True</property>
81                             <property name="orientation">vertical</property>
82                             <child>
83                               <object class="GtkRadioButton" id="radiobutton3">
84                                 <property name="label" translatable="yes">_Get from data</property>
85                                 <property name="visible">True</property>
86                                 <property name="can_focus">True</property>
87                                 <property name="receives_default">False</property>
88                                 <property name="use_underline">True</property>
89                                 <property name="active">True</property>
90                                 <property name="draw_indicator">True</property>
91                               </object>
92                               <packing>
93                                 <property name="expand">False</property>
94                                 <property name="fill">False</property>
95                                 <property name="position">0</property>
96                               </packing>
97                             </child>
98                             <child>
99                               <object class="GtkRadioButton" id="radiobutton4">
100                                 <property name="label" translatable="yes">Use _specified range</property>
101                                 <property name="visible">True</property>
102                                 <property name="can_focus">True</property>
103                                 <property name="receives_default">False</property>
104                                 <property name="use_underline">True</property>
105                                 <property name="draw_indicator">True</property>
106                                 <property name="group">radiobutton3</property>
107                               </object>
108                               <packing>
109                                 <property name="expand">False</property>
110                                 <property name="fill">False</property>
111                                 <property name="position">1</property>
112                               </packing>
113                             </child>
114                             <child>
115                               <object class="GtkTable" id="range-table">
116                                 <property name="visible">True</property>
117                                 <property name="sensitive">False</property>
118                                 <property name="n_rows">2</property>
119                                 <property name="n_columns">2</property>
120                                 <property name="column_spacing">5</property>
121                                 <child>
122                                   <object class="GtkLabel" id="label4">
123                                     <property name="visible">True</property>
124                                     <property name="label" translatable="yes">_Lower:</property>
125                                     <property name="use_markup">True</property>
126                                     <property name="use_underline">True</property>
127                                     <property name="mnemonic_widget">entry1</property>
128                                   </object>
129                                 </child>
130                                 <child>
131                                   <object class="GtkLabel" id="label5">
132                                     <property name="visible">True</property>
133                                     <property name="label" translatable="yes">_Upper:</property>
134                                     <property name="use_underline">True</property>
135                                     <property name="mnemonic_widget">entry2</property>
136                                   </object>
137                                   <packing>
138                                     <property name="top_attach">1</property>
139                                     <property name="bottom_attach">2</property>
140                                   </packing>
141                                 </child>
142                                 <child>
143                                   <object class="GtkEntry" id="entry1">
144                                     <property name="visible">True</property>
145                                     <property name="can_focus">True</property>
146                                     <property name="invisible_char">&#x25CF;</property>
147                                   </object>
148                                   <packing>
149                                     <property name="left_attach">1</property>
150                                     <property name="right_attach">2</property>
151                                   </packing>
152                                 </child>
153                                 <child>
154                                   <object class="GtkEntry" id="entry2">
155                                     <property name="visible">True</property>
156                                     <property name="can_focus">True</property>
157                                     <property name="invisible_char">&#x25CF;</property>
158                                   </object>
159                                   <packing>
160                                     <property name="left_attach">1</property>
161                                     <property name="right_attach">2</property>
162                                     <property name="top_attach">1</property>
163                                     <property name="bottom_attach">2</property>
164                                   </packing>
165                                 </child>
166                               </object>
167                               <packing>
168                                 <property name="expand">False</property>
169                                 <property name="fill">False</property>
170                                 <property name="position">2</property>
171                               </packing>
172                             </child>
173                           </object>
174                         </child>
175                       </object>
176                     </child>
177                     <child type="label">
178                       <object class="GtkLabel" id="label2">
179                         <property name="visible">True</property>
180                         <property name="label" translatable="yes">Expected Range:</property>
181                         <property name="use_markup">True</property>
182                       </object>
183                     </child>
184                   </object>
185                   <packing>
186                     <property name="top_attach">1</property>
187                     <property name="bottom_attach">2</property>
188                     <property name="y_options"></property>
189                     <property name="x_padding">5</property>
190                   </packing>
191                 </child>
192                 <child>
193                   <object class="GtkFrame" id="frame2">
194                     <property name="visible">True</property>
195                     <property name="label_xalign">0</property>
196                     <child>
197                       <object class="GtkAlignment" id="alignment3">
198                         <property name="visible">True</property>
199                         <property name="left_padding">5</property>
200                         <property name="right_padding">5</property>
201                         <child>
202                           <object class="GtkVBox" id="vbox3">
203                             <property name="visible">True</property>
204                             <property name="orientation">vertical</property>
205                             <child>
206                               <object class="GtkRadioButton" id="radiobutton1">
207                                 <property name="label" translatable="yes">All categor_ies equal</property>
208                                 <property name="visible">True</property>
209                                 <property name="can_focus">True</property>
210                                 <property name="receives_default">False</property>
211                                 <property name="use_underline">True</property>
212                                 <property name="active">True</property>
213                                 <property name="draw_indicator">True</property>
214                               </object>
215                               <packing>
216                                 <property name="position">0</property>
217                               </packing>
218                             </child>
219                             <child>
220                               <object class="GtkHBox" id="hbox1">
221                                 <property name="visible">True</property>
222                                 <child>
223                                   <object class="GtkRadioButton" id="radiobutton2">
224                                     <property name="label" translatable="yes">_Values</property>
225                                     <property name="visible">True</property>
226                                     <property name="can_focus">True</property>
227                                     <property name="receives_default">False</property>
228                                     <property name="use_underline">True</property>
229                                     <property name="draw_indicator">True</property>
230                                     <property name="group">radiobutton1</property>
231                                   </object>
232                                   <packing>
233                                     <property name="position">0</property>
234                                   </packing>
235                                 </child>
236                                 <child>
237                                   <object class="GtkEntry" id="expected-value-entry">
238                                     <property name="visible">True</property>
239                                     <property name="sensitive">False</property>
240                                     <property name="can_focus">True</property>
241                                     <property name="invisible_char">&#x25CF;</property>
242                                   </object>
243                                   <packing>
244                                     <property name="position">1</property>
245                                   </packing>
246                                 </child>
247                               </object>
248                               <packing>
249                                 <property name="position">1</property>
250                               </packing>
251                             </child>
252                             <child>
253                               <object class="PsppireAcr" id="psppire-acr1">
254                                 <property name="visible">True</property>
255                                 <property name="border_width">5</property>
256                                 <child>
257                                   <placeholder/>
258                                 </child>
259                               </object>
260                               <packing>
261                                 <property name="position">2</property>
262                               </packing>
263                             </child>
264                           </object>
265                         </child>
266                       </object>
267                     </child>
268                     <child type="label">
269                       <object class="GtkLabel" id="label3">
270                         <property name="visible">True</property>
271                         <property name="label" translatable="yes">Expected Values:</property>
272                         <property name="use_markup">True</property>
273                       </object>
274                     </child>
275                   </object>
276                   <packing>
277                     <property name="left_attach">2</property>
278                     <property name="right_attach">3</property>
279                     <property name="top_attach">1</property>
280                     <property name="bottom_attach">2</property>
281                     <property name="y_options"></property>
282                     <property name="x_padding">5</property>
283                   </packing>
284                 </child>
285                 <child>
286                   <object class="GtkFrame" id="frame3">
287                     <property name="visible">True</property>
288                     <property name="label_xalign">0</property>
289                     <property name="shadow_type">none</property>
290                     <child>
291                       <object class="GtkAlignment" id="alignment4">
292                         <property name="visible">True</property>
293                         <property name="left_padding">12</property>
294                         <child>
295                           <object class="GtkScrolledWindow" id="scrolledwindow1">
296                             <property name="visible">True</property>
297                             <property name="can_focus">True</property>
298                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
299                             <property name="hscrollbar_policy">never</property>
300                             <property name="vscrollbar_policy">automatic</property>
301                             <property name="shadow_type">etched-in</property>
302                             <child>
303                               <object class="PsppireVarView" id="variables-treeview">
304                                 <property name="visible">True</property>
305                                 <property name="can_focus">True</property>
306                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
307                                 <property name="headers_visible">False</property>
308                                 <property name="headers_clickable">False</property>
309                               </object>
310                             </child>
311                           </object>
312                         </child>
313                       </object>
314                     </child>
315                     <child type="label">
316                       <object class="GtkLabel" id="label1">
317                         <property name="visible">True</property>
318                         <property name="label" translatable="yes">Test _Variables</property>
319                         <property name="use_markup">True</property>
320                         <property name="use_underline">True</property>
321                         <property name="mnemonic_widget">variables-treeview</property>
322                       </object>
323                     </child>
324                   </object>
325                   <packing>
326                     <property name="left_attach">2</property>
327                     <property name="right_attach">3</property>
328                   </packing>
329                 </child>
330                 <child>
331                   <placeholder/>
332                 </child>
333               </object>
334             </child>
335           </object>
336           <packing>
337             <property name="position">0</property>
338           </packing>
339         </child>
340         <child>
341           <object class="PsppireVButtonBox" id="psppire-vbuttonbox1">
342             <property name="visible">True</property>
343             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
344             <property name="border_width">5</property>
345           </object>
346           <packing>
347             <property name="expand">False</property>
348             <property name="fill">False</property>
349             <property name="pack_type">end</property>
350             <property name="position">1</property>
351           </packing>
352         </child>
353       </object>
354     </child>
355   </object>
356 </interface>