forked from AuroraMiddleware/gtk
883d5d8584
The position child property is problematic, since it requires us to emit notification for all children when inserting a child early in the list of children. Remove the property from all ui files.
9 lines
179 B
XML
9 lines
179 B
XML
<!-- test all valid container attributes -->
|
|
<interface>
|
|
<object class="GtkBox">
|
|
<child>
|
|
<object class="GtkLabel" id="widget1"/>
|
|
</child>
|
|
</object>
|
|
</interface>
|