gtk2/testsuite/gtk/ui/scale4.ui
Matthias Clasen e973d49a11 Add tests for the GtkScale builder parser
These tests check various error conditions in GtkScale
custom tags.
2015-04-27 01:15:22 -04:00

9 lines
177 B
XML

<!-- test invalid scale mark attributes -->
<interface>
<object class="GtkScale">
<marks>
<mark value="0" position="between"/>
</marks>
</object>
</interface>