testing-repository/Gtkmm3/gtk141_minesweeper2/res/minesweeper.ui

24 lines
767 B
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>
<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"/>
</child>
<child>
<object class="GtkBox" id="main_page"/>
</child>
</object>
</child>
</object>
</interface>