Split psppire.ui into three separate files
[pspp] / src / ui / gui / weight.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="psppire" version="2054.17080"/>
4   <!-- interface-requires gtk+ 2.12 -->
5   <!-- interface-naming-policy project-wide -->
6   <object class="PsppireDialog" id="weight-cases-dialog">
7     <property name="title" translatable="yes">Weight Cases</property>
8     <property name="modal">True</property>
9     <property name="help-page">WEIGHT</property>
10     <child>
11       <object class="GtkHBox" id="dialog-hbox2">
12         <property name="visible">True</property>
13         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
14         <property name="spacing">2</property>
15         <child>
16           <object class="GtkHBox" id="hbox4">
17             <property name="visible">True</property>
18             <child>
19               <object class="GtkScrolledWindow" id="scrolledwindow1">
20                 <property name="visible">True</property>
21                 <property name="can_focus">False</property>
22                 <property name="hscrollbar_policy">never</property>
23                 <property name="vscrollbar_policy">automatic</property>
24                 <property name="shadow_type">etched-in</property>
25                 <child>
26                   <object class="PsppireDictView" id="weight-cases-treeview">
27                     <property name="visible">True</property>
28                     <property name="headers_visible">False</property>
29                     <property name="fixed_height_mode">True</property>
30                   </object>
31                 </child>
32               </object>
33               <packing>
34                 <property name="position">0</property>
35               </packing>
36             </child>
37             <child>
38               <object class="GtkVBox" id="vbox4">
39                 <property name="visible">True</property>
40                 <property name="orientation">vertical</property>
41                 <child>
42                   <object class="GtkFrame" id="frame1">
43                     <property name="visible">True</property>
44                     <property name="border_width">5</property>
45                     <property name="label_xalign">0</property>
46                     <child>
47                       <object class="GtkVBox" id="vbox2">
48                         <property name="visible">True</property>
49                         <property name="border_width">5</property>
50                         <property name="orientation">vertical</property>
51                         <child>
52                           <object class="GtkRadioButton" id="weight-cases-radiobutton1">
53                             <property name="label" translatable="yes">Do not weight cases</property>
54                             <property name="visible">True</property>
55                             <property name="can_focus">False</property>
56                             <property name="receives_default">False</property>
57                             <property name="focus_on_click">False</property>
58                             <property name="active">True</property>
59                             <property name="draw_indicator">True</property>
60                           </object>
61                           <packing>
62                             <property name="position">0</property>
63                           </packing>
64                         </child>
65                         <child>
66                           <object class="GtkRadioButton" id="radiobutton2">
67                             <property name="label" translatable="yes">Weight cases by</property>
68                             <property name="visible">True</property>
69                             <property name="sensitive">False</property>
70                             <property name="can_focus">False</property>
71                             <property name="receives_default">False</property>
72                             <property name="focus_on_click">False</property>
73                             <property name="draw_indicator">True</property>
74                             <property name="group">weight-cases-radiobutton1</property>
75                           </object>
76                           <packing>
77                             <property name="position">1</property>
78                           </packing>
79                         </child>
80                         <child>
81                           <object class="GtkHBox" id="hbox3">
82                             <property name="visible">True</property>
83                             <child>
84                               <object class="PsppireSelector" id="weight-cases-selector">
85                                 <property name="visible">True</property>
86                                 <property name="can_focus">False</property>
87                                 <property name="receives_default">False</property>
88                                 <property name="border_width">5</property>
89                                 <property name="source_widget">weight-cases-treeview</property>
90                                 <property name="dest_widget">weight-cases-entry</property>
91                               </object>
92                               <packing>
93                                 <property name="position">0</property>
94                               </packing>
95                             </child>
96                             <child>
97                               <object class="GtkVBox" id="vbox3">
98                                 <property name="visible">True</property>
99                                 <property name="orientation">vertical</property>
100                                 <child>
101                                   <object class="GtkLabel" id="label3">
102                                     <property name="visible">True</property>
103                                     <property name="label" translatable="yes">Frequency Variable</property>
104                                   </object>
105                                   <packing>
106                                     <property name="position">0</property>
107                                   </packing>
108                                 </child>
109                                 <child>
110                                   <object class="GtkEntry" id="weight-cases-entry">
111                                     <property name="visible">True</property>
112                                   </object>
113                                   <packing>
114                                     <property name="position">1</property>
115                                   </packing>
116                                 </child>
117                               </object>
118                               <packing>
119                                 <property name="position">1</property>
120                               </packing>
121                             </child>
122                           </object>
123                           <packing>
124                             <property name="expand">False</property>
125                             <property name="fill">False</property>
126                             <property name="position">2</property>
127                           </packing>
128                         </child>
129                       </object>
130                     </child>
131                     <child type="label_item">
132                       <placeholder/>
133                     </child>
134                   </object>
135                   <packing>
136                     <property name="position">0</property>
137                   </packing>
138                 </child>
139                 <child>
140                   <object class="GtkHBox" id="hbox2">
141                     <property name="visible">True</property>
142                     <child>
143                       <object class="GtkLabel" id="label2">
144                         <property name="visible">True</property>
145                         <property name="xalign">1</property>
146                         <property name="label" translatable="yes">Current Status: </property>
147                       </object>
148                       <packing>
149                         <property name="position">0</property>
150                       </packing>
151                     </child>
152                     <child>
153                       <object class="GtkLabel" id="weight-status-label">
154                         <property name="visible">True</property>
155                         <property name="xalign">0</property>
156                         <property name="label" translatable="yes">Do not weight cases</property>
157                       </object>
158                       <packing>
159                         <property name="position">1</property>
160                       </packing>
161                     </child>
162                   </object>
163                   <packing>
164                     <property name="position">1</property>
165                   </packing>
166                 </child>
167               </object>
168               <packing>
169                 <property name="expand">False</property>
170                 <property name="fill">False</property>
171                 <property name="position">1</property>
172               </packing>
173             </child>
174           </object>
175           <packing>
176             <property name="padding">5</property>
177             <property name="position">0</property>
178           </packing>
179         </child>
180         <child>
181           <object class="PsppireVButtonBox" id="psppire-buttonbox1">
182             <property name="visible">True</property>
183             <property name="border_width">5</property>
184           </object>
185           <packing>
186             <property name="expand">False</property>
187             <property name="fill">False</property>
188             <property name="pack_type">end</property>
189             <property name="position">1</property>
190           </packing>
191         </child>
192       </object>
193     </child>
194   </object>
195 </interface>