no new windows

This commit is contained in:
2024-04-10 20:25:02 +03:00
parent d51aaed23d
commit 5fa5c5e3a7
20 changed files with 404 additions and 97 deletions

View File

@@ -51,6 +51,11 @@
</child>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
</object>
</child>
</object>
</child>
</template>

View File

@@ -9,11 +9,22 @@
<child>
<object class="CardDisplay" id="card_display"></object>
</child>
<child>
<object class="GtkLabel" id="no_cards_label">
<property name="label">No card found. Please, add some.</property>
<property name="visible">false</property>
</object>
</child>
<child>
<object class="GtkLabel" id="stats_label">
<property name="label">Correct|Incorrect: 0|0</property>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
</object>
</child>
</object>
</child>
</template>

View File

@@ -15,6 +15,11 @@
<property name="label">start game</property>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
</object>
</child>
</object>
</child>
</template>

View File

@@ -20,7 +20,12 @@
<property name="label">Correct|Incorrect: 0|0</property>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
</object>
</child>
</object>
</child>
</template>
</interface>
</interface>

View File

@@ -30,6 +30,11 @@
<property name="label">Start!</property>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
</object>
</child>
</object>
</child>
</template>