Adding support for retrieving the EditorShell from editor element. r=hyatt

git-svn-id: svn://10.0.0.236/trunk@50845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-10-15 21:07:27 +00:00
parent ce92446784
commit a469976da4
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
interface XULEditorElement : XULElement {
/* IID: { 0x9a248050, 0x82d8, 0x11d3, \
{ 0xaf, 0x76, 0x0, 0xa0, 0x24, 0xff, 0xc0, 0x8c } } */
readonly attribute xpidl nsIEditorShell editorShell;
};

View File

@@ -25,7 +25,8 @@ IDLSRCS = \
XULElement.idl \
XULCommandDispatcher.idl \
XULTreeElement.idl \
$(NULL)
XULEditorElement.idl \
$(NULL)
XPCOM_DESTDIR=$(DEPTH)\rdf\content\public
JSSTUB_DESTDIR=$(DEPTH)\rdf\content\src