forked from AuroraMiddleware/gtk
e973d49a11
These tests check various error conditions in GtkScale custom tags.
10 lines
257 B
XML
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>
|