]> git.saurik.com Git - wxWidgets.git/commitdiff
toolbar support in all orientations
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Feb 2011 18:31:16 +0000 (18:31 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Feb 2011 18:31:16 +0000 (18:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/toolbar.h

index 8d5ee8b8722f321ff2d649ddf2484af7c553739c..553b70d6d36fbe7916d8bc2d24b3b7647961c076 100644 (file)
@@ -82,6 +82,10 @@ class WXDLLIMPEXP_CORE wxToolBar: public wxToolBarBase
 protected:
     // common part of all ctors
     void Init();
+    
+    void DoLayout();
+    
+    void DoSetSize(int x, int y, int width, int height, int sizeFlags);
 
 #ifndef __WXOSX_IPHONE__
    virtual void DoGetSize(int *width, int *height) const;