learn-hieroglyphs/resources/widgets/labled_switch/template.ui.xml

14 lines
317 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LabledSwitch" parent="GtkWidget">
<child>
<object class="GtkSwitch" id="switch_obj">
</object>
</child>
<child>
<object class="GtkLabel" id="label_obj">
</object>
</child>
</template>
</interface>