Add stubs for range and selection interfaces

git-svn-id: svn://10.0.0.236/trunk@34810 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-06-11 18:57:54 +00:00
parent 7c4a361bb0
commit 663c4a42c1

View File

@@ -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
%}