From 663c4a42c11cfc58d9c4679b3b8876c0610259c2 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 11 Jun 1999 18:57:54 +0000 Subject: [PATCH] Add stubs for range and selection interfaces git-svn-id: svn://10.0.0.236/trunk@34810 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/domstubs.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mozilla/dom/public/domstubs.idl b/mozilla/dom/public/domstubs.idl index 16742e31757..d8051dfec4b 100644 --- a/mozilla/dom/public/domstubs.idl +++ b/mozilla/dom/public/domstubs.idl @@ -95,6 +95,21 @@ interface nsIDOMWindow : nsISupports { }; +[scriptable, uuid(a6cf9076-15b3-11d2-932e-00805f8add32)] +interface nsIDOMDocumentFragment : nsIDOMNode {}; + +/* Range and selection */ + +[scriptable, uuid(a6cf90ce-15b3-11d2-932e-00805f8add32)] +interface nsIDOMRange : nsISupports {}; + +[scriptable, uuid(a6cf90e1-15b3-11d2-932e-00805f8add32)] +interface nsIDOMSelection : nsISupports {}; + +[scriptable, uuid(a6cf90e2-15b3-11d2-932e-00805f8add32)] +interface nsIDOMSelectionListener : nsISupports {}; + + %{C++ #endif %}