2019-04-04 23:10:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-04-22 01:16:24 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Stack</property>
|
2020-04-26 03:33:33 +00:00
|
|
|
<property name="resizable">0</property>
|
2013-04-22 01:16:24 +00:00
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkGrid">
|
2013-04-22 01:16:24 +00:00
|
|
|
<child>
|
2016-02-28 04:46:25 +00:00
|
|
|
<object class="GtkStackSwitcher">
|
2013-04-22 01:16:24 +00:00
|
|
|
<property name="stack">stack</property>
|
|
|
|
<property name="halign">center</property>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</layout>
|
2013-04-22 01:16:24 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStack" id="stack">
|
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
2013-04-22 01:16:24 +00:00
|
|
|
<property name="name">page1</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Page 1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
2020-04-26 03:33:33 +00:00
|
|
|
<property name="pixel-size">100</property>
|
2019-04-01 22:49:09 +00:00
|
|
|
<property name="icon-name">org.gtk.Demo4</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
2013-04-22 01:16:24 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
2013-04-22 01:16:24 +00:00
|
|
|
<property name="name">page2</property>
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Page 2</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkCheckButton">
|
|
|
|
<property name="label" translatable="yes">Page 2</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
2013-04-22 01:16:24 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
2013-04-22 01:16:24 +00:00
|
|
|
<property name="name">page3</property>
|
|
|
|
<property name="icon-name">face-laugh-symbolic</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="child">
|
|
|
|
<object class="GtkSpinner">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2020-03-28 04:07:05 +00:00
|
|
|
<property name="spinning">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
2013-04-22 01:16:24 +00:00
|
|
|
</child>
|
2019-04-04 23:10:18 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</layout>
|
2013-04-22 01:16:24 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|