2024-04-02 01:32:41 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="LabledSwitch" parent="GtkWidget">
|
2024-04-02 02:35:52 +03:00
|
|
|
<property name="label_text">placeholder</property>
|
2024-04-02 01:32:41 +03:00
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="switch_obj">
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_obj">
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|