Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
563dc100
Commit
563dc100
authored
Nov 13, 2005
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* share/skins2/winamp2.xml: Added a few controls
parent
b827c556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
share/skins2/winamp2.xml
share/skins2/winamp2.xml
+15
-0
No files found.
share/skins2/winamp2.xml
View file @
563dc100
...
...
@@ -60,6 +60,12 @@
<SubBitmap
id=
"pl_switch_down"
x=
"61"
y=
"42"
width=
"9"
height=
"9"
/>
<SubBitmap
id=
"pl_close_up"
x=
"167"
y=
"3"
width=
"9"
height=
"9"
/>
<SubBitmap
id=
"pl_close_down"
x=
"51"
y=
"42"
width=
"9"
height=
"9"
/>
<SubBitmap
id=
"pl_previous"
x=
"132"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_play"
x=
"141"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_pause"
x=
"150"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_stop"
x=
"159"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_forward"
x=
"168"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_eject"
x=
"177"
y=
"95"
width=
"8"
height=
"8"
/>
<SubBitmap
id=
"pl_small_left"
x=
"72"
y=
"42"
width=
"25"
height=
"14"
/>
<SubBitmap
id=
"pl_small_middle"
x=
"72"
y=
"57"
width=
"25"
height=
"14"
/>
<SubBitmap
id=
"pl_small_right_focus"
x=
"99"
y=
"42"
width=
"50"
height=
"14"
/>
...
...
@@ -314,6 +320,15 @@
<Playlist
id=
"playlist"
x=
"10"
y=
"20"
width=
"240"
height=
"58"
lefttop=
"lefttop"
rightbottom=
"rightbottom"
font=
"playlist_font"
fgcolor=
"#dfdfff"
playcolor=
"#ffffff"
bgcolor1=
"#000000"
bgcolor2=
"#000000"
selcolor=
"#202020"
>
<Slider
id=
"playlist_slider"
x=
"264"
y=
"28"
lefttop=
"righttop"
rightbottom=
"rightbottom"
up=
"pl_slider_up"
down=
"pl_slider_down"
points=
"(0,40),(0,0)"
/>
</Playlist>
<!-- Commented out for now, as the extra digit makes it dirty
<Text font="text_font" x="186" y="101" width="55" text="$T" lefttop="rightbottom" />
-->
<Button
x=
"131"
y=
"101"
up=
"pl_previous"
down=
"pl_previous"
over=
"pl_previous"
action=
"playlist.previous()"
lefttop=
"rightbottom"
/>
<Button
x=
"140"
y=
"101"
up=
"pl_play"
down=
"pl_play"
over=
"pl_play"
action=
"vlc.play()"
lefttop=
"rightbottom"
/>
<Button
x=
"149"
y=
"101"
up=
"pl_pause"
down=
"pl_pause"
over=
"pl_pause"
action=
"vlc.pause()"
lefttop=
"rightbottom"
/>
<Button
x=
"158"
y=
"101"
up=
"pl_stop"
down=
"pl_stop"
over=
"pl_stop"
action=
"vlc.stop()"
lefttop=
"rightbottom"
/>
<Button
x=
"167"
y=
"101"
up=
"pl_forward"
down=
"pl_forward"
over=
"pl_forward"
action=
"playlist.next()"
lefttop=
"rightbottom"
/>
<Button
x=
"176"
y=
"101"
up=
"pl_eject"
down=
"pl_eject"
over=
"pl_eject"
action=
"dialogs.fileSimple()"
lefttop=
"rightbottom"
/>
</Group>
</Layout>
</Window>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment