This article covers features introduced in SeaMonkey 2
The smileIApplication
interface is used for managing and accessing the applications systems. smileIApplication
is defined in http://mxr.mozilla.org/comm-central/source/suite/smile/public/smileIApplication.idl.
Implemented via XPCOM service for extIApplication
: see the instructions on the FUEL (Firefox), STEEL (Thunderbird) and SMILE (SeaMonkey) pages.
Method overview
Attributes
Attribute | Type | Description |
windows | readonly attribute nsIVariant | An array of browser windows within the application. |
activeWindow | readonly attribute smileIWindow | The currently active browser window. |