ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / delete-cells.ui
blobd1c5546099b46b0dc622a080a50538bcdab22c69
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="Delete_cells">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Delete cells</property>
8 <property name="modal">True</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">8</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area1">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="helpbutton">
23 <property name="label">gtk-help</property>
24 <property name="use_action_appearance">False</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="can_default">True</property>
28 <property name="receives_default">False</property>
29 <property name="use_action_appearance">False</property>
30 <property name="use_stock">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">False</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancelbutton">
40 <property name="label">gtk-cancel</property>
41 <property name="use_action_appearance">False</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="can_default">True</property>
45 <property name="receives_default">False</property>
46 <property name="use_action_appearance">False</property>
47 <property name="use_stock">True</property>
48 </object>
49 <packing>
50 <property name="expand">False</property>
51 <property name="fill">False</property>
52 <property name="position">1</property>
53 </packing>
54 </child>
55 <child>
56 <object class="GtkButton" id="okbutton">
57 <property name="label">gtk-ok</property>
58 <property name="use_action_appearance">False</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="can_default">True</property>
62 <property name="has_default">True</property>
63 <property name="receives_default">False</property>
64 <property name="use_action_appearance">False</property>
65 <property name="use_stock">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">False</property>
70 <property name="position">2</property>
71 </packing>
72 </child>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="pack_type">end</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkGrid" id="delete-cells-grid">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="border_width">12</property>
86 <property name="row_spacing">6</property>
87 <child>
88 <object class="GtkLabel" id="label1">
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">&lt;span weight="bold"&gt;Delete Method&lt;/span&gt;</property>
93 <property name="use_markup">True</property>
94 </object>
95 <packing>
96 <property name="left_attach">0</property>
97 <property name="top_attach">0</property>
98 <property name="width">1</property>
99 <property name="height">1</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkRadioButton" id="radio_0">
104 <property name="label" translatable="yes">Shift cells _left</property>
105 <property name="use_action_appearance">False</property>
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="receives_default">False</property>
109 <property name="margin_left">12</property>
110 <property name="use_action_appearance">False</property>
111 <property name="use_underline">True</property>
112 <property name="xalign">0</property>
113 <property name="active">True</property>
114 <property name="draw_indicator">True</property>
115 </object>
116 <packing>
117 <property name="left_attach">0</property>
118 <property name="top_attach">1</property>
119 <property name="width">1</property>
120 <property name="height">1</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkRadioButton" id="radio_1">
125 <property name="label" translatable="yes">Shift cells _up</property>
126 <property name="use_action_appearance">False</property>
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="receives_default">False</property>
130 <property name="margin_left">12</property>
131 <property name="use_action_appearance">False</property>
132 <property name="use_underline">True</property>
133 <property name="xalign">0</property>
134 <property name="draw_indicator">True</property>
135 <property name="group">radio_0</property>
136 </object>
137 <packing>
138 <property name="left_attach">0</property>
139 <property name="top_attach">2</property>
140 <property name="width">1</property>
141 <property name="height">1</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkRadioButton" id="radio_2">
146 <property name="label" translatable="yes">Delete _row(s)</property>
147 <property name="use_action_appearance">False</property>
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="receives_default">False</property>
151 <property name="margin_left">12</property>
152 <property name="use_action_appearance">False</property>
153 <property name="use_underline">True</property>
154 <property name="xalign">0</property>
155 <property name="draw_indicator">True</property>
156 <property name="group">radio_0</property>
157 </object>
158 <packing>
159 <property name="left_attach">0</property>
160 <property name="top_attach">3</property>
161 <property name="width">1</property>
162 <property name="height">1</property>
163 </packing>
164 </child>
165 <child>
166 <object class="GtkRadioButton" id="radio_3">
167 <property name="label" translatable="yes">Delete _column(s)</property>
168 <property name="use_action_appearance">False</property>
169 <property name="visible">True</property>
170 <property name="can_focus">True</property>
171 <property name="receives_default">False</property>
172 <property name="margin_left">12</property>
173 <property name="use_action_appearance">False</property>
174 <property name="use_underline">True</property>
175 <property name="xalign">0</property>
176 <property name="draw_indicator">True</property>
177 <property name="group">radio_0</property>
178 </object>
179 <packing>
180 <property name="left_attach">0</property>
181 <property name="top_attach">4</property>
182 <property name="width">1</property>
183 <property name="height">1</property>
184 </packing>
185 </child>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="fill">True</property>
190 <property name="position">1</property>
191 </packing>
192 </child>
193 </object>
194 </child>
195 <action-widgets>
196 <action-widget response="0">helpbutton</action-widget>
197 <action-widget response="0">cancelbutton</action-widget>
198 <action-widget response="0">okbutton</action-widget>
199 </action-widgets>
200 </object>
201 </interface>