2024-04-01 15:42:50 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="MenuScene" parent="GtkApplicationWindow">
|
|
|
|
<property name="title">Menu</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="content">
|
2024-04-05 12:42:02 +03:00
|
|
|
<property name="orientation">horizontal</property>
|
2024-04-01 15:42:50 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="hiragana_and_katakana">
|
|
|
|
<property name="label">Practice hiragana and katakana</property>
|
2024-04-05 12:42:02 +03:00
|
|
|
<style>
|
|
|
|
<class name="hiragana_and_katakana" />
|
|
|
|
</style>
|
2024-04-01 15:42:50 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="memory_cards">
|
|
|
|
<property name="label">Practice vocabulary with memory cards</property>
|
2024-04-05 12:42:02 +03:00
|
|
|
<style>
|
|
|
|
<class name="memory_cards"/>
|
|
|
|
</style>
|
2024-04-01 15:42:50 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2024-04-05 12:42:02 +03:00
|
|
|
</interface>
|