]> git.sesse.net Git - vlc/commit
Allow future control toolbar to be hidden (default) or shown.
authorthannoy@actech-innovation.com <thannoy@actech-innovation.com>
Thu, 27 Mar 2008 15:43:51 +0000 (16:43 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 11 Apr 2008 15:02:57 +0000 (17:02 +0200)
commitd5ec802741e96f90002d46288ca1da86fb279d86
treee06b63bfd9d462fb20c1f259ebcc4d946cb2b562
parent8b80610319eee6e828e187b7c11ed457f9ef61d7
Allow future control toolbar to be hidden (default) or shown.

 Even if no control toolbar is implemented for ActiveX yet, we already
 provide the code to enable/disable it for compatibility with Firefox
 API behaviour.
 The getter used to know if toolbar is shown will always return FALSE
 until a toolbar is implemented. (getter which will be available soon
 for Firefox)

To use it:
- ActiveX global property named "toolbar":
   For HTML : <param name="toolbar" value="True" />

- API on IVLCControl2 interface, property "toolbar" (RW):
   For Javascript : yourvlcobject.toolbar = false;
                    isToolBarShown = yourvlcobject.toolbar;

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
projects/activex/axvlc.idl