WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIWebBrowserChromeFocus

IID:d2206418-1dd1-11b2-8e55-acddcd2bcfb8
Inherits From:nsISupports
Status:FROZEN

The nsIWebBrowserChromeFocus is implemented by the same object as the nsIEmbeddingSiteWindow. It represents the focus up-calls from mozilla to the embedding chrome. See mozilla bug #70224 for gratuitous info.


Methods

void focusNextElement ( ) void focusPrevElement ( )

void focusNextElement ( )

Set the focus at the next focusable element in the chrome.


void focusPrevElement ( )

Set the focus at the previous focusable element in the chrome.

Reference documentation is generated from Mozilla's source.