From a469976da477bc52e4c484e2a18f1d71fbd28524 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Fri, 15 Oct 1999 21:07:27 +0000 Subject: [PATCH] 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 --- mozilla/rdf/content/public/idl/XULEditorElement.idl | 5 +++++ mozilla/rdf/content/public/idl/makefile.win | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 mozilla/rdf/content/public/idl/XULEditorElement.idl diff --git a/mozilla/rdf/content/public/idl/XULEditorElement.idl b/mozilla/rdf/content/public/idl/XULEditorElement.idl new file mode 100644 index 00000000000..42310373e68 --- /dev/null +++ b/mozilla/rdf/content/public/idl/XULEditorElement.idl @@ -0,0 +1,5 @@ +interface XULEditorElement : XULElement { +/* IID: { 0x9a248050, 0x82d8, 0x11d3, \ + { 0xaf, 0x76, 0x0, 0xa0, 0x24, 0xff, 0xc0, 0x8c } } */ + readonly attribute xpidl nsIEditorShell editorShell; +}; diff --git a/mozilla/rdf/content/public/idl/makefile.win b/mozilla/rdf/content/public/idl/makefile.win index 456235f424b..e0c47e71465 100644 --- a/mozilla/rdf/content/public/idl/makefile.win +++ b/mozilla/rdf/content/public/idl/makefile.win @@ -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