Re-add XULTreeElement for selection tracking API.

This commit is contained in:
waterson%netscape.com 1999-08-18 02:12:53 +00:00
parent 7cff9960c7
commit 9c6ce2ffe8
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
interface XULTreeElement : XULElement {
/* IID: { 0xa6cf90ec, 0x15b3, 0x11d2, \
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } */
};

View File

@ -0,0 +1,5 @@
interface XULTreeElement : XULElement {
/* IID: { 0xa6cf90ec, 0x15b3, 0x11d2, \
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } */
};

View File

@ -26,6 +26,7 @@ IDLSRCS = \
XULDocument.idl \
XULElement.idl \
XULFocusTracker.idl \
XULTreeElement.idl \
$(NULL)
XPCOM_DESTDIR=$(DEPTH)\rdf\content\public