blob: d84dce3efc6d9a0872d34decffa6f54f433c5edc (
plain)
1
2
3
4
5
6
7
8
9
|
<!-- 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>
|