22 lines
709 B
XML
22 lines
709 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<template class="MenuScene" parent="GtkApplicationWindow">
|
||
|
<property name="title">Menu</property>
|
||
|
<child>
|
||
|
<object class="GtkBox" id="content">
|
||
|
<property name="orientation">horizontal</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="hiragana_and_katakana">
|
||
|
<property name="label">Practice hiragana and katakana</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="memory_cards">
|
||
|
<property name="label">Practice vocabulary with memory cards</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|