17 lines
531 B
XML
17 lines
531 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="LabledSwitch" parent="GtkWidget">
|
|
<!-- <property name="layout-managet">GtkBoxLayout</property> -->
|
|
<property name="label_text">Practice vocabulary with memory cards</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="switch_obj">
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label_obj">
|
|
<property name="label">There's a question:</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|