1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
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. -->
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. -->
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/>. -->
18 <!-- Generated with glade 3.18.3 -->
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>
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>
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>
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>
56 <property name="left_attach">1</property>
57 <property name="top_attach">0</property>
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>
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"/>
82 <property name="left_attach">0</property>
83 <property name="top_attach">0</property>
84 <property name="height">2</property>
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>
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"/>
108 <property name="left_attach">2</property>
109 <property name="top_attach">0</property>
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>
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>
127 <property name="expand">False</property>
128 <property name="fill">False</property>
129 <property name="position">0</property>
133 <object class="GtkEntry" id="entry1">
134 <property name="visible">True</property>
135 <property name="can_focus">True</property>
136 <property name="width_chars">5</property>
139 <property name="expand">True</property>
140 <property name="fill">True</property>
141 <property name="position">1</property>
146 <property name="left_attach">2</property>
147 <property name="top_attach">1</property>
151 <object class="GtkEventBox" id="eventbox1">
152 <property name="visible">True</property>
153 <property name="can_focus">False</property>
159 <property name="left_attach">1</property>
160 <property name="top_attach">1</property>
165 <property name="expand">True</property>
166 <property name="fill">True</property>
167 <property name="position">0</property>
171 <object class="PsppireButtonbox" id="psppire-hbuttonbox1">
172 <property name="orientation">horizontal</property>
173 <property name="visible">True</property>
174 <property name="can_focus">False</property>
175 <property name="border_width">5</property>
176 <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
179 <property name="expand">False</property>
180 <property name="fill">False</property>
181 <property name="pack_type">end</property>
182 <property name="position">1</property>