00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIFrame.idl" 00004 00017 [scriptable, uuid(992A2204-07E1-4b0e-85C8-36694F5BE8DF) ] 00018 interface tmozIDialogBar: nsISupports 00019 { 00026 attribute AString dialogUrl; 00027 00034 readonly attribute boolean opened; 00035 00044 void addParameter(in nsISupports param); 00045 00055 void create(in tmozIFrame frame, in AString dlgBarId); 00056 00062 void destroy(); 00063 };