ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / shuffle.ui
blob9e58ec2244933ab9290e53cd91655579d8f4ca97
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="Shuffling">
5 <property name="can_focus">False</property>
6 <property name="title" translatable="yes">Data Shuffling</property>
7 <property name="window_position">mouse</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="vbox1">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">8</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="hbuttonbox1">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="helpbutton">
22 <property name="label">gtk-help</property>
23 <property name="use_action_appearance">False</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_action_appearance">False</property>
29 <property name="use_stock">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">False</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancelbutton">
39 <property name="label">gtk-cancel</property>
40 <property name="use_action_appearance">False</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="can_default">True</property>
44 <property name="receives_default">False</property>
45 <property name="use_action_appearance">False</property>
46 <property name="use_stock">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">False</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="okbutton">
56 <property name="label">gtk-ok</property>
57 <property name="use_action_appearance">False</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="can_default">True</property>
61 <property name="has_default">True</property>
62 <property name="receives_default">False</property>
63 <property name="use_action_appearance">False</property>
64 <property name="use_stock">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">False</property>
69 <property name="position">2</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkGrid" id="input-grid">
82 <property name="visible">True</property>
83 <property name="can_focus">False</property>
84 <property name="border_width">12</property>
85 <property name="row_spacing">6</property>
86 <property name="column_spacing">12</property>
87 <child>
88 <object class="GtkLabel" id="var1-label">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 <property name="xalign">0</property>
92 <property name="label" translatable="yes">Input Range: </property>
93 </object>
94 <packing>
95 <property name="left_attach">0</property>
96 <property name="top_attach">0</property>
97 <property name="width">1</property>
98 <property name="height">1</property>
99 </packing>
100 </child>
101 <child>
102 <object class="GtkLabel" id="label6">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="xalign">0</property>
106 <property name="label" translatable="yes">Shuffle Method: </property>
107 </object>
108 <packing>
109 <property name="left_attach">0</property>
110 <property name="top_attach">1</property>
111 <property name="width">1</property>
112 <property name="height">1</property>
113 </packing>
114 </child>
115 <child>
116 <object class="GtkRadioButton" id="shuffle_cols">
117 <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: Columns">_Columns</property>
118 <property name="use_action_appearance">False</property>
119 <property name="visible">True</property>
120 <property name="can_focus">True</property>
121 <property name="receives_default">False</property>
122 <property name="use_action_appearance">False</property>
123 <property name="use_underline">True</property>
124 <property name="xalign">0</property>
125 <property name="active">True</property>
126 <property name="draw_indicator">True</property>
127 </object>
128 <packing>
129 <property name="left_attach">1</property>
130 <property name="top_attach">1</property>
131 <property name="width">1</property>
132 <property name="height">1</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkRadioButton" id="shuffle_rows">
137 <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: Columns">_Rows</property>
138 <property name="use_action_appearance">False</property>
139 <property name="visible">True</property>
140 <property name="can_focus">True</property>
141 <property name="receives_default">False</property>
142 <property name="use_action_appearance">False</property>
143 <property name="use_underline">True</property>
144 <property name="xalign">0</property>
145 <property name="draw_indicator">True</property>
146 <property name="group">shuffle_cols</property>
147 </object>
148 <packing>
149 <property name="left_attach">1</property>
150 <property name="top_attach">2</property>
151 <property name="width">1</property>
152 <property name="height">1</property>
153 </packing>
154 </child>
155 <child>
156 <placeholder/>
157 </child>
158 <child>
159 <placeholder/>
160 </child>
161 <child>
162 <placeholder/>
163 </child>
164 <child>
165 <placeholder/>
166 </child>
167 <child>
168 <placeholder/>
169 </child>
170 <child>
171 <placeholder/>
172 </child>
173 <child>
174 <placeholder/>
175 </child>
176 <child>
177 <object class="GtkRadioButton" id="shuffle_area">
178 <property name="label" translatable="yes">_Area</property>
179 <property name="use_action_appearance">False</property>
180 <property name="visible">True</property>
181 <property name="can_focus">True</property>
182 <property name="receives_default">False</property>
183 <property name="use_action_appearance">False</property>
184 <property name="use_underline">True</property>
185 <property name="xalign">0</property>
186 <property name="draw_indicator">True</property>
187 <property name="group">shuffle_cols</property>
188 </object>
189 <packing>
190 <property name="left_attach">1</property>
191 <property name="top_attach">3</property>
192 <property name="width">1</property>
193 <property name="height">1</property>
194 </packing>
195 </child>
196 </object>
197 <packing>
198 <property name="expand">False</property>
199 <property name="fill">True</property>
200 <property name="position">1</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkLabel" id="warnings">
205 <property name="visible">True</property>
206 <property name="can_focus">False</property>
207 <property name="xpad">5</property>
208 <property name="ypad">5</property>
209 <property name="wrap">True</property>
210 </object>
211 <packing>
212 <property name="expand">False</property>
213 <property name="fill">False</property>
214 <property name="position">2</property>
215 </packing>
216 </child>
217 </object>
218 </child>
219 <action-widgets>
220 <action-widget response="0">helpbutton</action-widget>
221 <action-widget response="0">cancelbutton</action-widget>
222 <action-widget response="0">okbutton</action-widget>
223 </action-widgets>
224 </object>
225 </interface>