|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<interface> |
| 3 | + <requires lib="gtk+" version="3.20"/> |
| 4 | + <object class="GtkMessageDialog" id="revert_dialog"> |
| 5 | + <property name="can_focus">False</property> |
| 6 | + <property name="type_hint">dialog</property> |
| 7 | + <property name="skip_taskbar_hint">True</property> |
| 8 | + <property name="message_type">question</property> |
| 9 | + <property name="text" translatable="yes">Discard unsaved changes to documents?</property> |
| 10 | + <property name="secondary_text" translatable="yes">Changes made to the following documents will be permanently lost:</property> |
| 11 | + <child internal-child="vbox"> |
| 12 | + <object class="GtkBox" id="dialog-vbox2"> |
| 13 | + <property name="visible">True</property> |
| 14 | + <property name="can_focus">False</property> |
| 15 | + <property name="orientation">vertical</property> |
| 16 | + <property name="spacing">6</property> |
| 17 | + <child internal-child="action_area"> |
| 18 | + <object class="GtkButtonBox" id="dialog-action_area2"> |
| 19 | + <property name="visible">True</property> |
| 20 | + <property name="can_focus">False</property> |
| 21 | + <property name="layout_style">expand</property> |
| 22 | + <child> |
| 23 | + <object class="GtkButton" id="cancel_button1"> |
| 24 | + <property name="label">gtk-cancel</property> |
| 25 | + <property name="visible">True</property> |
| 26 | + <property name="can_focus">True</property> |
| 27 | + <property name="receives_default">True</property> |
| 28 | + <property name="use_underline">True</property> |
| 29 | + <property name="use_stock">True</property> |
| 30 | + </object> |
| 31 | + <packing> |
| 32 | + <property name="expand">False</property> |
| 33 | + <property name="fill">True</property> |
| 34 | + <property name="position">0</property> |
| 35 | + </packing> |
| 36 | + </child> |
| 37 | + <child> |
| 38 | + <object class="GtkButton" id="revert_button"> |
| 39 | + <property name="label" translatable="yes">_Discard</property> |
| 40 | + <property name="visible">True</property> |
| 41 | + <property name="can_focus">True</property> |
| 42 | + <property name="receives_default">True</property> |
| 43 | + <property name="use_underline">True</property> |
| 44 | + </object> |
| 45 | + <packing> |
| 46 | + <property name="expand">False</property> |
| 47 | + <property name="fill">True</property> |
| 48 | + <property name="position">1</property> |
| 49 | + </packing> |
| 50 | + </child> |
| 51 | + </object> |
| 52 | + <packing> |
| 53 | + <property name="expand">False</property> |
| 54 | + <property name="fill">True</property> |
| 55 | + <property name="pack_type">end</property> |
| 56 | + <property name="position">0</property> |
| 57 | + </packing> |
| 58 | + </child> |
| 59 | + <child> |
| 60 | + <object class="GtkVBox" id="extra_vbox1"> |
| 61 | + <property name="can_focus">False</property> |
| 62 | + <child> |
| 63 | + <placeholder/> |
| 64 | + </child> |
| 65 | + </object> |
| 66 | + <packing> |
| 67 | + <property name="expand">True</property> |
| 68 | + <property name="fill">True</property> |
| 69 | + <property name="position">3</property> |
| 70 | + </packing> |
| 71 | + </child> |
| 72 | + </object> |
| 73 | + </child> |
| 74 | + <action-widgets> |
| 75 | + <action-widget response="-6">cancel_button1</action-widget> |
| 76 | + <action-widget response="-5">revert_button</action-widget> |
| 77 | + </action-widgets> |
| 78 | + </object> |
| 79 | +</interface> |
0 commit comments