multiple fixes to wxChoice/wxCombobox height getting/setting (replaces patches 888171, 834099; fixes bug 880590)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-07 18:42:56 +00:00
parent eb630bf1ec
commit d99957b6b0
3 changed files with 64 additions and 23 deletions

View File

@@ -96,10 +96,14 @@ protected:
// MSW implementation
virtual wxSize DoGetBestSize() const;
virtual void DoGetSize(int *w, int *h) const;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);
// get the real height of the control
int GetVisibleHeight() const;
// free all memory we have (used by Clear() and dtor)
void Free();