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>
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>
15 <object class="GtkAlignment" id="alignment4">
16 <property name="visible">True</property>
17 <property name="left_padding">12</property>
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>
36 <property name="position">0</property>
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>
45 <object class="GtkAlignment" id="alignment3">
46 <property name="visible">True</property>
47 <property name="left_padding">12</property>
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>
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>
61 <property name="expand">False</property>
62 <property name="fill">False</property>
63 <property name="position">0</property>
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>
73 <property name="expand">False</property>
74 <property name="fill">False</property>
75 <property name="position">1</property>
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>
85 <property name="expand">False</property>
86 <property name="fill">False</property>
87 <property name="position">2</property>
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>
108 <property name="position">1</property>
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>
117 <object class="GtkAlignment" id="alignment5">
118 <property name="visible">True</property>
119 <property name="left_padding">12</property>
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>
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>
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>
142 <property name="left_attach">1</property>
143 <property name="right_attach">2</property>
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>
154 <property name="top_attach">1</property>
155 <property name="bottom_attach">2</property>
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>
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>
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>
179 <property name="top_attach">2</property>
180 <property name="bottom_attach">3</property>
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>
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>
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>
214 <property name="position">2</property>
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>
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>