|
179 | 179 | </object> |
180 | 180 | </child> |
181 | 181 | </object> |
182 | | - <object class="GtkMessageDialog" id="check_save_dialog"> |
183 | | - <property name="can_focus">False</property> |
184 | | - <property name="type_hint">dialog</property> |
185 | | - <property name="skip_taskbar_hint">True</property> |
186 | | - <property name="message_type">warning</property> |
187 | | - <property name="text" translatable="yes">Save changes to documents before closing?</property> |
188 | | - <property name="secondary_text" translatable="yes">If you don’t save, changes will be permanently lost.</property> |
189 | | - <child internal-child="vbox"> |
190 | | - <object class="GtkBox" id="dialog-vbox1"> |
191 | | - <property name="visible">True</property> |
192 | | - <property name="can_focus">False</property> |
193 | | - <property name="orientation">vertical</property> |
194 | | - <property name="spacing">6</property> |
195 | | - <child internal-child="action_area"> |
196 | | - <object class="GtkButtonBox" id="dialog-action_area1"> |
197 | | - <property name="visible">True</property> |
198 | | - <property name="can_focus">False</property> |
199 | | - <property name="layout_style">expand</property> |
200 | | - <child> |
201 | | - <object class="GtkButton" id="close_button"> |
202 | | - <property name="label" translatable="yes">Close _without Saving</property> |
203 | | - <property name="visible">True</property> |
204 | | - <property name="can_focus">True</property> |
205 | | - <property name="receives_default">True</property> |
206 | | - <property name="use_underline">True</property> |
207 | | - </object> |
208 | | - <packing> |
209 | | - <property name="expand">False</property> |
210 | | - <property name="fill">True</property> |
211 | | - <property name="position">0</property> |
212 | | - </packing> |
213 | | - </child> |
214 | | - <child> |
215 | | - <object class="GtkButton" id="cancel_button"> |
216 | | - <property name="label" translatable="yes">_Cancel</property> |
217 | | - <property name="visible">True</property> |
218 | | - <property name="can_focus">True</property> |
219 | | - <property name="receives_default">True</property> |
220 | | - <property name="use_underline">True</property> |
221 | | - </object> |
222 | | - <packing> |
223 | | - <property name="expand">False</property> |
224 | | - <property name="fill">True</property> |
225 | | - <property name="position">1</property> |
226 | | - </packing> |
227 | | - </child> |
228 | | - <child> |
229 | | - <object class="GtkButton" id="save_button"> |
230 | | - <property name="label" translatable="yes">_Save</property> |
231 | | - <property name="visible">True</property> |
232 | | - <property name="can_focus">True</property> |
233 | | - <property name="receives_default">True</property> |
234 | | - <property name="use_underline">True</property> |
235 | | - </object> |
236 | | - <packing> |
237 | | - <property name="expand">False</property> |
238 | | - <property name="fill">True</property> |
239 | | - <property name="position">2</property> |
240 | | - </packing> |
241 | | - </child> |
242 | | - </object> |
243 | | - <packing> |
244 | | - <property name="expand">False</property> |
245 | | - <property name="fill">True</property> |
246 | | - <property name="pack_type">end</property> |
247 | | - <property name="position">0</property> |
248 | | - </packing> |
249 | | - </child> |
250 | | - <child> |
251 | | - <object class="GtkVBox" id="extra_vbox"> |
252 | | - <property name="visible">True</property> |
253 | | - <property name="can_focus">False</property> |
254 | | - <child> |
255 | | - <placeholder/> |
256 | | - </child> |
257 | | - <child> |
258 | | - <placeholder/> |
259 | | - </child> |
260 | | - <child> |
261 | | - <placeholder/> |
262 | | - </child> |
263 | | - </object> |
264 | | - <packing> |
265 | | - <property name="expand">True</property> |
266 | | - <property name="fill">True</property> |
267 | | - <property name="position">3</property> |
268 | | - </packing> |
269 | | - </child> |
270 | | - </object> |
271 | | - </child> |
272 | | - <action-widgets> |
273 | | - <action-widget response="-7">close_button</action-widget> |
274 | | - <action-widget response="-6">cancel_button</action-widget> |
275 | | - <action-widget response="-5">save_button</action-widget> |
276 | | - </action-widgets> |
277 | | - </object> |
278 | 182 | <object class="GtkWindow" id="container"> |
279 | 183 | <property name="visible">True</property> |
280 | 184 | <property name="can_focus">False</property> |
|
0 commit comments