]> git.sesse.net Git - vlc/blobdiff - doc/skins/skins2-howto.xml
* wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
[vlc] / doc / skins / skins2-howto.xml
index 22e94d8a3f4b5abff9f23110740b696507b22728..fcd70fae839084a83e98656b2789903293a2b924 100644 (file)
@@ -683,6 +683,9 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>dialog.file()</emphasis>: Show the "Open File" dialog box, with many options (stream output, subtitles, etc...).
   </para></listitem>
+  <listitem><para>
+    <emphasis>dialog.directory()</emphasis>: Show the "Open Directory" dialog box (new after VLC 0.8.2).
+  </para></listitem>
   <listitem><para>
     <emphasis>dialog.disc()</emphasis>: Show the "Open Disc" dialog box.
   </para></listitem>
@@ -698,6 +701,9 @@ 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.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).
   </para></listitem>