The nsIBaseWindow describes a generic window and basic operations that can be performed on it. This is not to be a complete windowing interface but rather a common set that nearly all windowed objects support.
[scriptable, uuid(046bc8a0-8015-11d3-af70-00a024ffc08c)]
Attributes
set blurSuppression to true to suppress handling of blur events. set it false to re-enable them. query it to determine whether blur events are suppressed. The implementation should allow for blur events to be suppressed multiple times.
Methods
Tell the window to repaint itself
@param aForce - if true, repaint immediately
if false, the window may defer repainting as it sees fit.
