aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml
diff options
context:
space:
mode:
authorJef <jef@targetspot.com>2024-09-24 08:54:57 -0400
committerJef <jef@targetspot.com>2024-09-24 08:54:57 -0400
commit20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml
parent537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff)
downloadwinamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz
Initial community commit
Diffstat (limited to 'Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml')
-rw-r--r--Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml161
1 files changed, 161 insertions, 0 deletions
diff --git a/Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml b/Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml
new file mode 100644
index 00000000..307c90d3
--- /dev/null
+++ b/Src/resources/skins/Winamp Modern/xml/pledit-shade-group.xml
@@ -0,0 +1,161 @@
+<groupdef id="plshade" name="Playlist Shade" w="0" h="25" relatw="1">
+
+ <!-- BACKGROUND -->
+ <layer
+ x="0" y="0"
+ image="shade.pl.bg.left"
+ dblClickAction="SWITCH;normal"
+ resize="left"
+ />
+ <layer
+ x="30" y="0"
+ w="-104" relatw="1"
+ image="shade.pl.bg.center"
+ dblClickAction="SWITCH;normal"
+ />
+ <layer
+ x="-74" y="0"
+ relatx="1"
+ image="shade.pl.bg.right"
+ dblClickAction="SWITCH;normal"
+ />
+ <layer
+ x="-10" y="0"
+ w="10" h="25"
+ relatx="1"
+ dblClickAction="SWITCH;normal"
+ resize="right"
+ />
+ <layer
+ x="-40" y="1"
+ w="9" h="23"
+ relatx="1"
+ image="shade.pl.resize"
+ resize="right"
+ rectrgn="1"
+ />
+
+ <layer
+ id="shade.pl.region.left"
+ x="0" y="0"
+ image="shade.regions.left"
+ sysregion="-2"
+ />
+ <layer
+ id="shade.pl.region.right"
+ x="-5" y="0"
+ relatx="1"
+ image="shade.regions.right"
+ sysregion="-2"
+ />
+
+ <!-- DISPLAY -->
+ <layer
+ x="23" y="4"
+ image="shade.pl.display.left"
+ ghost="1"
+ />
+ <layer
+ x="33" y="4"
+ w="-105" relatw="1"
+ image="shade.pl.display.center"
+ tile="1"
+ ghost="1"
+ />
+ <layer
+ x="-72" y="4"
+ relatx="1"
+ image="shade.pl.display.right"
+ ghost="1"
+ />
+
+ <!-- SEEK SLIDER -->
+ <slider
+ id="plshadeSeeker"
+ action="SEEK"
+ x="22" y="15"
+ h="9" w="-87"
+ relatw="1"
+ thumb="shade.pl.seek"
+ downThumb="shade.pl.seek.pressed"
+ hoverThumb="shade.pl.seek.hover"
+ tooltip="Seeker"
+ alpha="100"
+ />
+ <slider
+ id="plshadeSeekerGhost"
+ action="SEEK"
+ x="22" y="15"
+ h="9" w="-87"
+ relatw="1"
+ thumb="shade.pl.seek"
+ downThumb="shade.pl.seek.pressed"
+ hoverThumb="shade.pl.seek.hover"
+ tooltip="Seeker"
+ />
+
+ <!-- LIST BUTTON -->
+ <button
+ id="plshadeMLList"
+ action="PE_ListOfLists"
+ x="-59" y="5"
+ relatx="1"
+ image="shade.pl.button.list"
+ downImage="shade.pl.button.list.pressed"
+ activeImage="shade.pl.button.list"
+ hoverImage="shade.pl.button.list.hover"
+ tooltip="Library's Playlists"
+ />
+
+ <!-- Songticker -->
+ <Songticker
+ id="PESongticker" ticker="1"
+ x="26" y="4"
+ w="-95" h="13" relatw="1"
+ leftpadding="5"
+ rightpadding="-5"
+ font="shade.songticker.font"
+ align="left"
+ dblClickAction="SWITCH;normal"
+ rightclickaction="trackmenu"
+ fontsize="13"
+ color="font.display"
+ altfont="Arial"
+ />
+
+
+ <!-- CLOSE/SHADE/SYSTEM -->
+ <button
+ id="plshadeClose"
+ action="CLOSE"
+ x="-17" y="4"
+ relatx="1"
+ image="shade.button.close"
+ downImage="shade.button.close.pressed"
+ hoverImage="shade.button.close.hover"
+ tooltip="Close Window"
+ />
+ <button
+ id="plshadeWinshade"
+ action="SWITCH" param="normal"
+ x="-29" y="4"
+ relatx="1"
+ image="shade.button.winshade"
+ downImage="shade.button.winshade.pressed"
+ hoverImage="shade.button.winshade.hover"
+ tooltip="Return to Normal Mode"
+ />
+ <button
+ id="plshadeSysmenu"
+ action="SYSMENU"
+ x="6" y="4"
+ image="shade.button.sysmenu"
+ downImage="shade.button.sysmenu.pressed"
+ hoverImage="shade.button.sysmenu.hover"
+ tooltip="Main Menu"
+ />
+
+
+
+
+</groupdef> \ No newline at end of file