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.

nsIEmbeddingSiteWindow2

IID:e932bf55-0a64-4beb-923a-1f32d3661044
Inherits From:nsIEmbeddingSiteWindow

The nsIEmbeddingSiteWindow is implemented by the embedder to provide Gecko with the means to call up to the host to perform basic windowing operations such as resizing and showing.

Changes from version 1 to version 2: A new method: blur()


Methods

void blur ( )

void blur ( )

Blur the window. This should unfocus the window and send an onblur event.

Reference documentation is generated from Mozilla's source.