forked from AuroraMiddleware/gtk
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
<!-- invalid child property attribute -->
|
||
|
<interface>
|
||
|
<object class="GtkBox">
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="widget1"/>
|
||
|
<packing>
|
||
|
<property food="good"/>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|