2013-07-01 02:30:15 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHeaderBar" id="headerbar1">
|
|
|
|
<property name="title">Title</property>
|
|
|
|
<property name="subtitle">Subtitle</property>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="start">
|
2013-07-01 02:30:15 +00:00
|
|
|
<object class="GtkButton" id="button1">
|
|
|
|
<property name="label" translatable="yes">Yes</property>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2013-07-01 02:30:15 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2013-07-01 02:30:15 +00:00
|
|
|
<object class="GtkButton" id="page2">
|
|
|
|
<property name="label" translatable="yes">No</property>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2013-07-01 02:30:15 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|