Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
348abac3
Commit
348abac3
authored
Apr 18, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skins doc
parent
bb682dfe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
doc/skins/skins2-howto.xml
doc/skins/skins2-howto.xml
+17
-2
No files found.
doc/skins/skins2-howto.xml
View file @
348abac3
...
...
@@ -797,11 +797,23 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
dialogs.fileInfo()
</emphasis>
: Show the "File Info" dialog box.
</para></listitem>
<listitem><para>
<emphasis>
dialogs.playlist()
</emphasis>
: Show the "standard" (not skinned) playlist dialog.
</para></listitem>
<listitem><para>
<emphasis>
dialogs.streamingWizard()
</emphasis>
: Show the "Streaming Wizard" dialog box (new after VLC 0.8.2).
</para></listitem>
<listitem><para>
<emphasis>
dialogs.popup()
</emphasis>
: Show the popup menu, (already available with a right-click on a
<link
linkend=
"Image"
>
Image
</link>
control).
<emphasis>
dialogs.popup()
</emphasis>
: Show the full popup menu, (already available with a right-click on a
<link
linkend=
"Image"
>
Image
</link>
control).
</para></listitem>
<listitem><para>
<emphasis>
dialogs.audioPopup()
</emphasis>
: Show the audio settings popup menu (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dialogs.videoPopup()
</emphasis>
: Show the video settings popup menu (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dialogs.miscPopup()
</emphasis>
: Show a popup menu containing playback control and general options (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
equalizer.enable()
</emphasis>
: Enable the equalizer audio filter (since VLC 0.8.5).
...
...
@@ -971,6 +983,9 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
vlc.hasVout
</emphasis>
: True if a video is being played (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
vlc.hasAudio
</emphasis>
: True if audio is being played (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
vlc.isFullscreen
</emphasis>
: True when the video is in fullscreen mode (since VLC 0.8.5).
</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