toolbar support in all orientations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-02-16 18:31:16 +00:00
parent baac715443
commit f1f5ddd755

View 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;