00001 #include "nsISupports.idl" 00002 00009 [scriptable, uuid(79534D05-0F20-4255-BD9B-CB388516D675) ] 00010 interface tmozIWindow: nsISupports 00011 { 00018 readonly attribute long windowHandle; 00019 00026 boolean isVisible(); 00027 00034 void activateWindow(); 00035 };