blob: f3ed4f1683607f84d7c40201db06fabaf6154b9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- test invalid id in container markup -->
<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="xyzzy"/>
</focus-chain>
</object>
</interface>
|