]> git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/fl/dyntbarhnd.h
Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
[wxWidgets.git] / contrib / include / wx / fl / dyntbarhnd.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: No names yet.
3 // Purpose: Contrib. demo
4 // Author: Aleksandras Gluchovas
5 // Modified by:
6 // Created: 23/01/99
7 // RCS-ID: $Id$
8 // Copyright: (c) Aleksandras Gluchovas
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef __DYNTBARHND_G__
13 #define __DYNTBARHND_G__
14
15 #ifdef __GNUG__
16 #pragma interface "dyntbarhnd.h"
17 #endif
18
19 #include "wx/fl/controlbar.h"
20 #include "wx/fl/dyntbar.h"
21
22 class cbDynToolBarDimHandler : public cbBarDimHandlerBase
23 {
24 DECLARE_DYNAMIC_CLASS( cbDynToolBarDimHandler )
25 public:
26 void OnChangeBarState(cbBarInfo* pBar, int newState );
27 void OnResizeBar( cbBarInfo* pBar, const wxSize& given, wxSize& preferred );
28 };
29
30 #endif /* __DYNTBARHND_G__ */
31