summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/DialogContextMenu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/DialogContextMenu.xml')
-rw-r--r--addons/skin.estouchy/xml/DialogContextMenu.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogContextMenu.xml b/addons/skin.estouchy/xml/DialogContextMenu.xml
new file mode 100644
index 0000000..9fa4c91
--- /dev/null
+++ b/addons/skin.estouchy/xml/DialogContextMenu.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol>1000</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <posx>0</posx>
+ <posy>-30</posy>
+ </coordinates>
+ <controls>
+ <include>BehindDialogFadeOut</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>60</height>
+ <texture border="5">dialog_header.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <include>WindowTitleCommons</include>
+ <width>300</width>
+ <label>$LOCALIZE[31007]</label>
+ </control>
+ <control type="image" id="999">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>400</width>
+ <height>700</height>
+ <texture>dialog_back.png</texture>
+ </control>
+ <control type="group">
+ <posx>330</posx>
+ <posy>0</posy>
+ <include>DialogCloseButtonCommons</include>
+ </control>
+ <control type="grouplist" id="996">
+ <description>grouplist for context buttons</description>
+ <posx>0</posx>
+ <posy>60</posy>
+ <width>400</width>
+ <height max="700">auto</height>
+ <itemgap>0</itemgap>
+ </control>
+ <control type="button" id="1000">
+ <description>button template</description>
+ <posx>0</posx>
+ <posy></posy>
+ <width>400</width>
+ <height>70</height>
+ <font>font25</font>
+ <align>center</align>
+ <texturefocus>list_focus.png</texturefocus>
+ <texturenofocus></texturenofocus>
+ </control>
+ </controls>
+</window>