blob: f32f512fdebd1ce98981f5936407b6b6bfc2591f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- 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>
|