15 lines
374 B
XML
15 lines
374 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="LabledSwitch" parent="GtkWidget">
|
|
<property name="label_text">placeholder</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="switch_obj">
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label_obj">
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|