3 <!-- interface-requires psppire 0.0 -->
4 <requires lib="gtk+" version="2.16"/>
5 <!-- interface-naming-policy project-wide -->
6 <object class="PsppireDialog" id="k-means-dialog">
7 <property name="title" translatable="yes">K-Means Cluster Analysis</property>
8 <property name="modal">True</property>
9 <property name="orientation">Vertical</property>
10 <child internal-child="hbox">
11 <object class="GtkVBox" id="dialog-hbox1">
12 <property name="visible">True</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">2</property>
16 <object class="GtkTable" id="table1">
17 <property name="visible">True</property>
18 <property name="n_rows">2</property>
19 <property name="n_columns">3</property>
21 <object class="PsppireSelector" id="psppire-selector1">
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="receives_default">True</property>
25 <property name="border_width">5</property>
26 <property name="source_widget">dict-view</property>
27 <property name="dest_widget">psppire-var-view1</property>
30 <property name="left_attach">1</property>
31 <property name="right_attach">2</property>
32 <property name="x_options"></property>
33 <property name="y_options"></property>
37 <object class="GtkScrolledWindow" id="scrolledwindow1">
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="hscrollbar_policy">never</property>
41 <property name="vscrollbar_policy">automatic</property>
42 <property name="shadow_type">in</property>
44 <object class="PsppireDictView" id="dict-view">
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="has_tooltip">True</property>
48 <property name="border_width">5</property>
49 <property name="headers_visible">False</property>
50 <property name="headers_clickable">False</property>
55 <property name="bottom_attach">2</property>
59 <object class="GtkScrolledWindow" id="scrolledwindow2">
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="hscrollbar_policy">automatic</property>
63 <property name="vscrollbar_policy">automatic</property>
64 <property name="shadow_type">in</property>
66 <object class="PsppireVarView" id="psppire-var-view1">
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="border_width">5</property>
70 <property name="headers_visible">False</property>
71 <property name="headers_clickable">False</property>
76 <property name="left_attach">2</property>
77 <property name="right_attach">3</property>
78 <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
82 <object class="GtkHBox" id="hbox1">
83 <property name="visible">True</property>
85 <object class="GtkLabel" id="label1">
86 <property name="visible">True</property>
87 <property name="xalign">1</property>
88 <property name="label" translatable="yes">N_umber of Clusters: </property>
89 <property name="use_underline">True</property>
90 <property name="mnemonic_widget">entry1</property>
93 <property name="expand">False</property>
94 <property name="fill">False</property>
95 <property name="position">0</property>
99 <object class="GtkEntry" id="entry1">
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="invisible_char">●</property>
103 <property name="width_chars">0</property>
106 <property name="position">1</property>
111 <property name="left_attach">2</property>
112 <property name="right_attach">3</property>
113 <property name="top_attach">1</property>
114 <property name="bottom_attach">2</property>
115 <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
116 <property name="y_options"></property>
124 <property name="position">0</property>
128 <object class="PsppireHButtonBox" id="psppire-hbuttonbox1">
129 <property name="visible">True</property>
130 <property name="border_width">5</property>
131 <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
134 <property name="expand">False</property>
135 <property name="fill">False</property>
136 <property name="pack_type">end</property>
137 <property name="position">1</property>