Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2b3c8ad5
Commit
2b3c8ad5
authored
Dec 30, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 31, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added HTMLStyle coclass declaration.
parent
f9cbbab5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
htmlstyle.h
dlls/mshtml/htmlstyle.h
+2
-2
mshtml.idl
include/mshtml.idl
+14
-0
No files found.
dlls/mshtml/htmlstyle.h
View file @
2b3c8ad5
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
typedef
struct
{
struct
HTMLStyle
{
DispatchEx
dispex
;
DispatchEx
dispex
;
const
IHTMLStyleVtbl
*
lpHTMLStyleVtbl
;
const
IHTMLStyleVtbl
*
lpHTMLStyleVtbl
;
const
IHTMLStyle2Vtbl
*
lpHTMLStyle2Vtbl
;
const
IHTMLStyle2Vtbl
*
lpHTMLStyle2Vtbl
;
...
@@ -24,7 +24,7 @@ typedef struct {
...
@@ -24,7 +24,7 @@ typedef struct {
LONG
ref
;
LONG
ref
;
nsIDOMCSSStyleDeclaration
*
nsstyle
;
nsIDOMCSSStyleDeclaration
*
nsstyle
;
}
HTMLStyle
;
};
#define HTMLSTYLE(x) ((IHTMLStyle*) &(x)->lpHTMLStyleVtbl)
#define HTMLSTYLE(x) ((IHTMLStyle*) &(x)->lpHTMLStyleVtbl)
#define HTMLSTYLE2(x) ((IHTMLStyle2*) &(x)->lpHTMLStyle2Vtbl)
#define HTMLSTYLE2(x) ((IHTMLStyle2*) &(x)->lpHTMLStyle2Vtbl)
...
...
include/mshtml.idl
View file @
2b3c8ad5
...
@@ -2245,6 +2245,20 @@ methods:
...
@@ -2245,6 +2245,20 @@ methods:
VARIANT
minHeight
()
;
VARIANT
minHeight
()
;
}
}
[
noncreatable
,
uuid
(
3050
f285
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
coclass
HTMLStyle
{
[
default
]
dispinterface
DispHTMLStyle
;
interface
IHTMLStyle
;
interface
IHTMLStyle2
;
/*
interface
IHTMLStyle3
; */
/*
interface
IHTMLStyle4
; */
/*
interface
IHTMLStyle5
; */
}
/*****************************************************************************
/*****************************************************************************
*
IHTMLRenderStyle
interface
*
IHTMLRenderStyle
interface
*/
*/
...
...
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