Commit 91c568bc authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLStyleElement coclass declaration.

parent 8d467a4b
......@@ -33,14 +33,14 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLStyleElement {
HTMLElement element;
IHTMLStyleElement IHTMLStyleElement_iface;
nsIDOMHTMLStyleElement *nsstyle;
IHTMLStyleSheet *style_sheet;
} HTMLStyleElement;
};
static inline HTMLStyleElement *impl_from_IHTMLStyleElement(IHTMLStyleElement *iface)
{
......
......@@ -19721,6 +19721,23 @@ methods:
}
/*****************************************************************************
* HTMLStyleElement coclass
*/
[
noncreatable,
uuid(3050f37d-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLStyleElement
{
[default] dispinterface DispHTMLStyleElement;
/* [source, default] dispinterface HTMLStyleElementEvents; */
/* [source] dispinterface HTMLStyleElementEvents2; */
WINE_HTMLELEMENT_INTERFACES;
interface IHTMLStyleElement;
/* interface IHTMLStyleElement2; */
}
/*****************************************************************************
* IHTMLStorage interface
*/
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment