gtk/tests/mydialog2.ui
Alexander Mikhaylenko 02b27775d8 tests: Fix testdialogtest
Fix deprecations in UI files, add a missing expand.
2020-05-11 03:36:51 +05:00

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>