forked from AuroraMiddleware/gtk
e973d49a11
These tests check various error conditions in GtkScale custom tags.
9 lines
180 B
XML
9 lines
180 B
XML
<!-- test invalid scale mark attributes -->
|
|
<interface>
|
|
<object class="GtkScale">
|
|
<marks>
|
|
<mark translatable="foobar" value="0"/>
|
|
</marks>
|
|
</object>
|
|
</interface>
|