838199228b662528f926436957b149adb5be7f03
[pspp] / src / ui / gui / k-means.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="0.0"/>
22   <object class="PsppireDialog" id="k-means-dialog">
23     <property name="can_focus">False</property>
24     <property name="title" translatable="yes">K-Means Cluster Analysis</property>
25     <property name="modal">True</property>
26     <property name="help_page">QUICK-CLUSTER</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="GtkGrid" id="table1">
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_start">5</property>
40             <property name="margin_end">5</property>
41             <property name="margin_top">5</property>
42             <property name="margin_bottom">5</property>
43             <property name="row_spacing">5</property>
44             <child>
45               <object class="PsppireSelector" id="psppire-selector1">
46                 <property name="visible">True</property>
47                 <property name="can_focus">True</property>
48                 <property name="receives_default">True</property>
49                 <property name="halign">center</property>
50                 <property name="valign">center</property>
51                 <property name="border_width">5</property>
52                 <property name="source_widget">dict-view</property>
53                 <property name="dest_widget">psppire-var-view1</property>
54               </object>
55               <packing>
56                 <property name="left_attach">1</property>
57                 <property name="top_attach">0</property>
58               </packing>
59             </child>
60             <child>
61               <object class="GtkScrolledWindow" id="scrolledwindow1">
62                 <property name="visible">True</property>
63                 <property name="can_focus">True</property>
64                 <property name="hexpand">True</property>
65                 <property name="vexpand">True</property>
66                 <property name="hscrollbar_policy">never</property>
67                 <property name="shadow_type">in</property>
68                 <child>
69                   <object class="PsppireDictView" id="dict-view">
70                     <property name="visible">True</property>
71                     <property name="can_focus">True</property>
72                     <property name="border_width">5</property>
73                     <property name="headers_visible">False</property>
74                     <property name="headers_clickable">False</property>
75                     <child internal-child="selection">
76                       <object class="GtkTreeSelection" id="psppire-dictview-selection1"/>
77                     </child>
78                   </object>
79                 </child>
80               </object>
81               <packing>
82                 <property name="left_attach">0</property>
83                 <property name="top_attach">0</property>
84                 <property name="height">2</property>
85               </packing>
86             </child>
87             <child>
88               <object class="GtkScrolledWindow" id="scrolledwindow2">
89                 <property name="visible">True</property>
90                 <property name="can_focus">True</property>
91                 <property name="hexpand">False</property>
92                 <property name="vexpand">True</property>
93                 <property name="shadow_type">in</property>
94                 <child>
95                   <object class="PsppireVarView" id="psppire-var-view1">
96                     <property name="visible">True</property>
97                     <property name="can_focus">True</property>
98                     <property name="border_width">5</property>
99                     <property name="headers_visible">False</property>
100                     <property name="headers_clickable">False</property>
101                     <child internal-child="selection">
102                       <object class="GtkTreeSelection" id="psppire-var-view-selection1"/>
103                     </child>
104                   </object>
105                 </child>
106               </object>
107               <packing>
108                 <property name="left_attach">2</property>
109                 <property name="top_attach">0</property>
110               </packing>
111             </child>
112             <child>
113               <object class="GtkBox" id="hbox1">
114                 <property name="visible">True</property>
115                 <property name="can_focus">False</property>
116                 <property name="spacing">5</property>
117                 <child>
118                   <object class="GtkLabel" id="label1">
119                     <property name="visible">True</property>
120                     <property name="can_focus">False</property>
121                     <property name="xalign">1</property>
122                     <property name="label" translatable="yes">N_umber of Clusters: </property>
123                     <property name="use_underline">True</property>
124                     <property name="mnemonic_widget">entry1</property>
125                   </object>
126                   <packing>
127                     <property name="expand">False</property>
128                     <property name="fill">False</property>
129                     <property name="position">0</property>
130                   </packing>
131                 </child>
132                 <child>
133                   <object class="GtkEntry" id="entry1">
134                     <property name="visible">True</property>
135                     <property name="can_focus">True</property>
136                     <property name="invisible_char">●</property>
137                     <property name="width_chars">0</property>
138                   </object>
139                   <packing>
140                     <property name="expand">True</property>
141                     <property name="fill">True</property>
142                     <property name="position">1</property>
143                   </packing>
144                 </child>
145               </object>
146               <packing>
147                 <property name="left_attach">2</property>
148                 <property name="top_attach">1</property>
149               </packing>
150             </child>
151             <child>
152               <object class="GtkEventBox" id="eventbox1">
153                 <property name="visible">True</property>
154                 <property name="can_focus">False</property>
155                 <child>
156                   <placeholder/>
157                 </child>
158               </object>
159               <packing>
160                 <property name="left_attach">1</property>
161                 <property name="top_attach">1</property>
162               </packing>
163             </child>
164           </object>
165           <packing>
166             <property name="expand">True</property>
167             <property name="fill">True</property>
168             <property name="position">0</property>
169           </packing>
170         </child>
171         <child>
172           <object class="PsppireButtonbox" id="psppire-hbuttonbox1">
173             <property name="orientation">horizontal</property>
174             <property name="visible">True</property>
175             <property name="can_focus">False</property>
176             <property name="border_width">5</property>
177             <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
178           </object>
179           <packing>
180             <property name="expand">False</property>
181             <property name="fill">False</property>
182             <property name="pack_type">end</property>
183             <property name="position">1</property>
184           </packing>
185         </child>
186       </object>
187     </child>
188   </object>
189 </interface>