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
aece72e3
Commit
aece72e3
authored
Jan 03, 2009
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Add missing IHTMLStyle interfaces.
parent
79dd662d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
125 additions
and
2 deletions
+125
-2
mshtml.idl
include/mshtml.idl
+125
-2
No files found.
include/mshtml.idl
View file @
aece72e3
...
...
@@ -2246,6 +2246,129 @@ methods:
}
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f656
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLStyle3
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLSTYLE3_LAYOUTFLOW
),
displaybind
,
bindable
]
HRESULT
layoutFlow
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_LAYOUTFLOW
),
displaybind
,
bindable
]
HRESULT
layoutFlow
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_ZOOM
),
displaybind
,
bindable
]
HRESULT
zoom
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_ZOOM
),
displaybind
,
bindable
]
HRESULT
zoom
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_WORDWRAP
),
displaybind
,
bindable
]
HRESULT
wordWrap
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_WORDWRAP
),
displaybind
,
bindable
]
HRESULT
wordWrap
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION
),
displaybind
,
bindable
]
HRESULT
textUnderlinePosition
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_TEXTUNDERLINEPOSITION
),
displaybind
,
bindable
]
HRESULT
textUnderlinePosition
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarBaseColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARBASECOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarBaseColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarFaceColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARFACECOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarFaceColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbar3dLightColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBAR3DLIGHTCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbar3dLightColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarShadowColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARSHADOWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarShadowColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarHighlightColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARHIGHLIGHTCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarHighlightColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarDarkShadowColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARDARKSHADOWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarDarkShadowColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarArrowColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARARROWCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarArrowColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarTrackColor
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_SCROLLBARTRACKCOLOR
),
displaybind
,
bindable
]
HRESULT
scrollbarTrackColor
(
[
retval
,
out
]
VARIANT
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_WRITINGMODE
),
displaybind
,
bindable
]
HRESULT
writingMode
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_WRITINGMODE
),
displaybind
,
bindable
]
HRESULT
writingMode
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_TEXTALIGNLAST
),
displaybind
,
bindable
]
HRESULT
textAlignLast
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_TEXTALIGNLAST
),
displaybind
,
bindable
]
HRESULT
textAlignLast
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE
),
displaybind
,
bindable
]
HRESULT
textKashidaSpace
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE3_TEXTKASHIDASPACE
),
displaybind
,
bindable
]
HRESULT
textKashidaSpace
(
[
retval
,
out
]
VARIANT
*
p
)
;
}
/*****************************************************************************
*
IHTMLSytyle4
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f816
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLStyle4
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLSTYLE4_TEXTOVERFLOW
),
displaybind
,
bindable
]
HRESULT
textOverflow
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE4_TEXTOVERFLOW
),
displaybind
,
bindable
]
HRESULT
textOverflow
(
[
retval
,
out
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLSTYLE4_MINHEIGHT
),
displaybind
,
bindable
]
HRESULT
minHeight
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLSTYLE4_MINHEIGHT
),
displaybind
,
bindable
]
HRESULT
minHeight
(
[
retval
,
out
]
VARIANT
*
p
)
;
}
[
noncreatable
,
uuid
(
3050
f285
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
...
...
@@ -2254,8 +2377,8 @@ coclass HTMLStyle
[
default
]
dispinterface
DispHTMLStyle
;
interface
IHTMLStyle
;
interface
IHTMLStyle2
;
/*
interface
IHTMLStyle3
; */
/*
interface
IHTMLStyle4
; */
interface
IHTMLStyle3
;
interface
IHTMLStyle4
;
/*
interface
IHTMLStyle5
; */
}
...
...
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