26 #include "nsISupports.idl"
43 [scriptable,
uuid(10EB215D-D70A-4eee-B5CE-39990B16706C)]
98 [scriptable,
uuid(5F4ABE1E-76D2-43b5-8D5E-E6E272A49C50)]
WindowMinMax service interface This is an interface to the WindowMinMax service, used to set and rese...
void resetCallback(in nsISupports window)
Remove window minmax callback This method removes the WindowMinMaxCallback object from the specified ...
PRInt32 GetMaxHeight()
Get maximum window height This method is called by the WindowMinMax hook to query the application for...
PRInt32 GetMaxWidth()
Get maximum window width This method is called by the WindowMinMax hook to query the application for ...
PRInt32 GetMinWidth()
Get minimum window width This method is called by the WindowMinMax hook to query the application for ...
WindowMinMax callback interface This interface describes a callback for the WindowMinMax service...
void OnWindowClose()
Window closing callback This method is called by the WindowMinMax hook to notify the callback object ...
PRInt32 GetMinHeight()
Get minimum window height This method is called by the WindowMinMax hook to query the application for...
void setCallback(in nsISupports window, in sbIWindowMinMaxCallback cb)
Set window minmax callback This method assigns a WindowMinMaxCallback object to the specified window...