Added dialog box for quick cluster command
[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     <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>
15         <child>
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>
20             <child>
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>
28               </object>
29               <packing>
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>
34               </packing>
35             </child>
36             <child>
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>
43                 <child>
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>
51                   </object>
52                 </child>
53               </object>
54               <packing>
55                 <property name="bottom_attach">2</property>
56               </packing>
57             </child>
58             <child>
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>
65                 <child>
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>
72                   </object>
73                 </child>
74               </object>
75               <packing>
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>
79               </packing>
80             </child>
81             <child>
82               <object class="GtkHBox" id="hbox1">
83                 <property name="visible">True</property>
84                 <child>
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>
91                   </object>
92                   <packing>
93                     <property name="expand">False</property>
94                     <property name="fill">False</property>
95                     <property name="position">0</property>
96                   </packing>
97                 </child>
98                 <child>
99                   <object class="GtkEntry" id="entry1">
100                     <property name="visible">True</property>
101                     <property name="can_focus">True</property>
102                     <property name="invisible_char">&#x25CF;</property>
103                     <property name="width_chars">0</property>
104                   </object>
105                   <packing>
106                     <property name="position">1</property>
107                   </packing>
108                 </child>
109               </object>
110               <packing>
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>
117               </packing>
118             </child>
119             <child>
120               <placeholder/>
121             </child>
122           </object>
123           <packing>
124             <property name="position">0</property>
125           </packing>
126         </child>
127         <child>
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>
132           </object>
133           <packing>
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>
138           </packing>
139         </child>
140       </object>
141     </child>
142   </object>
143 </interface>