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

24 lines
767 B
Plaintext
Raw Normal View History

2022-10-12 17:28:02 +08:00
<?xml version='1.0' encoding='UTF-8'?>
2022-10-12 17:24:28 +08:00
<!-- Created with Cambalache 0.11.2 -->
<interface>
2022-10-12 17:28:02 +08:00
<!-- interface-name minesweeper.ui -->
2022-10-12 17:24:28 +08:00
<requires lib="gtk+" version="3.24"/>
<object class="GtkWindow" id="minesweeper">
<property name="default-height">400</property>
2022-10-12 17:28:02 +08:00
<property name="default-width">700</property>
<property name="resize-mode">queue</property>
2022-10-12 17:24:28 +08:00
<child>
<object class="GtkStack" id="main_stack">
<property name="halign">baseline</property>
<property name="transition-type">slide-right</property>
<child>
2022-10-12 17:28:02 +08:00
<object class="GtkGrid" id="start_page"/>
2022-10-12 17:24:28 +08:00
</child>
<child>
2022-10-12 17:28:02 +08:00
<object class="GtkBox" id="main_page"/>
2022-10-12 17:24:28 +08:00
</child>
</object>
</child>
</object>
</interface>