mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
13 lines
380 B
XML
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>
|