Add copyright and licence notices to files which lack them.
[pspp] / src / ui / gui / runs.ui
1 <!-- PSPP - a program for statistical analysis. -->
2 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
3
4 <!-- This program is free software: you can redistribute it and/or modify -->
5 <!-- it under the terms of the GNU General Public License as published by -->
6 <!-- the Free Software Foundation, either version 3 of the License, or -->
7 <!-- (at your option) any later version. -->
8
9 <!-- This program is distributed in the hope that it will be useful, -->
10 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
11 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
12 <!-- GNU General Public License for more details. -->
13
14 <!-- You should have received a copy of the GNU General Public License -->
15 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
16
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!-- Generated with glade 3.18.3 -->
19 <interface>
20   <requires lib="gtk+" version="3.4.2"/>
21   <requires lib="psppire" version="0.0"/>
22   <object class="PsppireDialog" id="runs-dialog">
23     <property name="can_focus">False</property>
24     <property name="title" translatable="yes">Runs Test</property>
25     <property name="modal">True</property>
26     <property name="help_page">NPAR-TESTS#RUNS</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="orientation">vertical</property>
32         <property name="spacing">2</property>
33         <child>
34           <object class="GtkBox" id="vbox1">
35             <property name="visible">True</property>
36             <property name="can_focus">False</property>
37             <property name="margin_left">5</property>
38             <property name="margin_right">5</property>
39             <property name="margin_top">5</property>
40             <property name="vexpand">True</property>
41             <property name="orientation">vertical</property>
42             <property name="spacing">5</property>
43             <child>
44               <object class="GtkBox" id="hbox1">
45                 <property name="visible">True</property>
46                 <property name="can_focus">False</property>
47                 <property name="vexpand">True</property>
48                 <child>
49                   <object class="GtkScrolledWindow" id="scrolledwindow1">
50                     <property name="visible">True</property>
51                     <property name="can_focus">True</property>
52                     <property name="vexpand">True</property>
53                     <property name="hscrollbar_policy">never</property>
54                     <property name="shadow_type">in</property>
55                     <child>
56                       <object class="PsppireDictView" id="dict-view">
57                         <property name="visible">True</property>
58                         <property name="can_focus">True</property>
59                         <property name="border_width">5</property>
60                         <property name="headers_visible">False</property>
61                         <property name="headers_clickable">False</property>
62                         <child internal-child="selection">
63                           <object class="GtkTreeSelection" id="psppire-dictview-selection"/>
64                         </child>
65                       </object>
66                     </child>
67                   </object>
68                   <packing>
69                     <property name="expand">True</property>
70                     <property name="fill">True</property>
71                     <property name="position">0</property>
72                   </packing>
73                 </child>
74                 <child>
75                   <object class="PsppireSelector" id="psppire-selector1">
76                     <property name="visible">True</property>
77                     <property name="can_focus">True</property>
78                     <property name="receives_default">True</property>
79                     <property name="halign">center</property>
80                     <property name="valign">center</property>
81                     <property name="border_width">5</property>
82                     <property name="source_widget">dict-view</property>
83                     <property name="dest_widget">psppire-var-view1</property>
84                   </object>
85                   <packing>
86                     <property name="expand">False</property>
87                     <property name="fill">True</property>
88                     <property name="position">1</property>
89                   </packing>
90                 </child>
91                 <child>
92                   <object class="GtkScrolledWindow" id="scrolledwindow2">
93                     <property name="visible">True</property>
94                     <property name="can_focus">True</property>
95                     <property name="hscrollbar_policy">never</property>
96                     <property name="shadow_type">in</property>
97                     <child>
98                       <object class="PsppireVarView" id="psppire-var-view1">
99                         <property name="visible">True</property>
100                         <property name="can_focus">True</property>
101                         <property name="border_width">5</property>
102                         <property name="headers_visible">False</property>
103                         <property name="headers_clickable">False</property>
104                         <child internal-child="selection">
105                           <object class="GtkTreeSelection" id="psppire-var-view-selection"/>
106                         </child>
107                       </object>
108                     </child>
109                   </object>
110                   <packing>
111                     <property name="expand">True</property>
112                     <property name="fill">True</property>
113                     <property name="position">2</property>
114                   </packing>
115                 </child>
116               </object>
117               <packing>
118                 <property name="expand">True</property>
119                 <property name="fill">True</property>
120                 <property name="position">0</property>
121               </packing>
122             </child>
123             <child>
124               <object class="GtkFrame" id="frame1">
125                 <property name="visible">True</property>
126                 <property name="can_focus">False</property>
127                 <property name="label_xalign">0</property>
128                 <child>
129                   <object class="GtkGrid" id="table1">
130                     <property name="visible">True</property>
131                     <property name="can_focus">False</property>
132                     <property name="margin_left">5</property>
133                     <property name="margin_right">5</property>
134                     <property name="margin_start">12</property>
135                     <property name="margin_top">5</property>
136                     <property name="margin_bottom">5</property>
137                     <property name="row_spacing">5</property>
138                     <child>
139                       <object class="GtkCheckButton" id="checkbutton1">
140                         <property name="label" translatable="yes">_Median</property>
141                         <property name="visible">True</property>
142                         <property name="can_focus">True</property>
143                         <property name="receives_default">False</property>
144                         <property name="use_underline">True</property>
145                         <property name="xalign">0</property>
146                         <property name="draw_indicator">True</property>
147                       </object>
148                       <packing>
149                         <property name="left_attach">0</property>
150                         <property name="top_attach">0</property>
151                       </packing>
152                     </child>
153                     <child>
154                       <object class="GtkCheckButton" id="checkbutton2">
155                         <property name="label" translatable="yes">M_ean</property>
156                         <property name="visible">True</property>
157                         <property name="can_focus">True</property>
158                         <property name="receives_default">False</property>
159                         <property name="hexpand">True</property>
160                         <property name="use_underline">True</property>
161                         <property name="xalign">0</property>
162                         <property name="draw_indicator">True</property>
163                       </object>
164                       <packing>
165                         <property name="left_attach">0</property>
166                         <property name="top_attach">1</property>
167                       </packing>
168                     </child>
169                     <child>
170                       <object class="GtkCheckButton" id="checkbutton4">
171                         <property name="label" translatable="yes">Mo_de</property>
172                         <property name="visible">True</property>
173                         <property name="can_focus">True</property>
174                         <property name="receives_default">False</property>
175                         <property name="hexpand">True</property>
176                         <property name="use_underline">True</property>
177                         <property name="xalign">0</property>
178                         <property name="draw_indicator">True</property>
179                       </object>
180                       <packing>
181                         <property name="left_attach">1</property>
182                         <property name="top_attach">0</property>
183                       </packing>
184                     </child>
185                     <child>
186                       <object class="GtkBox" id="hbox2">
187                         <property name="visible">True</property>
188                         <property name="can_focus">False</property>
189                         <child>
190                           <object class="GtkCheckButton" id="checkbutton3">
191                             <property name="label" translatable="yes">_Custom:</property>
192                             <property name="visible">True</property>
193                             <property name="can_focus">True</property>
194                             <property name="receives_default">False</property>
195                             <property name="use_underline">True</property>
196                             <property name="xalign">0</property>
197                             <property name="draw_indicator">True</property>
198                           </object>
199                           <packing>
200                             <property name="expand">False</property>
201                             <property name="fill">False</property>
202                             <property name="position">0</property>
203                           </packing>
204                         </child>
205                         <child>
206                           <object class="GtkEntry" id="entry1">
207                             <property name="visible">True</property>
208                             <property name="can_focus">True</property>
209                             <property name="invisible_char">●</property>
210                             <property name="width_chars">0</property>
211                           </object>
212                           <packing>
213                             <property name="expand">True</property>
214                             <property name="fill">True</property>
215                             <property name="position">1</property>
216                           </packing>
217                         </child>
218                       </object>
219                       <packing>
220                         <property name="left_attach">1</property>
221                         <property name="top_attach">1</property>
222                       </packing>
223                     </child>
224                   </object>
225                 </child>
226                 <child type="label">
227                   <object class="GtkLabel" id="label1">
228                     <property name="visible">True</property>
229                     <property name="can_focus">False</property>
230                     <property name="label" translatable="yes">Cut Point</property>
231                     <property name="use_markup">True</property>
232                   </object>
233                 </child>
234               </object>
235               <packing>
236                 <property name="expand">False</property>
237                 <property name="fill">False</property>
238                 <property name="position">1</property>
239               </packing>
240             </child>
241           </object>
242           <packing>
243             <property name="expand">False</property>
244             <property name="fill">True</property>
245             <property name="position">0</property>
246           </packing>
247         </child>
248         <child>
249           <object class="PsppireButtonbox" id="psppire-hbuttonbox1">
250             <property name="orientation">horizontal</property>
251             <property name="visible">True</property>
252             <property name="can_focus">False</property>
253             <property name="border_width">5</property>
254             <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
255           </object>
256           <packing>
257             <property name="expand">False</property>
258             <property name="fill">False</property>
259             <property name="pack_type">end</property>
260             <property name="position">1</property>
261           </packing>
262         </child>
263       </object>
264     </child>
265   </object>
266 </interface>