mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
02b27775d8
Fix deprecations in UI files, add a missing expand.
15 lines
408 B
XML
15 lines
408 B
XML
<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>
|