2013-01-23 17:28:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkDialog" id="quitDialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="decorated">False</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="quitDialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="spacing">24</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="quitDialog-actionArea">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cancelButton">
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="label">gtk-no</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="use_stock">True</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="quitButton">
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="label">gtk-yes</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="use_stock">True</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2014-04-07 12:38:09 +00:00
|
|
|
<property name="margin_right">6</property>
|
|
|
|
<property name="spacing">6</property>
|
2013-01-23 17:28:19 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-quit</property>
|
|
|
|
<property name="icon-size">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-04-07 12:38:09 +00:00
|
|
|
<object class="GtkLabel" id="quit_message">
|
2013-01-23 17:28:19 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Are you sure you wish to quit the
|
|
|
|
installation process?</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="0">cancelButton</action-widget>
|
|
|
|
<action-widget response="1">quitButton</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|