- 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 );