sbIWindowMinMax Interface Reference

WindowMinMax service interface This is an interface to the WindowMinMax service, used to set and reset callbacks for querying the application for minimum and maximum dimensions. More...

List of all members.

Public Member Functions

void setCallback (in nsISupports window, in sbIWindowMinMaxCallback cb)
 Set window minmax callback This method assigns a WindowMinMaxCallback object to the specified window. When the user resizes this window, the callback object is queried for minimum and maximum window dimensions.
void resetCallback (in nsISupports window)
 Remove window minmax callback This method removes the WindowMinMaxCallback object from the specified window.


Detailed Description

WindowMinMax service interface This is an interface to the WindowMinMax service, used to set and reset callbacks for querying the application for minimum and maximum dimensions.

See also:
sbIWindowMinMaxCallback

Definition at line 99 of file IWindowMinMax.idl.


Member Function Documentation

void sbIWindowMinMax::resetCallback ( in nsISupports  window  ) 

Remove window minmax callback This method removes the WindowMinMaxCallback object from the specified window.

Parameters:
window The document associated with the window which had previously been assigned a WindowMinMax callback object.
See also:
setCallback, sbIWindowMinMaxCallback

void sbIWindowMinMax::setCallback ( in nsISupports  window,
in sbIWindowMinMaxCallback  cb 
)

Set window minmax callback This method assigns a WindowMinMaxCallback object to the specified window. When the user resizes this window, the callback object is queried for minimum and maximum window dimensions.

Parameters:
window The document associated with the window whose dimensions should be limited.
cb The callback object used to query for minimum and maximum dimensions
See also:
resetCallback, sbIWindowMinMaxCallback


The documentation for this interface was generated from the following file:
Generated on Mon Aug 21 21:01:56 2006 for Songbird by  doxygen 1.4.7