forked from AuroraMiddleware/gtk
2c807335c4
These tests check various error conditions in GtkLabel custom tags.
9 lines
176 B
XML
9 lines
176 B
XML
<!-- test missing label attribute value -->
|
|
<interface>
|
|
<object class="GtkLabel">
|
|
<attributes>
|
|
<attribute name="style"/>
|
|
</attributes>
|
|
</object>
|
|
</interface>
|