forked from AuroraMiddleware/gtk
c92b7d4224
GtkWidget:halign and GtkWidget:valign are sufficient
15 lines
375 B
XML
15 lines
375 B
XML
<!-- test all valid container attributes -->
|
|
<interface>
|
|
<object class="GtkBox">
|
|
<child>
|
|
<object class="GtkLabel" id="widget1"/>
|
|
<packing>
|
|
<property name="position" translatable="yes" comments="foo" context="bar">1</property>
|
|
</packing>
|
|
</child>
|
|
<focus-chain>
|
|
<widget name="widget1"/>
|
|
</focus-chain>
|
|
</object>
|
|
</interface>
|