Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9c225446
Commit
9c225446
authored
Mar 23, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2.
parent
6af24c81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
exdisp.idl
include/exdisp.idl
+54
-0
No files found.
include/exdisp.idl
View file @
9c225446
...
@@ -322,6 +322,60 @@ dispinterface DWebBrowserEvents2
...
@@ -322,6 +322,60 @@ dispinterface DWebBrowserEvents2
[
id
(
DISPID_ONTHEATERMODE
)
]
[
id
(
DISPID_ONTHEATERMODE
)
]
void
OnTheaterMode
(
[
in
]
VARIANT_BOOL
TheaterMode
)
;
void
OnTheaterMode
(
[
in
]
VARIANT_BOOL
TheaterMode
)
;
[
id
(
DISPID_WINDOWSETRESIZABLE
)
]
void
WindowSetResizable
(
[
in
]
VARIANT_BOOL
Resizable
)
;
[
id
(
DISPID_WINDOWSETLEFT
)
]
void
WindowSetLeft
(
[
in
]
long
Left
)
;
[
id
(
DISPID_WINDOWSETTOP
)
]
void
WindowSetTop
(
[
in
]
long
Top
)
;
[
id
(
DISPID_WINDOWSETWIDTH
)
]
void
WindowSetWidth
(
[
in
]
long
Width
)
;
[
id
(
DISPID_WINDOWSETHEIGHT
)
]
void
WindowSetHeight
(
[
in
]
long
Height
)
;
[
id
(
DISPID_WINDOWCLOSING
)
]
void
WindowClosing
(
[
in
]
VARIANT_BOOL
IsChildWindow
,
[
in
,
out
]
VARIANT_BOOL
*
Cancel
)
;
[
id
(
DISPID_CLIENTTOHOSTWINDOW
)
]
void
ClientToHostWindow
(
[
in
,
out
]
long
*
CX
,
[
in
,
out
]
long
*
CY
)
;
[
id
(
DISPID_SETSECURELOCKICON
)
]
void
SetSecureLockIcon
(
[
in
]
long
SecureLockIcon
)
;
[
id
(
DISPID_FILEDOWNLOAD
)
]
void
FileDownload
(
[
in
,
out
]
VARIANT_BOOL
*
Cancel
)
;
[
id
(
DISPID_NAVIGATEERROR
)
]
void
NavigateError
(
[
in
]
IDispatch
*
pDisp
,
[
in
]
VARIANT
*
URL
,
[
in
]
VARIANT
*
Frame
,
[
in
]
VARIANT
*
StatusCode
,
[
in
,
out
]
VARIANT_BOOL
*
Cancel
)
;
[
id
(
DISPID_PRINTTEMPLATEINSTANTIATION
)
]
void
PrintTemplateInstantiation
(
[
in
]
IDispatch
*
pDisp
)
;
[
id
(
DISPID_PRINTTEMPLATETEARDOWN
)
]
void
PrintTemplateTeardown
(
[
in
]
IDispatch
*
pDisp
)
;
[
id
(
DISPID_UPDATEPAGESTATUS
)
]
void
UpdatePageStatus
(
[
in
]
IDispatch
*
pDisp
,
[
in
]
VARIANT
*
nPage
,
[
in
]
VARIANT
*
fDone
)
;
[
id
(
DISPID_PRIVACYIMPACTEDSTATECHANGE
)
]
void
PrivacyImpactedStateChange
(
[
in
]
VARIANT_BOOL
bImpacted
)
;
}
}
[
[
...
...
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