87f0c98addb600f5beb21f4f88eef82e5f8781a8
[pspp] / src / ui / gui / roc.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="psppire" version="2054.17080"/>
4   <!-- interface-requires gtk+ 2.12 -->
5   <!-- interface-naming-policy project-wide -->
6   <object class="PsppireDialog" id="roc-dialog">
7     <property name="title" translatable="yes">ROC Curve</property>
8     <property name="modal">True</property>
9     <child internal-child="hbox">
10       <object class="GtkHBox" id="dialog-hbox1">
11         <property name="visible">True</property>
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="spacing">2</property>
14         <child>
15           <object class="GtkTable" id="table1">
16             <property name="visible">True</property>
17             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
18             <property name="n_rows">3</property>
19             <property name="n_columns">3</property>
20             <child>
21               <object class="PsppireSelector" id="dep-selector">
22                 <property name="visible">True</property>
23                 <property name="can_focus">True</property>
24                 <property name="receives_default">True</property>
25                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
26                 <property name="no_show_all">True</property>
27                 <property name="border_width">5</property>
28                 <property name="source_widget">dict-view</property>
29                 <property name="dest_widget">psppire-var-view1</property>
30               </object>
31               <packing>
32                 <property name="left_attach">1</property>
33                 <property name="right_attach">2</property>
34                 <property name="x_options"></property>
35                 <property name="y_options"></property>
36               </packing>
37             </child>
38             <child>
39               <object class="PsppireSelector" id="indep-selector">
40                 <property name="visible">True</property>
41                 <property name="can_focus">True</property>
42                 <property name="receives_default">True</property>
43                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
44                 <property name="no_show_all">True</property>
45                 <property name="border_width">5</property>
46                 <property name="source_widget">dict-view</property>
47                 <property name="dest_widget">entry1</property>
48               </object>
49               <packing>
50                 <property name="left_attach">1</property>
51                 <property name="right_attach">2</property>
52                 <property name="top_attach">1</property>
53                 <property name="bottom_attach">2</property>
54                 <property name="x_options"></property>
55                 <property name="y_options"></property>
56               </packing>
57             </child>
58             <child>
59               <object class="GtkScrolledWindow" id="variables">
60                 <property name="visible">True</property>
61                 <property name="can_focus">True</property>
62                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
63                 <property name="hscrollbar_policy">never</property>
64                 <property name="vscrollbar_policy">automatic</property>
65                 <property name="shadow_type">etched-in</property>
66                 <child>
67                   <object class="PsppireDictView" id="dict-view">
68                     <property name="visible">True</property>
69                     <property name="can_focus">True</property>
70                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
71                     <property name="headers_visible">False</property>
72                   </object>
73                 </child>
74               </object>
75               <packing>
76                 <property name="bottom_attach">3</property>
77               </packing>
78             </child>
79             <child>
80               <object class="GtkFrame" id="frame2">
81                 <property name="visible">True</property>
82                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
83                 <property name="label_xalign">0</property>
84                 <property name="shadow_type">none</property>
85                 <child>
86                   <object class="GtkAlignment" id="alignment1">
87                     <property name="visible">True</property>
88                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
89                     <property name="left_padding">12</property>
90                     <child>
91                       <object class="GtkScrolledWindow" id="scrolledwindow1">
92                         <property name="visible">True</property>
93                         <property name="can_focus">True</property>
94                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
95                         <property name="hscrollbar_policy">never</property>
96                         <property name="vscrollbar_policy">automatic</property>
97                         <property name="shadow_type">etched-in</property>
98                         <child>
99                           <object class="PsppireVarView" id="psppire-var-view1">
100                             <property name="visible">True</property>
101                             <property name="can_focus">True</property>
102                             <property name="border_width">5</property>
103                             <property name="headers_visible">False</property>
104                             <property name="headers_clickable">False</property>
105                           </object>
106                         </child>
107                       </object>
108                     </child>
109                   </object>
110                 </child>
111                 <child type="label">
112                   <object class="GtkLabel" id="label1">
113                     <property name="visible">True</property>
114                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
115                     <property name="label" translatable="yes">_Test Variable:</property>
116                     <property name="use_markup">True</property>
117                     <property name="use_underline">True</property>
118                     <property name="mnemonic_widget">psppire-var-view1</property>
119                   </object>
120                 </child>
121               </object>
122               <packing>
123                 <property name="left_attach">2</property>
124                 <property name="right_attach">3</property>
125               </packing>
126             </child>
127             <child>
128               <object class="GtkFrame" id="frame1">
129                 <property name="visible">True</property>
130                 <property name="label_xalign">0</property>
131                 <property name="shadow_type">none</property>
132                 <child>
133                   <object class="GtkAlignment" id="alignment2">
134                     <property name="visible">True</property>
135                     <property name="left_padding">12</property>
136                     <child>
137                       <object class="GtkEntry" id="entry1">
138                         <property name="visible">True</property>
139                         <property name="can_focus">True</property>
140                         <property name="invisible_char">&#x2022;</property>
141                       </object>
142                     </child>
143                   </object>
144                 </child>
145                 <child type="label">
146                   <object class="GtkLabel" id="label2">
147                     <property name="visible">True</property>
148                     <property name="label" translatable="yes">_State Variable:</property>
149                     <property name="use_markup">True</property>
150                     <property name="use_underline">True</property>
151                     <property name="mnemonic_widget">entry1</property>
152                   </object>
153                 </child>
154               </object>
155               <packing>
156                 <property name="left_attach">2</property>
157                 <property name="right_attach">3</property>
158                 <property name="top_attach">1</property>
159                 <property name="bottom_attach">2</property>
160                 <property name="y_options">GTK_FILL</property>
161               </packing>
162             </child>
163             <child>
164               <object class="GtkVBox" id="vbox1">
165                 <property name="visible">True</property>
166                 <property name="orientation">vertical</property>
167                 <child>
168                   <object class="GtkHBox" id="hbox1">
169                     <property name="visible">True</property>
170                     <child>
171                       <object class="GtkLabel" id="label4">
172                         <property name="visible">True</property>
173                         <property name="xalign">1</property>
174                         <property name="label" translatable="yes">_Value of state variable:</property>
175                         <property name="use_underline">True</property>
176                         <property name="mnemonic_widget">entry2</property>
177                       </object>
178                       <packing>
179                         <property name="position">0</property>
180                       </packing>
181                     </child>
182                     <child>
183                       <object class="GtkEntry" id="entry2">
184                         <property name="visible">True</property>
185                         <property name="can_focus">True</property>
186                         <property name="invisible_char">&#x2022;</property>
187                       </object>
188                       <packing>
189                         <property name="position">1</property>
190                       </packing>
191                     </child>
192                   </object>
193                   <packing>
194                     <property name="position">0</property>
195                   </packing>
196                 </child>
197                 <child>
198                   <object class="GtkFrame" id="frame3">
199                     <property name="visible">True</property>
200                     <property name="label_xalign">0</property>
201                     <child>
202                       <object class="GtkAlignment" id="alignment3">
203                         <property name="visible">True</property>
204                         <property name="left_padding">12</property>
205                         <child>
206                           <object class="GtkVButtonBox" id="vbuttonbox1">
207                             <property name="visible">True</property>
208                             <property name="orientation">vertical</property>
209                             <child>
210                               <object class="GtkCheckButton" id="curve">
211                                 <property name="label" translatable="yes">ROC C_urve</property>
212                                 <property name="visible">True</property>
213                                 <property name="can_focus">True</property>
214                                 <property name="receives_default">False</property>
215                                 <property name="use_underline">True</property>
216                                 <property name="draw_indicator">True</property>
217                               </object>
218                               <packing>
219                                 <property name="expand">False</property>
220                                 <property name="fill">False</property>
221                                 <property name="position">0</property>
222                               </packing>
223                             </child>
224                             <child>
225                               <object class="GtkHBox" id="hbox2">
226                                 <property name="visible">True</property>
227                                 <child>
228                                   <object class="GtkCheckButton" id="reference-line">
229                                     <property name="label" translatable="yes">_With diagonal reference line</property>
230                                     <property name="visible">True</property>
231                                     <property name="can_focus">True</property>
232                                     <property name="receives_default">False</property>
233                                     <property name="use_underline">True</property>
234                                     <property name="xalign">0</property>
235                                     <property name="draw_indicator">True</property>
236                                   </object>
237                                   <packing>
238                                     <property name="expand">False</property>
239                                     <property name="fill">False</property>
240                                     <property name="padding">12</property>
241                                     <property name="position">0</property>
242                                   </packing>
243                                 </child>
244                               </object>
245                               <packing>
246                                 <property name="expand">False</property>
247                                 <property name="fill">False</property>
248                                 <property name="position">1</property>
249                               </packing>
250                             </child>
251                             <child>
252                               <object class="GtkCheckButton" id="standard-error">
253                                 <property name="label" translatable="yes">Standard _Error and Confidence Interval</property>
254                                 <property name="visible">True</property>
255                                 <property name="can_focus">True</property>
256                                 <property name="receives_default">False</property>
257                                 <property name="use_underline">True</property>
258                                 <property name="draw_indicator">True</property>
259                               </object>
260                               <packing>
261                                 <property name="expand">False</property>
262                                 <property name="fill">False</property>
263                                 <property name="position">2</property>
264                               </packing>
265                             </child>
266                             <child>
267                               <object class="GtkCheckButton" id="co-ordinates">
268                                 <property name="label" translatable="yes">_Coordinate points of the ROC Curve</property>
269                                 <property name="visible">True</property>
270                                 <property name="can_focus">True</property>
271                                 <property name="receives_default">False</property>
272                                 <property name="use_underline">True</property>
273                                 <property name="draw_indicator">True</property>
274                               </object>
275                               <packing>
276                                 <property name="expand">False</property>
277                                 <property name="fill">False</property>
278                                 <property name="position">3</property>
279                               </packing>
280                             </child>
281                           </object>
282                         </child>
283                       </object>
284                     </child>
285                     <child type="label">
286                       <object class="GtkLabel" id="label3">
287                         <property name="visible">True</property>
288                         <property name="label" translatable="yes">Display</property>
289                         <property name="use_markup">True</property>
290                       </object>
291                     </child>
292                   </object>
293                   <packing>
294                     <property name="position">1</property>
295                   </packing>
296                 </child>
297               </object>
298               <packing>
299                 <property name="left_attach">1</property>
300                 <property name="right_attach">3</property>
301                 <property name="top_attach">2</property>
302                 <property name="bottom_attach">3</property>
303                 <property name="y_options">GTK_FILL</property>
304                 <property name="x_padding">5</property>
305                 <property name="y_padding">2</property>
306               </packing>
307             </child>
308           </object>
309           <packing>
310             <property name="position">0</property>
311           </packing>
312         </child>
313         <child>
314           <object class="PsppireVButtonBox" id="psppire-vbuttonbox1">
315             <property name="visible">True</property>
316             <property name="border_width">5</property>
317             <property name="orientation">vertical</property>
318           </object>
319           <packing>
320             <property name="expand">False</property>
321             <property name="fill">False</property>
322             <property name="pack_type">end</property>
323             <property name="position">1</property>
324           </packing>
325         </child>
326       </object>
327     </child>
328   </object>
329 </interface>