2015-12-28 07:03:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkNotebook">
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">page1</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="label" translatable="yes">Yes</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="name">tab1</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="label" translatable="yes">Tab 1</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">page2</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="label" translatable="yes">No</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="tab2">
|
2016-01-18 12:39:56 +00:00
|
|
|
<property name="name">tab2</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="label" translatable="yes">Tab 2</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action-start">
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">start</property>
|
|
|
|
<property name="label" translatable="yes">Action</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="action-end">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">end</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<property name="label" translatable="yes">Action</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|