b479ce249eac1f855a5204e92876bd310f4842d7
[pspp] / src / ui / gui / k-means.ui
1 <?xml version="1.0"?>
2 <interface>
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="help-page">QUICK-CLUSTER</property>
10     <child>
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>
15         <child>
16               <object class="GtkTable" id="table1">
17                 <property name="visible">True</property>
18                 <property name="margin-top">5</property>
19                 <property name="margin-start">5</property>
20                 <property name="margin-end">5</property>
21                 <property name="n_rows">2</property>
22                 <property name="n_columns">3</property>
23                 <child>
24                   <object class="PsppireSelector" id="psppire-selector1">
25                     <property name="visible">True</property>
26                     <property name="can_focus">True</property>
27                     <property name="receives_default">True</property>
28                     <property name="border_width">5</property>
29                     <property name="source_widget">dict-view</property>
30                     <property name="dest_widget">psppire-var-view1</property>
31                   </object>
32                   <packing>
33                     <property name="left_attach">1</property>
34                     <property name="right_attach">2</property>
35                     <property name="x_options"></property>
36                     <property name="y_options"></property>
37                   </packing>
38                 </child>
39                 <child>
40                   <object class="GtkScrolledWindow" id="scrolledwindow1">
41                     <property name="visible">True</property>
42                     <property name="can_focus">True</property>
43                     <property name="hscrollbar_policy">never</property>
44                     <property name="vscrollbar_policy">automatic</property>
45                     <property name="shadow_type">in</property>
46                     <child>
47                       <object class="PsppireDictView" id="dict-view">
48                         <property name="visible">True</property>
49                         <property name="can_focus">True</property>
50                         <property name="border_width">5</property>
51                         <property name="headers_visible">False</property>
52                         <property name="headers_clickable">False</property>
53                       </object>
54                     </child>
55                   </object>
56                   <packing>
57                     <property name="bottom_attach">2</property>
58                   </packing>
59                 </child>
60                 <child>
61                   <object class="GtkScrolledWindow" id="scrolledwindow2">
62                     <property name="visible">True</property>
63                     <property name="can_focus">True</property>
64                     <property name="hscrollbar_policy">automatic</property>
65                     <property name="vscrollbar_policy">automatic</property>
66                     <property name="shadow_type">in</property>
67                     <child>
68                       <object class="PsppireVarView" id="psppire-var-view1">
69                         <property name="visible">True</property>
70                         <property name="can_focus">True</property>
71                         <property name="border_width">5</property>
72                         <property name="headers_visible">False</property>
73                         <property name="headers_clickable">False</property>
74                       </object>
75                     </child>
76                   </object>
77                   <packing>
78                     <property name="left_attach">2</property>
79                     <property name="right_attach">3</property>
80                     <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
81                   </packing>
82                 </child>
83                 <child>
84                   <object class="GtkHBox" id="hbox1">
85                     <property name="visible">True</property>
86                     <child>
87                       <object class="GtkLabel" id="label1">
88                         <property name="visible">True</property>
89                         <property name="xalign">1</property>
90                         <property name="label" translatable="yes">N_umber of Clusters: </property>
91                         <property name="use_underline">True</property>
92                         <property name="mnemonic_widget">entry1</property>
93                       </object>
94                       <packing>
95                         <property name="expand">False</property>
96                         <property name="fill">False</property>
97                         <property name="position">0</property>
98                       </packing>
99                     </child>
100                     <child>
101                       <object class="GtkEntry" id="entry1">
102                         <property name="visible">True</property>
103                         <property name="can_focus">True</property>
104                         <property name="invisible_char">&#x25CF;</property>
105                         <property name="width_chars">0</property>
106                       </object>
107                       <packing>
108                         <property name="position">1</property>
109                       </packing>
110                     </child>
111                   </object>
112                   <packing>
113                     <property name="left_attach">2</property>
114                     <property name="right_attach">3</property>
115                     <property name="top_attach">1</property>
116                     <property name="bottom_attach">2</property>
117                     <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
118                     <property name="y_options"></property>
119                   </packing>
120                 </child>
121                 <child>
122                   <placeholder/>
123                 </child>
124               </object>
125           <packing>
126             <property name="position">0</property>
127           </packing>
128         </child>
129         <child>
130           <object class="PsppireHButtonBox" id="psppire-hbuttonbox1">
131             <property name="visible">True</property>
132             <property name="border_width">5</property>
133             <property name="default">PSPPIRE_BUTTON_GOTO_MASK</property>
134           </object>
135           <packing>
136             <property name="expand">False</property>
137             <property name="fill">False</property>
138             <property name="pack_type">end</property>
139             <property name="position">1</property>
140           </packing>
141         </child>
142       </object>
143     </child>
144   </object>
145 </interface>