git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14488
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- if ( i == 3 )
- {
- // how did it happen? maybe OnSize() handler does something really
- // strange in this class?
- wxFAIL_MSG( _T("logic error in DoSetClientSize") );
-
- break;
- }
-
int widthClient = width,
heightClient = height;
int widthClient = width,
heightClient = height;
{
POINT pt;
GetCursorPos( & pt );
{
POINT pt;
GetCursorPos( & pt );
return wxPoint(pt.x, pt.y);
}
return wxPoint(pt.x, pt.y);
}