mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
|
<interface>
|
||
|
<template class="MyDialog2" parent="GtkDialog">
|
||
|
<child internal-child="vbox">
|
||
|
<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>
|