]>
git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/fl/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__
16 #pragma interface "dyntbarhnd.h"
19 #include "wx/fl/controlbar.h"
20 #include "wx/fl/dyntbar.h"
22 class cbDynToolBarDimHandler
: public cbBarDimHandlerBase
24 DECLARE_DYNAMIC_CLASS( cbDynToolBarDimHandler
)
26 void OnChangeBarState(cbBarInfo
* pBar
, int newState
);
27 void OnResizeBar( cbBarInfo
* pBar
, const wxSize
& given
, wxSize
& preferred
);
30 #endif /* __DYNTBARHND_G__ */