mirror of https://github.com/daleclack/My_GtkUi
38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.11.2 -->
|
|
<interface>
|
|
<!-- interface-name minesweeper.ui -->
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<object class="GtkWindow" id="minesweeper">
|
|
<property name="default-height">400</property>
|
|
<property name="default-width">700</property>
|
|
<property name="resize-mode">queue</property>
|
|
<child type="titlebar">
|
|
<object class="GtkStackSwitcher"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkStack" id="main_stack">
|
|
<property name="halign">baseline</property>
|
|
<property name="transition-type">slide-right</property>
|
|
<child>
|
|
<object class="GtkGrid" id="start_page">
|
|
<property name="column-homogeneous">True</property>
|
|
<property name="column-spacing">2</property>
|
|
<property name="halign">center</property>
|
|
<property name="row-homogeneous">True</property>
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox" id="main_page">
|
|
<property name="orientation">vertical</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkGrid" id="custom_page"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|