]> git.sesse.net Git - vlc/blobdiff - projects/activex/axvlc.idl
macosx: Align the buttons.
[vlc] / projects / activex / axvlc.idl
index 66338998d943b0cd8ecf8de0e019b23e8cb70360..3965b5270de8de145b621580abf8e730d51aff42 100644 (file)
@@ -76,6 +76,7 @@ library AXVLC
     const int DISPID_AutoLoop   = 108;\r
     const int DISPID_StartTime  = 109;\r
     const int DISPID_BaseURL    = 110;\r
+    const int DISPID_Toolbar     = 111;\r
 \r
     [\r
       odl,\r
@@ -410,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
@@ -501,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