forked from AuroraMiddleware/gtk
d6a0948182
gtk-builder-tool simplify --3to4 now produces a <requires lib="gtk" version="4.0"/>. Adapt for that, and also add some tests that check that we actually verify the requires, and accept 3.99 and 4.0, but not 5.x.
15 lines
350 B
XML
15 lines
350 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkFixed">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkButton" id="button">
|
|
</object>
|
|
<packing>
|
|
<property name="x">10</property>
|
|
<property name="y">15</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</interface>
|