]> git.saurik.com Git - wxWidgets.git/commitdiff
tentative fix for BestSize problems (non-native toolbar)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Sep 2005 19:08:15 +0000 (19:08 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 Sep 2005 19:08:15 +0000 (19:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/toolbar.h

index 37b328b246a746e0c682d64b993d825cb424c4c3..0b6ec16033a3072f07ff8fa775eed48e90ff5208 100644 (file)
@@ -55,6 +55,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
     virtual bool Show(bool show = true);
     virtual bool IsShown() const;
     virtual void DoGetSize(int *width, int *height) const;
+    virtual wxSize DoGetBestSize() const ;
     virtual bool Realize();
 
     virtual void SetToolBitmapSize(const wxSize& size);