import "nsIDOMChromeWindow.idl";
Public Member Functions | |
void | getAttention () |
void | getAttentionWithCycleCount (in long aCycleCount) |
void | setCursor (in DOMString cursor) |
void | maximize () |
void | minimize () |
void | restore () |
void | notifyDefaultButtonLoaded (in nsIDOMElement defaultButton) |
Notify a default button is loaded on a dialog or a wizard. | |
Public Attributes | |
const unsigned short | STATE_MAXIMIZED = 1 |
const unsigned short | STATE_MINIMIZED = 2 |
const unsigned short | STATE_NORMAL = 3 |
const unsigned short | STATE_FULLSCREEN = 4 |
readonly attribute unsigned short | windowState |
attribute nsIBrowserDOMWindow | browserDOMWindow |
browserDOMWindow provides access to yet another layer of utility functions implemented by chrome script. |
void nsIDOMChromeWindow::getAttention | ( | ) |
void nsIDOMChromeWindow::getAttentionWithCycleCount | ( | in long | aCycleCount | ) |
void nsIDOMChromeWindow::maximize | ( | ) |
void nsIDOMChromeWindow::minimize | ( | ) |
void nsIDOMChromeWindow::notifyDefaultButtonLoaded | ( | in nsIDOMElement | defaultButton | ) |
Notify a default button is loaded on a dialog or a wizard.
defaultButton is the default button.
void nsIDOMChromeWindow::restore | ( | ) |
void nsIDOMChromeWindow::setCursor | ( | in DOMString | cursor | ) |
browserDOMWindow provides access to yet another layer of utility functions implemented by chrome script.
It will be null for DOMWindows not corresponding to browsers.
const unsigned short nsIDOMChromeWindow::STATE_FULLSCREEN = 4 |
const unsigned short nsIDOMChromeWindow::STATE_MAXIMIZED = 1 |
const unsigned short nsIDOMChromeWindow::STATE_MINIMIZED = 2 |
const unsigned short nsIDOMChromeWindow::STATE_NORMAL = 3 |
readonly attribute unsigned short nsIDOMChromeWindow::windowState |