blob: d9bd63ae4091a88ae71d6ab4c8e39a0946fc32b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<interface>
<template class="MyDialog2" parent="GtkDialog">
<child internal-child="content_area">
<object class="GtkBox">
<child>
<object class="GtkLabel" id="content">
<property name="visible">True</property>
<property name="label">template content</property>
</object>
</child>
</object>
</child>
</template>
</interface>
|