From f1f5ddd755d3b356ae4c6775ce721b9ff1eddd33 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 16 Feb 2011 18:31:16 +0000 Subject: [PATCH] toolbar support in all orientations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/toolbar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/osx/toolbar.h b/include/wx/osx/toolbar.h index 8d5ee8b872..553b70d6d3 100644 --- a/include/wx/osx/toolbar.h +++ b/include/wx/osx/toolbar.h @@ -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;