gtk2/testsuite/gtk/ui/scale1.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

10 lines
257 B
XML

<!-- test valid scale custom tags -->
<interface>
<object class="GtkScale">
<marks>
<mark translatable="yes" comments="blargh" context="none" value="0.1" position="top">text</mark>
<mark value="0.9"/>
</marks>
</object>
</interface>