Public Member Functions | |
PRInt32 | GetMinWidth () |
Get minimum window width This method is called by the WindowMinMax hook to query the application for a minimum window width. | |
PRInt32 | GetMinHeight () |
Get minimum window height This method is called by the WindowMinMax hook to query the application for a minimum window height. | |
PRInt32 | GetMaxWidth () |
Get maximum window width This method is called by the WindowMinMax hook to query the application for a maximum window width. | |
PRInt32 | GetMaxHeight () |
Get maximum window height This method is called by the WindowMinMax hook to query the application for a maximum window height. | |
void | OnWindowClose () |
Window closing callback This method is called by the WindowMinMax hook to notify the callback object that the window being monitored is now closing. |
Definition at line 44 of file IWindowMinMax.idl.
PRInt32 sbIWindowMinMaxCallback::GetMaxHeight | ( | ) |
Get maximum window height This method is called by the WindowMinMax hook to query the application for a maximum window height.
PRInt32 sbIWindowMinMaxCallback::GetMaxWidth | ( | ) |
Get maximum window width This method is called by the WindowMinMax hook to query the application for a maximum window width.
PRInt32 sbIWindowMinMaxCallback::GetMinHeight | ( | ) |
Get minimum window height This method is called by the WindowMinMax hook to query the application for a minimum window height.
PRInt32 sbIWindowMinMaxCallback::GetMinWidth | ( | ) |
Get minimum window width This method is called by the WindowMinMax hook to query the application for a minimum window width.
void sbIWindowMinMaxCallback::OnWindowClose | ( | ) |
Window closing callback This method is called by the WindowMinMax hook to notify the callback object that the window being monitored is now closing.