WindowMinMax callback interface This interface describes a callback for the WindowMinMax service, used to query the application for minimum and maximum dimensions. The callback is also used to trap the closing of the window. More...
import"IWindowMinMax.idl";
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. More... | |
PRInt32 | GetMinHeight () |
Get minimum window height This method is called by the WindowMinMax hook to query the application for a minimum window height. More... | |
PRInt32 | GetMaxWidth () |
Get maximum window width This method is called by the WindowMinMax hook to query the application for a maximum window width. More... | |
PRInt32 | GetMaxHeight () |
Get maximum window height This method is called by the WindowMinMax hook to query the application for a maximum window height. More... | |
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. More... | |
WindowMinMax callback interface This interface describes a callback for the WindowMinMax service, used to query the application for minimum and maximum dimensions. The callback is also used to trap the closing of the window.
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.