aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogContextMenu.xml
blob: 9e440591e35dc917ec481c11ddd7be88466320b7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>1000</defaultcontrol>
	<include>dialogeffect</include>
	<coordinates>
		<system>1</system>
		<left>0</left>
		<top>0</top>
	</coordinates>
	<controls>
		<control type="image" id="999">
			<description>background image</description>
			<left>0</left>
			<top>0</top>
			<width>340</width>
			<height>720</height>
			<texture border="20">DialogBack.png</texture>
		</control>
		<control type="grouplist" id="996">
			<description>grouplist for context buttons</description>
			<left>20</left>
			<top>30</top>
			<width>300</width>
			<height max="670">auto</height>
			<itemgap>2</itemgap>
		</control>
		<control type="button">
			<description>Close Window button</description>
			<left>260</left>
			<top>5</top>
			<width>64</width>
			<height>32</height>
			<label>-</label>
			<font>-</font>
			<onclick>PreviousMenu</onclick>
			<texturefocus>DialogCloseButton-focus.png</texturefocus>
			<texturenofocus>DialogCloseButton.png</texturenofocus>
			<onleft>2</onleft>
			<onright>2</onright>
			<onup>2</onup>
			<ondown>2</ondown>
			<visible>system.getbool(input.enablemouse)</visible>
		</control>
		<control type="button" id="1000">
			<description>button template</description>
			<left>-</left>
			<top>-</top>
			<width>300</width>
			<height>38</height>
			<font>fontContextMenu</font>
			<align>center</align>
			<textcolor>grey2</textcolor>
			<focusedcolor>white</focusedcolor>
			<texturefocus border="5">button-focus.png</texturefocus>
		</control>
	</controls>
</window>