aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogContextMenu.xml
blob: a170746c7a2fb5c2fb17d7774a3b557f1d471e0a (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
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>996</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<coordinates>
		<left>0</left>
		<top>0</top>
		<origin x="735" y="400">Window.IsActive(Home)</origin>
	</coordinates>
	<controls>
		<control type="image">
			<left>-1920</left>
			<top>-1080</top>
			<width>5760</width>
			<height>3240</height>
			<animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
			<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
			<texture colordiffuse="B0FFFFFF">colors/black.png</texture>
		</control>
		<control type="button">
			<left>-1920</left>
			<top>-1080</top>
			<width>5760</width>
			<height>3240</height>
			<texturefocus></texturefocus>
			<texturenofocus></texturenofocus>
			<onclick>Action(close)</onclick>
		</control>
		<control type="image" id="999">
			<description>background image</description>
			<left>0</left>
			<top>10</top>
			<width>450</width>
			<height>820</height>
			<texture colordiffuse="dialog_tint">colors/white.png</texture>
		</control>
		<control type="grouplist" id="996">
			<description>grouplist for context buttons</description>
			<left>0</left>
			<top>30</top>
			<width>450</width>
			<height max="780">auto</height>
			<usecontrolcoords>true</usecontrolcoords>
		</control>
		<control type="button" id="1000">
			<description>button template</description>
			<left>2</left>
			<top></top>
			<width>446</width>
			<height>65</height>
			<align>center</align>
			<texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
			<texturenofocus></texturenofocus>
		</control>
		<include content="UpDownArrows">
			<param name="container_id" value="996" />
			<param name="posx" value="201" />
			<param name="up_posy" value="-30" />
			<param name="down_posy" value="850" />
		</include>
	</controls>
</window>