summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/tagxml/spacer.tag
blob: 71d776aeca06d503868a7e3179cb442809ee9266 (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
<!DOCTYPE TAGS>
<TAGS>
<tag name="spacer">

    <label>
        <text>Orientation</text>
        <location col="0" row="0" />
    </label>

    <attr name="orientation" type="list">
        <tooltip>defaults to horizontal </tooltip>
	    <items>
	        <item>h</item>
		<item>v</item>
	    </items>
        <location col="1" row="0" />
    </attr>


    <spacer orientation="v">
        <location col="0" row="9" colspan="2" />
    </spacer>

</tag>
</TAGS>