forked from AuroraMiddleware/gtk
86ca248c99
...and add all the container tests to Makefile.am
15 lines
374 B
XML
15 lines
374 B
XML
<!-- test invalid id in container markup -->
|
|
<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="xyzzy"/>
|
|
</focus-chain>
|
|
</object>
|
|
</interface>
|