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