]> git.sesse.net Git - vlc/blobdiff - projects/activex/axvlc.idl
macosx: Align the buttons.
[vlc] / projects / activex / axvlc.idl
index b1647180aef23f99d4662bf48e4812bb59de797c..3965b5270de8de145b621580abf8e730d51aff42 100644 (file)
@@ -411,6 +411,7 @@ library AXVLC
     {\r
         [propget, helpstring("Returns/sets the fullscreen state.")]\r
         HRESULT fullscreen([out, retval] VARIANT_BOOL* fullscreen);\r
+\r
         [propput, helpstring("Returns/sets the fullscreen state.")]\r
         HRESULT fullscreen([in] VARIANT_BOOL fullscreen);\r
 \r
@@ -502,6 +503,16 @@ library AXVLC
         [id(DISPID_BackColor), propput, helpstring("Returns/sets background color.")]\r
         HRESULT BackColor([in] OLE_COLOR backcolor);\r
 \r
+        /*\r
+         * caution: vlcobject.toolbar:bool does not yet exists in Firefox\r
+         * plugin. Official usage is through "toolbar" property for now,\r
+         * which is compatibile with Firefox.\r
+         */\r
+        [id(DISPID_Toolbar), propget, helpstring("Returns/sets visibility of the toolbar")]\r
+        HRESULT Toolbar([out, retval] VARIANT_BOOL* visible);\r
+        [id(DISPID_Toolbar), propput, helpstring("Returns/sets visibility of the toolbar")]\r
+        HRESULT Toolbar([in] VARIANT_BOOL visible);\r
+\r
         [propget, helpstring("Returns the audio object.")]\r
         HRESULT audio([out, retval] IVLCAudio** obj);\r
 \r