adding bestsize for osx_cocoa combobox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-06-21 14:00:59 +00:00
parent c14ae7f5b3
commit 5bd7710593
2 changed files with 30 additions and 1 deletions

View File

@@ -165,9 +165,9 @@ protected:
#endif
virtual wxWindow *GetEditableWindow() { return this; }
#if wxOSX_USE_CARBON
// override the base class virtuals involved in geometry calculations
virtual wxSize DoGetBestSize() const;
#if wxOSX_USE_CARBON
virtual void DoMoveWindow(int x, int y, int width, int height);
#endif