mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
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.
19 lines
518 B
XML
19 lines
518 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<object class="GtkDialog">
|
|
<requires lib="gtk" version="4.0"/>
|
|
<child internal-child="content_area">
|
|
<object class="GtkBox">
|
|
<property name="visible">0</property>
|
|
<property name="name">fancy</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack-type">end</property>
|
|
</packing>
|
|
</child>
|
|
<child internal-child="action_area">
|
|
<object class="GtkButtonBox">
|
|
<property name="name">actions</property>
|
|
</object>
|
|
</child>
|
|
</object>
|