blueprint-compiler/tests/samples/size_group.ui
2021-11-12 16:59:51 -06:00

13 lines
380 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkSizeGroup">
<property name="mode">horizontal</property>
<widgets>
<widget name="label"/>
<widget name="button"/>
</widgets>
</object>
<object class="GtkLabel" id="label"></object>
<object class="GtkButton" id="button"></object>
</interface>