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:
parent
baac715443
commit
f1f5ddd755
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user