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