blob: e83b2dd60bb36b6fd03263d1132701d0bbcec7c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!-- test all valid label attributes -->
<interface>
<object class="GtkLabel">
<attributes>
<attribute name="language" value="de" start="5" end="10"/>
<attribute name="style" value="italic"/>
<attribute name="weight" value="bold"/>
<attribute name="variant" value="normal"/>
<attribute name="stretch" value="ultra-expanded"/>
<attribute name="underline" value="double"/>
<attribute name="strikethrough" value="True"/>
<attribute name="gravity" value="north"/>
<attribute name="gravity-hint" value="line"/>
<attribute name="family" value="sans"/>
<attribute name="size" value="10"/>
<attribute name="absolute-size" value="10"/>
<attribute name="font-desc" value="Cantarell 11"/>
<attribute name="foreground" value="yellow"/>
<attribute name="background" value="red"/>
<attribute name="underline-color" value="green"/>
<attribute name="strikethrough-color" value="purple"/>
<attribute name="scale" value="1.5"/>
</attributes>
</object>
</interface>
|