mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
16 lines
392 B
XML
16 lines
392 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkPaned">
|
|
<property name="end-child">
|
|
<object class="GtkLabel">
|
|
<property name="label">end</property>
|
|
</object>
|
|
</property>
|
|
<property name="start-child">
|
|
<object class="GtkLabel">
|
|
<property name="label">start</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</interface>
|