From: Olivier Teulière Date: Sun, 12 Feb 2006 21:11:14 +0000 (+0000) Subject: * doc/skins/skins2-howto.xml: Documented the DVD-related actions X-Git-Tag: 0.9.0-test0~12377 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2eb7e0f4674bb6393bf9c913f8896dbf67d9cd91;p=vlc * doc/skins/skins2-howto.xml: Documented the DVD-related actions --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index fb79f340a4..ada1f3217c 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -861,6 +861,21 @@ difficulty to understand how VLC skins work. playlist.save(): Save the current playlist (since VLC 0.8.0). + + dvd.nextTitle(): Go to the next title of the DVD (since VLC 0.8.5). + + + dvd.previousTitle(): Go to the previous title of the DVD (since VLC 0.8.5). + + + dvd.nextChapter(): Go to the next chapter of the DVD (since VLC 0.8.5). + + + dvd.previousTitle(): Go to the previous chapter of the DVD (since VLC 0.8.5). + + + dvd.rootMenu(): Go to the root menu of the DVD (since VLC 0.8.5). + WindowID.show(): Show the Window whose id attribute is 'WindowID'.