Changeset 348abac3a11dd0c6792daed5032ea2788189d53a

Show
Ignore:
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
  • doc/skins/skins2-howto.xml

    r467472b r348abac  
    799799  </para></listitem> 
    800800  <listitem><para> 
     801    <emphasis>dialogs.playlist()</emphasis>: Show the "standard" (not skinned) playlist dialog. 
     802  </para></listitem> 
     803  <listitem><para> 
    801804    <emphasis>dialogs.streamingWizard()</emphasis>: Show the "Streaming Wizard" dialog box (new after VLC 0.8.2). 
    802805  </para></listitem> 
    803806  <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). 
    805817  </para></listitem> 
    806818  <listitem><para> 
     
    973985  </para></listitem> 
    974986  <listitem><para> 
     987    <emphasis>vlc.hasAudio</emphasis>: True if audio is being played (since VLC 0.8.5). 
     988  </para></listitem> 
     989  <listitem><para> 
    975990    <emphasis>vlc.isFullscreen</emphasis>: True when the video is in fullscreen mode (since VLC 0.8.5). 
    976991  </para></listitem> 
     
    10031018  </para></listitem> 
    10041019  <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). 
    10061021  </para></listitem> 
    10071022  <listitem><para>