Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e5ff4e7a
Commit
e5ff4e7a
authored
Jun 10, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Toolbar to the IVLCControl2 interface object, where it should have been all along.
parent
a2ccb9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
projects/activex/axvlc.idl
projects/activex/axvlc.idl
+11
-9
No files found.
projects/activex/axvlc.idl
View file @
e5ff4e7a
...
...
@@ -134,15 +134,6 @@ library AXVLC
**
for
compatibility
with
some
scripting
language
(
JScript
)
*/
/*
*
caution
:
vlcobject
.
toolbar:bool
does
not
yet
exists
in
Firefox
*
plugin
.
Official
usage
is
through
"toolbar"
property
for
now
,
*
which
is
compatibile
with
Firefox
.
*/
[
id
(
DISPID_Toolbar
),
propget
,
helpstring
(
"Returns/sets visibility of the toolbar"
)
]
HRESULT
Toolbar
(
[
out
,
retval
]
VARIANT_BOOL
*
visible
)
;
[
id
(
DISPID_Toolbar
),
propput
,
helpstring
(
"Returns/sets visibility of the toolbar"
)
]
HRESULT
Toolbar
(
[
in
]
VARIANT_BOOL
visible
)
;
HRESULT
addTarget
(
[
in
]
BSTR
uri
,
[
in
]
VARIANT
options
,
[
in
]
enum
VLCPlaylistMode
mode
,
[
in
]
int
position
)
;
[
propget
,
helpstring
(
"Returns index of current item in playlist."
)
]
HRESULT
PlaylistIndex
(
[
out
,
retval
]
int
*
index
)
;
...
...
@@ -420,6 +411,7 @@ library AXVLC
{
[
propget
,
helpstring
(
"Returns/sets the fullscreen state."
)
]
HRESULT
fullscreen
(
[
out
,
retval
]
VARIANT_BOOL
*
fullscreen
)
;
[
propput
,
helpstring
(
"Returns/sets the fullscreen state."
)
]
HRESULT
fullscreen
(
[
in
]
VARIANT_BOOL
fullscreen
)
;
...
...
@@ -511,6 +503,16 @@ library AXVLC
[
id
(
DISPID_BackColor
),
propput
,
helpstring
(
"Returns/sets background color."
)
]
HRESULT
BackColor
(
[
in
]
OLE_COLOR
backcolor
)
;
/*
*
caution
:
vlcobject
.
toolbar:bool
does
not
yet
exists
in
Firefox
*
plugin
.
Official
usage
is
through
"toolbar"
property
for
now
,
*
which
is
compatibile
with
Firefox
.
*/
[
id
(
DISPID_Toolbar
),
propget
,
helpstring
(
"Returns/sets visibility of the toolbar"
)
]
HRESULT
Toolbar
(
[
out
,
retval
]
VARIANT_BOOL
*
visible
)
;
[
id
(
DISPID_Toolbar
),
propput
,
helpstring
(
"Returns/sets visibility of the toolbar"
)
]
HRESULT
Toolbar
(
[
in
]
VARIANT_BOOL
visible
)
;
[
propget
,
helpstring
(
"Returns the audio object."
)
]
HRESULT
audio
(
[
out
,
retval
]
IVLCAudio
**
obj
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment