Public Member Functions | |
void | setWindowRegion (in nsISupports window, in nsISupports region) |
Set a region to a window This method assigns a region to a window at the OS level. You should first construct an nsIRegion object, and pass it alongside the window to which you wish to assign the region. |
Definition at line 43 of file IWindowRegion.idl.
void sbIWindowRegion::setWindowRegion | ( | in nsISupports | window, | |
in nsISupports | region | |||
) |
Set a region to a window This method assigns a region to a window at the OS level. You should first construct an nsIRegion object, and pass it alongside the window to which you wish to assign the region.
window | The document associated with the window to which you wish to assign the region | |
region | The region object to use as the window region |