X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29604c85d6ff8f4cd1eaa19adf41862372ea4c54..77c8efc8c37da6d6a5e2e8022d21d1cd7d76371d:/include/wx/generic/spinctlg.h diff --git a/include/wx/generic/spinctlg.h b/include/wx/generic/spinctlg.h index 8ceedf767a..f5f52a56bb 100644 --- a/include/wx/generic/spinctlg.h +++ b/include/wx/generic/spinctlg.h @@ -108,6 +108,7 @@ public: protected: // override the base class virtuals involved into geometry calculations virtual wxSize DoGetBestSize() const; + virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const; virtual void DoMoveWindow(int x, int y, int width, int height); #ifdef __WXMSW__