Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
6276fe3b
Commit
6276fe3b
authored
Nov 05, 2004
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the items specific to VLC 0.8.0
parent
0eefa8d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
16 deletions
+8
-16
doc/skins/skins2-howto.xml
doc/skins/skins2-howto.xml
+8
-16
No files found.
doc/skins/skins2-howto.xml
View file @
6276fe3b
...
...
@@ -712,14 +712,12 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
vlc.fullscreen()
</emphasis>
: Toggle the fullscreen mode.
</para></listitem>
<!-- TODO: Enable it for 0.7.3
<listitem><para>
<emphasis>vlc.onTop()</emphasis>: Toggle the "Always on top" status.
<emphasis>
vlc.onTop()
</emphasis>
: Toggle the "Always on top" status
(since VLC 0.8.0)
.
</para></listitem>
<listitem><para>
<emphasis>vlc.minimize()</emphasis>: Minimize VLC
.
<emphasis>
vlc.minimize()
</emphasis>
: Minimize VLC
(since VLC 0.8.0)
</para></listitem>
-->
<listitem><para>
<emphasis>
vlc.quit()
</emphasis>
: Quit VLC.
</para></listitem>
...
...
@@ -747,20 +745,18 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
playlist.setLoop(false)
</emphasis>
: Do not loop at playlist end.
</para></listitem>
<!-- TODO: Enable it for 0.7.3
<listitem><para>
<emphasis>playlist.setRepeat(true)</emphasis>: Repeat the current playlist item.
<emphasis>
playlist.setRepeat(true)
</emphasis>
: Repeat the current playlist item
(since VLC 0.8.0)
.
</para></listitem>
<listitem><para>
<emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item.
<emphasis>
playlist.setRepeat(false)
</emphasis>
: Stop repeating the current playlist item
(since VLC 0.8.0)
.
</para></listitem>
<listitem><para>
<emphasis>playlist.load()</emphasis>: Load an external playlist file.
<emphasis>
playlist.load()
</emphasis>
: Load an external playlist file
(since VLC 0.8.0)
.
</para></listitem>
<listitem><para>
<emphasis>playlist.save()</emphasis>: Save the current playlist.
<emphasis>
playlist.save()
</emphasis>
: Save the current playlist
(since VLC 0.8.0)
.
</para></listitem>
-->
<listitem><para>
<emphasis>
WindowID.show()
</emphasis>
: Show the
<link
linkend=
"Window"
>
Window
</link>
whose
<link
linkend=
"windowid"
>
id
</link>
attribute is 'WindowID'.
</para></listitem>
...
...
@@ -831,22 +827,18 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
vlc.isMute
</emphasis>
: True when the sound is mute (in VLC, not on your OS), false otherwise.
</para></listitem>
<!-- TODO: Enable it for 0.7.3
<listitem><para>
<emphasis>vlc.isOnTop</emphasis>: True when the windows have the "Always on top" status.
<emphasis>
vlc.isOnTop
</emphasis>
: True when the windows have the "Always on top" status
(since VLC 0.8.0)
.
</para></listitem>
-->
<listitem><para>
<emphasis>
playlist.isRandom
</emphasis>
: True when the playlist items are played in a random order, false otherwise.
</para></listitem>
<listitem><para>
<emphasis>
playlist.isLoop
</emphasis>
: True when the playlist is looping, false otherwise.
</para></listitem>
<!-- TODO: Enable it for 0.7.3
<listitem><para>
<emphasis>playlist.isRepeat</emphasis>: True when the current playlist item is being repeated, false otherwise.
<emphasis>
playlist.isRepeat
</emphasis>
: True when the current playlist item is being repeated, false otherwise
(since VLC 0.8.0)
.
</para></listitem>
-->
<listitem><para>
<emphasis>
window_name.isVisible
</emphasis>
: True when the window whose
<link
linkend=
"windowid"
>
id
</link>
is "window_name" is visible, false otherwise.
</para></listitem>
...
...
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