00001 #include "nsISupports.idl" 00002 00017 [scriptable, uuid(5116DE9D-D466-4254-A98A-E3D8408049ED)] 00018 interface tmozIContextBar: nsISupports 00019 { 00026 attribute AString activeProfile; 00027 00034 void addProfile(in AString name); 00035 00042 void removeProfile(in AString name); 00043 00052 void addButton(in AString profileName, in AString buttonId, in AString buttonText); 00053 00060 void addSeparator(in AString profileName); 00061 };