forked from AuroraMiddleware/gtk
d416f352ad
These tests check various error conditions in GtkCellLayout custom tags.
13 lines
289 B
XML
13 lines
289 B
XML
<!-- test invalid cell layout attribute value -->
|
|
<interface>
|
|
<object class="GtkIconView">
|
|
<child>
|
|
<object class="GtkCellRendererText">
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">blue</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</interface>
|