backported fix to wxSpinCtrl::GetClientSize() in wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-21 18:23:17 +00:00
parent f480c1c138
commit 26fa2f80fb
3 changed files with 19 additions and 0 deletions

View File

@@ -94,6 +94,10 @@ protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual wxSize DoGetBestSize() const;
virtual void DoGetSize(int *width, int *height) const;
#if wxABI_VERSION >= 20808
virtual void DoGetClientSize(int *x, int *y) const;
#endif
#if wxUSE_TOOLTIPS
virtual void DoSetToolTip( wxToolTip *tip );
#endif // wxUSE_TOOLTIPS