nsIXULBrowserWindow
| IID: | 67a601df-f091-4894-a2e2-2e6cfebb35ea |
| Inherits From: | nsISupports |
The nsIXULBrowserWindow supplies the methods that may be called from the internals of the browser area to tell the containing xul window to update it's ui.
Methods
void setJSDefaultStatus ( AString status )
void setJSStatus ( AString status )
void setOverLink ( AString link , nsIDOMElement element )
void setJSDefaultStatus ( AString status )
Sets the default status according to JS' version of default status.
- Arguments:
- status
void setJSStatus ( AString status )
Sets the status according to JS' version of status.
- Arguments:
- status
void setOverLink ( AString link , nsIDOMElement element )
Tells the object implementing this function what link we are currently over.
- Arguments:
- link
- element
References
This interface is the type of the following properties:
Reference documentation is generated from Mozilla's source.
