Files
Mozilla/mozilla/rdf/tests/domds/nsIDOMViewerElement.idl
alecf%netscape.com de2e6cfb95 land new DOMViewer branch
no reviewer, not part of product, just a test


git-svn-id: svn://10.0.0.236/trunk@51102 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:46:45 +00:00

14 lines
228 B
Plaintext

#include "nsISupports.idl"
#include "domstubs.idl"
%{C++
#include "nsIDOMNode.h"
%}
[scriptable, uuid(2842a0ba-4bd8-11d3-ac84-00a0c900d445)]
interface nsIDOMViewerElement : nsISupports {
attribute nsISupports object;
};