mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
15 lines
434 B
XML
15 lines
434 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkPaned">
|
|
<property name="resize-end-child">0</property>
|
|
<property name="shrink-start-child">0</property>
|
|
<property name="start-child">
|
|
<object class="GtkButton" id="button"/>
|
|
</property>
|
|
<property name="end-child">
|
|
<object class="GtkLabel" id="label"/>
|
|
</property>
|
|
</object>
|
|
</interface>
|