missing-val-dialog: Convert to a GObject.
[pspp] / src / ui / gui / missing-val-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <!-- interface-naming-policy project-wide -->
5   <object class="GtkVBox" id="missing-values-dialog">
6     <property name="visible">True</property>
7     <property name="orientation">vertical</property>
8     <property name="spacing">12</property>
9     <child>
10       <object class="GtkFrame" id="frame9">
11         <property name="visible">True</property>
12         <property name="label_xalign">0</property>
13         <property name="shadow_type">none</property>
14         <child>
15           <object class="GtkAlignment" id="alignment4">
16             <property name="visible">True</property>
17             <property name="left_padding">12</property>
18             <child>
19               <placeholder/>
20             </child>
21           </object>
22         </child>
23         <child type="label">
24           <object class="GtkRadioButton" id="no_missing">
25             <property name="label" translatable="yes">_No missing values</property>
26             <property name="visible">True</property>
27             <property name="can_focus">True</property>
28             <property name="receives_default">False</property>
29             <property name="use_underline">True</property>
30             <property name="active">True</property>
31             <property name="draw_indicator">True</property>
32           </object>
33         </child>
34       </object>
35       <packing>
36         <property name="position">0</property>
37       </packing>
38     </child>
39     <child>
40       <object class="GtkFrame" id="frame4">
41         <property name="visible">True</property>
42         <property name="label_xalign">0</property>
43         <property name="shadow_type">none</property>
44         <child>
45           <object class="GtkAlignment" id="alignment3">
46             <property name="visible">True</property>
47             <property name="left_padding">12</property>
48             <child>
49               <object class="GtkHBox" id="hbox5">
50                 <property name="visible">True</property>
51                 <property name="border_width">5</property>
52                 <property name="spacing">6</property>
53                 <property name="homogeneous">True</property>
54                 <child>
55                   <object class="GtkEntry" id="mv0">
56                     <property name="width_request">75</property>
57                     <property name="visible">True</property>
58                     <property name="can_focus">True</property>
59                   </object>
60                   <packing>
61                     <property name="expand">False</property>
62                     <property name="fill">False</property>
63                     <property name="position">0</property>
64                   </packing>
65                 </child>
66                 <child>
67                   <object class="GtkEntry" id="mv1">
68                     <property name="width_request">75</property>
69                     <property name="visible">True</property>
70                     <property name="can_focus">True</property>
71                   </object>
72                   <packing>
73                     <property name="expand">False</property>
74                     <property name="fill">False</property>
75                     <property name="position">1</property>
76                   </packing>
77                 </child>
78                 <child>
79                   <object class="GtkEntry" id="mv2">
80                     <property name="width_request">75</property>
81                     <property name="visible">True</property>
82                     <property name="can_focus">True</property>
83                   </object>
84                   <packing>
85                     <property name="expand">False</property>
86                     <property name="fill">False</property>
87                     <property name="position">2</property>
88                   </packing>
89                 </child>
90               </object>
91             </child>
92           </object>
93         </child>
94         <child type="label">
95           <object class="GtkRadioButton" id="discrete_missing">
96             <property name="label" translatable="yes">_Discrete missing values</property>
97             <property name="visible">True</property>
98             <property name="can_focus">True</property>
99             <property name="receives_default">False</property>
100             <property name="use_underline">True</property>
101             <property name="focus_on_click">False</property>
102             <property name="draw_indicator">True</property>
103             <property name="group">no_missing</property>
104           </object>
105         </child>
106       </object>
107       <packing>
108         <property name="position">1</property>
109       </packing>
110     </child>
111     <child>
112       <object class="GtkFrame" id="frame10">
113         <property name="visible">True</property>
114         <property name="label_xalign">0</property>
115         <property name="shadow_type">none</property>
116         <child>
117           <object class="GtkAlignment" id="alignment5">
118             <property name="visible">True</property>
119             <property name="left_padding">12</property>
120             <child>
121               <object class="GtkTable" id="table1">
122                 <property name="visible">True</property>
123                 <property name="n_rows">3</property>
124                 <property name="n_columns">2</property>
125                 <property name="column_spacing">6</property>
126                 <property name="row_spacing">6</property>
127                 <child>
128                   <object class="GtkLabel" id="label11">
129                     <property name="visible">True</property>
130                     <property name="label" translatable="yes">_Low:</property>
131                     <property name="use_underline">True</property>
132                     <property name="mnemonic_widget">mv-low</property>
133                   </object>
134                 </child>
135                 <child>
136                   <object class="GtkEntry" id="mv-low">
137                     <property name="width_request">75</property>
138                     <property name="visible">True</property>
139                     <property name="can_focus">True</property>
140                   </object>
141                   <packing>
142                     <property name="left_attach">1</property>
143                     <property name="right_attach">2</property>
144                   </packing>
145                 </child>
146                 <child>
147                   <object class="GtkLabel" id="label12">
148                     <property name="visible">True</property>
149                     <property name="label" translatable="yes">_High:</property>
150                     <property name="use_underline">True</property>
151                     <property name="mnemonic_widget">mv-high</property>
152                   </object>
153                   <packing>
154                     <property name="top_attach">1</property>
155                     <property name="bottom_attach">2</property>
156                   </packing>
157                 </child>
158                 <child>
159                   <object class="GtkEntry" id="mv-high">
160                     <property name="width_request">75</property>
161                     <property name="visible">True</property>
162                     <property name="can_focus">True</property>
163                   </object>
164                   <packing>
165                     <property name="left_attach">1</property>
166                     <property name="right_attach">2</property>
167                     <property name="top_attach">1</property>
168                     <property name="bottom_attach">2</property>
169                   </packing>
170                 </child>
171                 <child>
172                   <object class="GtkLabel" id="label10">
173                     <property name="visible">True</property>
174                     <property name="label" translatable="yes">Di_screte value:</property>
175                     <property name="use_underline">True</property>
176                     <property name="mnemonic_widget">mv-discrete</property>
177                   </object>
178                   <packing>
179                     <property name="top_attach">2</property>
180                     <property name="bottom_attach">3</property>
181                   </packing>
182                 </child>
183                 <child>
184                   <object class="GtkEntry" id="mv-discrete">
185                     <property name="width_request">75</property>
186                     <property name="visible">True</property>
187                     <property name="can_focus">True</property>
188                   </object>
189                   <packing>
190                     <property name="left_attach">1</property>
191                     <property name="right_attach">2</property>
192                     <property name="top_attach">2</property>
193                     <property name="bottom_attach">3</property>
194                   </packing>
195                 </child>
196               </object>
197             </child>
198           </object>
199         </child>
200         <child type="label">
201           <object class="GtkRadioButton" id="range_missing">
202             <property name="label" translatable="yes">_Range plus one optional discrete missing value</property>
203             <property name="visible">True</property>
204             <property name="can_focus">True</property>
205             <property name="receives_default">False</property>
206             <property name="use_underline">True</property>
207             <property name="focus_on_click">False</property>
208             <property name="draw_indicator">True</property>
209             <property name="group">no_missing</property>
210           </object>
211         </child>
212       </object>
213       <packing>
214         <property name="position">2</property>
215       </packing>
216     </child>
217     <child>
218       <object class="PsppireHButtonBox" id="hbuttonbox">
219         <property name="visible">True</property>
220         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
221         <property name="border_width">5</property>
222         <property name="buttons">PSPPIRE_BUTTON_CANCEL_MASK | PSPPIRE_BUTTON_OK_MASK | PSPPIRE_BUTTON_HELP_MASK</property>
223       </object>
224       <packing>
225         <property name="expand">False</property>
226         <property name="fill">False</property>
227         <property name="pack_type">end</property>
228         <property name="position">1</property>
229       </packing>
230     </child>
231   </object>
232 </interface>