2019-04-04 23:49:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-12-28 07:03:29 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<property name="type">popup</property>
|
|
|
|
<child>
|
2016-01-18 12:39:56 +00:00
|
|
|
<object class="GtkNotebook">
|
|
|
|
<property name="tab-pos">bottom</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
<child>
|
2019-02-21 05:28:25 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">page1</property>
|
|
|
|
<property name="label" translatable="yes">Yes</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="name">tab1</property>
|
|
|
|
<property name="label" translatable="yes">Tab 1</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-21 05:28:25 +00:00
|
|
|
<object class="GtkNotebookPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="name">page2</property>
|
|
|
|
<property name="label" translatable="yes">No</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<property name="tab">
|
|
|
|
<object class="GtkLabel" id="tab2">
|
|
|
|
<property name="name">tab2</property>
|
|
|
|
<property name="label" translatable="yes">Tab 2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2015-12-28 07:03:29 +00:00
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|