gtk2/testsuite/reftests/overlay-no-main-widget.ui
Matthias Clasen 700183e5b6 Convert ui files
Run gtk4-builder-tool simplify --3to4 over all ui files.
2019-03-28 16:37:21 -04:00

20 lines
564 B
XML

<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkOverlay" id="overlay1">
<property name="width_request">100</property>
<property name="height_request">100</property>
<child>
<placeholder/>
</child>
<child type="overlay">
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">VISIBLE</property>
</object>
</child>
</object>
</child>
</object>
</interface>