00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00004 00011 [scriptable, uuid(b960f977-5ade-4732-b383-886b1e70bc7a) ] 00012 interface tmozIStatusBar: nsISupports 00013 { 00024 boolean createProgressBar(in AString progressId, in AString description, in long value, in long max); 00025 00036 boolean setProgressBar(in AString progressId, in AString description, in long value, in long max); 00037 00045 boolean removeProgressBar(in AString progressId); 00046 };