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