X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..da03e3303f63960ee75b4bfa7d1319f337a728fa:/contrib/include/wx/fl/dyntbarhnd.h?ds=sidebyside diff --git a/contrib/include/wx/fl/dyntbarhnd.h b/contrib/include/wx/fl/dyntbarhnd.h index 1fed738ccf..f0ceaa5621 100644 --- a/contrib/include/wx/fl/dyntbarhnd.h +++ b/contrib/include/wx/fl/dyntbarhnd.h @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: No names yet. +// Name: dyntbarhnd.h // Purpose: Contrib. demo // Author: Aleksandras Gluchovas // Modified by: // Created: 23/01/99 // RCS-ID: $Id$ // Copyright: (c) Aleksandras Gluchovas -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __DYNTBARHND_G__ @@ -19,12 +19,22 @@ #include "wx/fl/controlbar.h" #include "wx/fl/dyntbar.h" +/* +Dynamic toolbar dimension handler. +*/ + class cbDynToolBarDimHandler : public cbBarDimHandlerBase { - DECLARE_DYNAMIC_CLASS( cbDynToolBarDimHandler ) + DECLARE_DYNAMIC_CLASS( cbDynToolBarDimHandler ) public: - void OnChangeBarState(cbBarInfo* pBar, int newState ); - void OnResizeBar( cbBarInfo* pBar, const wxSize& given, wxSize& preferred ); + + // Called when the bar changes state. + + void OnChangeBarState(cbBarInfo* pBar, int newState ); + + // Called when a bar is resized. + + void OnResizeBar( cbBarInfo* pBar, const wxSize& given, wxSize& preferred ); }; #endif /* __DYNTBARHND_G__ */