Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / roc.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
4
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
9
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
13 <!-- GNU General Public License for more details. -->
14
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
17
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="2054.17080"/>
22   <object class="PsppireDialog" id="roc-dialog">
23     <property name="can_focus">False</property>
24     <property name="title" translatable="yes">ROC Curve</property>
25     <property name="modal">True</property>
26     <property name="help_page">ROC</property>
27     <child>
28       <object class="GtkBox" id="dialog-hbox1">
29         <property name="visible">True</property>
30         <property name="can_focus">False</property>
31         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
32         <property name="spacing">2</property>
33         <child>
34           <object class="GtkGrid" id="table1">
35             <property name="visible">True</property>
36             <property name="can_focus">False</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="margin_left">5</property>
39             <property name="margin_right">5</property>
40             <property name="margin_top">5</property>
41             <property name="margin_bottom">5</property>
42             <property name="row_spacing">5</property>
43             <property name="column_spacing">5</property>
44             <child>
45               <object class="PsppireSelector" id="dep-selector">
46                 <property name="visible">True</property>
47                 <property name="can_focus">True</property>
48                 <property name="receives_default">True</property>
49                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
50                 <property name="no_show_all">True</property>
51                 <property name="halign">center</property>
52                 <property name="valign">center</property>
53                 <property name="border_width">5</property>
54                 <property name="source_widget">dict-view</property>
55                 <property name="dest_widget">psppire-var-view1</property>
56               </object>
57               <packing>
58                 <property name="left_attach">1</property>
59                 <property name="top_attach">0</property>
60               </packing>
61             </child>
62             <child>
63               <object class="PsppireSelector" id="indep-selector">
64                 <property name="visible">True</property>
65                 <property name="can_focus">True</property>
66                 <property name="receives_default">True</property>
67                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
68                 <property name="no_show_all">True</property>
69                 <property name="halign">center</property>
70                 <property name="valign">center</property>
71                 <property name="border_width">5</property>
72                 <property name="source_widget">dict-view</property>
73                 <property name="dest_widget">entry1</property>
74               </object>
75               <packing>
76                 <property name="left_attach">1</property>
77                 <property name="top_attach">1</property>
78               </packing>
79             </child>
80             <child>
81               <object class="GtkScrolledWindow" id="variables">
82                 <property name="visible">True</property>
83                 <property name="can_focus">True</property>
84                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
85                 <property name="hexpand">True</property>
86                 <property name="vexpand">True</property>
87                 <property name="hscrollbar_policy">never</property>
88                 <property name="shadow_type">etched-in</property>
89                 <child>
90                   <object class="PsppireDictView" id="dict-view">
91                     <property name="visible">True</property>
92                     <property name="can_focus">True</property>
93                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
94                     <property name="border_width">0</property>
95                     <property name="headers_visible">False</property>
96                     <child internal-child="selection">
97                       <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
98                     </child>
99                   </object>
100                 </child>
101               </object>
102               <packing>
103                 <property name="left_attach">0</property>
104                 <property name="top_attach">0</property>
105                 <property name="height">3</property>
106               </packing>
107             </child>
108             <child>
109               <object class="GtkFrame" id="frame2">
110                 <property name="visible">True</property>
111                 <property name="can_focus">False</property>
112                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
113                 <property name="hexpand">True</property>
114                 <property name="vexpand">True</property>
115                 <property name="label_xalign">0</property>
116                 <property name="shadow_type">none</property>
117                 <child>
118                   <object class="GtkScrolledWindow" id="scrolledwindow1">
119                     <property name="visible">True</property>
120                     <property name="margin-start">12</property>
121                     <property name="can_focus">True</property>
122                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
123                     <property name="vexpand">True</property>
124                     <property name="hscrollbar_policy">never</property>
125                     <property name="shadow_type">etched-in</property>
126                     <child>
127                       <object class="PsppireVarView" id="psppire-var-view1">
128                         <property name="visible">True</property>
129                         <property name="can_focus">True</property>
130                         <property name="border_width">5</property>
131                         <property name="headers_visible">False</property>
132                         <property name="headers_clickable">False</property>
133                         <child internal-child="selection">
134                           <object class="GtkTreeSelection" id="psppire-var-view-selection1"/>
135                         </child>
136                       </object>
137                     </child>
138                   </object>
139                 </child>
140                 <child type="label">
141                   <object class="GtkLabel" id="label1">
142                     <property name="visible">True</property>
143                     <property name="can_focus">False</property>
144                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
145                     <property name="label" translatable="yes">_Test Variable:</property>
146                     <property name="use_markup">True</property>
147                     <property name="use_underline">True</property>
148                     <property name="mnemonic_widget">psppire-var-view1</property>
149                   </object>
150                 </child>
151               </object>
152               <packing>
153                 <property name="left_attach">2</property>
154                 <property name="top_attach">0</property>
155               </packing>
156             </child>
157             <child>
158               <object class="GtkFrame" id="frame1">
159                 <property name="visible">True</property>
160                 <property name="can_focus">False</property>
161                 <property name="label_xalign">0</property>
162                 <property name="shadow_type">none</property>
163                 <child>
164                   <object class="GtkEntry" id="entry1">
165                     <property name="margin-start">12</property>
166                     <property name="visible">True</property>
167                     <property name="can_focus">True</property>
168                     <property name="invisible_char">•</property>
169                   </object>
170                 </child>
171                 <child type="label">
172                   <object class="GtkLabel" id="label2">
173                     <property name="visible">True</property>
174                     <property name="can_focus">False</property>
175                     <property name="label" translatable="yes">_State Variable:</property>
176                     <property name="use_markup">True</property>
177                     <property name="use_underline">True</property>
178                     <property name="mnemonic_widget">entry1</property>
179                   </object>
180                 </child>
181               </object>
182               <packing>
183                 <property name="left_attach">2</property>
184                 <property name="top_attach">1</property>
185               </packing>
186             </child>
187             <child>
188               <object class="GtkBox" id="vbox1">
189                 <property name="visible">True</property>
190                 <property name="can_focus">False</property>
191                 <property name="orientation">vertical</property>
192                 <child>
193                   <object class="GtkBox" id="hbox1">
194                     <property name="visible">True</property>
195                     <property name="can_focus">False</property>
196                     <property name="spacing">5</property>
197                     <child>
198                       <object class="GtkLabel" id="label4">
199                         <property name="visible">True</property>
200                         <property name="can_focus">False</property>
201                         <property name="xalign">1</property>
202                         <property name="label" translatable="yes">_Value of state variable:</property>
203                         <property name="use_underline">True</property>
204                         <property name="mnemonic_widget">entry2</property>
205                       </object>
206                       <packing>
207                         <property name="expand">False</property>
208                         <property name="fill">True</property>
209                         <property name="position">0</property>
210                       </packing>
211                     </child>
212                     <child>
213                       <object class="PsppireValueEntry" id="entry2">
214                         <property name="visible">True</property>
215                         <property name="can_focus">True</property>
216                         <property name="has_entry">True</property>
217                         <child internal-child="entry">
218                           <object class="GtkEntry" id="psppire-value-entry-entry1">
219                             <property name="can_focus">False</property>
220                           </object>
221                         </child>
222                       </object>
223                       <packing>
224                         <property name="expand">False</property>
225                         <property name="fill">True</property>
226                         <property name="position">1</property>
227                       </packing>
228                     </child>
229                   </object>
230                   <packing>
231                     <property name="expand">False</property>
232                     <property name="fill">True</property>
233                     <property name="position">0</property>
234                   </packing>
235                 </child>
236                 <child>
237                   <object class="GtkFrame" id="frame3">
238                     <property name="visible">True</property>
239                     <property name="can_focus">False</property>
240                     <property name="label_xalign">0</property>
241                     <child>
242                       <object class="GtkButtonBox" id="vbuttonbox1">
243                         <property name="visible">True</property>
244                         <property name="margin-start">12</property>
245                         <property name="can_focus">False</property>
246                         <property name="orientation">vertical</property>
247                         <child>
248                           <object class="GtkCheckButton" id="curve">
249                             <property name="label" translatable="yes">ROC C_urve</property>
250                             <property name="visible">True</property>
251                             <property name="can_focus">True</property>
252                             <property name="receives_default">False</property>
253                             <property name="use_underline">True</property>
254                             <property name="xalign">0.5</property>
255                             <property name="draw_indicator">True</property>
256                           </object>
257                           <packing>
258                             <property name="expand">False</property>
259                             <property name="fill">False</property>
260                             <property name="position">0</property>
261                           </packing>
262                         </child>
263                         <child>
264                           <object class="GtkBox" id="hbox2">
265                             <property name="visible">True</property>
266                             <property name="can_focus">False</property>
267                             <child>
268                               <object class="GtkCheckButton" id="reference-line">
269                                 <property name="label" translatable="yes">_With diagonal reference line</property>
270                                 <property name="visible">True</property>
271                                 <property name="can_focus">True</property>
272                                 <property name="receives_default">False</property>
273                                 <property name="use_underline">True</property>
274                                 <property name="xalign">0</property>
275                                 <property name="draw_indicator">True</property>
276                               </object>
277                               <packing>
278                                 <property name="expand">False</property>
279                                 <property name="fill">False</property>
280                                 <property name="padding">12</property>
281                                 <property name="position">0</property>
282                               </packing>
283                             </child>
284                           </object>
285                           <packing>
286                             <property name="expand">False</property>
287                             <property name="fill">False</property>
288                             <property name="position">1</property>
289                           </packing>
290                         </child>
291                         <child>
292                           <object class="GtkCheckButton" id="standard-error">
293                             <property name="label" translatable="yes">Standard _Error and Confidence Interval</property>
294                             <property name="visible">True</property>
295                             <property name="can_focus">True</property>
296                             <property name="receives_default">False</property>
297                             <property name="use_underline">True</property>
298                             <property name="xalign">0.5</property>
299                             <property name="draw_indicator">True</property>
300                           </object>
301                           <packing>
302                             <property name="expand">False</property>
303                             <property name="fill">False</property>
304                             <property name="position">2</property>
305                           </packing>
306                         </child>
307                         <child>
308                           <object class="GtkCheckButton" id="co-ordinates">
309                             <property name="label" translatable="yes">_Coordinate points of the ROC Curve</property>
310                             <property name="visible">True</property>
311                             <property name="can_focus">True</property>
312                             <property name="receives_default">False</property>
313                             <property name="use_underline">True</property>
314                             <property name="xalign">0.5</property>
315                             <property name="draw_indicator">True</property>
316                           </object>
317                           <packing>
318                             <property name="expand">False</property>
319                             <property name="fill">False</property>
320                             <property name="position">3</property>
321                           </packing>
322                         </child>
323                       </object>
324                     </child>
325                     <child type="label">
326                       <object class="GtkLabel" id="label3">
327                         <property name="visible">True</property>
328                         <property name="can_focus">False</property>
329                         <property name="label" translatable="yes">Display</property>
330                         <property name="use_markup">True</property>
331                       </object>
332                     </child>
333                   </object>
334                   <packing>
335                     <property name="expand">False</property>
336                     <property name="fill">True</property>
337                     <property name="position">1</property>
338                   </packing>
339                 </child>
340               </object>
341               <packing>
342                 <property name="left_attach">1</property>
343                 <property name="top_attach">2</property>
344                 <property name="width">2</property>
345               </packing>
346             </child>
347           </object>
348           <packing>
349             <property name="expand">True</property>
350             <property name="fill">True</property>
351             <property name="position">0</property>
352           </packing>
353         </child>
354         <child>
355           <object class="PsppireButtonbox" id="psppire-vbuttonbox1">
356             <property name="orientation">vertical</property>
357             <property name="visible">True</property>
358             <property name="can_focus">False</property>
359             <property name="border_width">5</property>
360             <property name="orientation">vertical</property>
361           </object>
362           <packing>
363             <property name="expand">False</property>
364             <property name="fill">False</property>
365             <property name="pack_type">end</property>
366             <property name="position">1</property>
367           </packing>
368         </child>
369       </object>
370     </child>
371   </object>
372 </interface>