summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogContextMenu.xml
blob: 6a41b8891cb8a9011b14378d76b23b137bba8d7a (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
63
64
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>996</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<coordinates>
		<left>0</left>
		<top>0</top>
	</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 />
			<texturenofocus />
			<onclick>Action(close)</onclick>
		</control>
		<control type="group">
			<animation effect="slide" end="0,175" time="0" condition="Window.IsActive(home)">conditional</animation>
			<control type="image" id="999">
				<description>background image</description>
				<left>0</left>
				<top>0</top>
				<width>450</width>
				<height>780</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>0</top>
				<width>450</width>
				<height max="780">auto</height>
				<usecontrolcoords>true</usecontrolcoords>
			</control>
			<include content="UpDownArrows">
				<param name="container_id" value="996" />
				<param name="posx" value="201" />
				<param name="up_posy" value="-40" />
				<param name="down_posy" value="798" />
			</include>
		</control>
		<control type="button" id="1000">
			<description>button template</description>
			<left>0</left>
			<top></top>
			<width>450</width>
			<height>65</height>
			<align>center</align>
			<texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus>
			<texturenofocus />
		</control>
	</controls>
</window>