00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00004 interface tmozIViewObject; 00005 00019 [scriptable, uuid(e83ca401-e325-4686-896b-16717b2b8bde) ] 00020 interface tmozIDialog: nsISupports 00021 { 00028 attribute AString dialogUrl; 00029 00038 attribute boolean canResize; 00039 00046 readonly attribute boolean opened; 00047 00056 void addParameter(in nsISupports param); 00057 00065 void doModal(); 00066 00075 void create(in boolean show); 00076 00084 void close(); 00085 };