Changeset 348abac3a11dd0c6792daed5032ea2788189d53a
- Timestamp:
- 04/18/06 23:48:37
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1145396917 +0000
- git-parent:
[bb682dfedadde4849868a4b83ea376891503ace6]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1145396917 +0000
- Message:
Update skins doc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r467472b |
r348abac |
|
| 799 | 799 | </para></listitem> |
|---|
| 800 | 800 | <listitem><para> |
|---|
| | 801 | <emphasis>dialogs.playlist()</emphasis>: Show the "standard" (not skinned) playlist dialog. |
|---|
| | 802 | </para></listitem> |
|---|
| | 803 | <listitem><para> |
|---|
| 801 | 804 | <emphasis>dialogs.streamingWizard()</emphasis>: Show the "Streaming Wizard" dialog box (new after VLC 0.8.2). |
|---|
| 802 | 805 | </para></listitem> |
|---|
| 803 | 806 | <listitem><para> |
|---|
| 804 | | <emphasis>dialogs.popup()</emphasis>: Show the popup menu, (already available with a right-click on a <link linkend="Image">Image</link> control). |
|---|
| | 807 | <emphasis>dialogs.popup()</emphasis>: Show the full popup menu, (already available with a right-click on a <link linkend="Image">Image</link> control). |
|---|
| | 808 | </para></listitem> |
|---|
| | 809 | <listitem><para> |
|---|
| | 810 | <emphasis>dialogs.audioPopup()</emphasis>: Show the audio settings popup menu (since VLC 0.8.5). |
|---|
| | 811 | </para></listitem> |
|---|
| | 812 | <listitem><para> |
|---|
| | 813 | <emphasis>dialogs.videoPopup()</emphasis>: Show the video settings popup menu (since VLC 0.8.5). |
|---|
| | 814 | </para></listitem> |
|---|
| | 815 | <listitem><para> |
|---|
| | 816 | <emphasis>dialogs.miscPopup()</emphasis>: Show a popup menu containing playback control and general options (since VLC 0.8.5). |
|---|
| 805 | 817 | </para></listitem> |
|---|
| 806 | 818 | <listitem><para> |
|---|
| … | … | |
| 973 | 985 | </para></listitem> |
|---|
| 974 | 986 | <listitem><para> |
|---|
| | 987 | <emphasis>vlc.hasAudio</emphasis>: True if audio is being played (since VLC 0.8.5). |
|---|
| | 988 | </para></listitem> |
|---|
| | 989 | <listitem><para> |
|---|
| 975 | 990 | <emphasis>vlc.isFullscreen</emphasis>: True when the video is in fullscreen mode (since VLC 0.8.5). |
|---|
| 976 | 991 | </para></listitem> |
|---|
| … | … | |
| 1003 | 1018 | </para></listitem> |
|---|
| 1004 | 1019 | <listitem><para> |
|---|
| 1005 | | <emphasis>dvd.isActive</emphasis>: True when a DVD is currently playing. This variable can be used to display buttons associated to the <link linkend="dvdactions">dvd.* actions</link> only when needed (since VLC 0.8.5). |
|---|
| | 1020 | <emphasis>dvd.isActive</emphasis>: True when a DVD is currently playing. This variable can be used to display buttons associated to the <link linkend="dvdactions">dvd.* actions</link> only when needed (since VLC 0.8.5). |
|---|
| 1006 | 1021 | </para></listitem> |
|---|
| 1007 | 1022 | <listitem><para> |
|---|