]>
git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/src/dyntbarhnd.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Contrib. demo
4 // Author: Aleksandras Gluchovas
8 // Copyright: (c) Aleksandras Gluchovas
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __DYNTBARHND_G__
13 #define __DYNTBARHND_G__
15 #include "controlbar.h"
18 class cbDynToolBarDimHandler
: public cbBarDimHandlerBase
20 DECLARE_DYNAMIC_CLASS( cbDynToolBarDimHandler
)
22 void OnChangeBarState(cbBarInfo
* pBar
, int newState
);
23 void OnResizeBar( cbBarInfo
* pBar
, const wxSize
& given
, wxSize
& preferred
);