gtk/tests/mydialog2.ui

15 lines
408 B
Plaintext
Raw Normal View History

<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>