gtk2/testsuite/gtk/ui/container1.ui
2015-04-27 01:15:22 -04:00

15 lines
376 B
XML

<!-- test all valid container attributes -->
<interface>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="widget1"/>
<packing>
<property name="expand" translatable="yes" comments="foo" context="bar">True</property>
</packing>
</child>
<focus-chain>
<widget name="widget1"/>
</focus-chain>
</object>
</interface>