// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// event handlers
void OnActivate(wxActivateEvent& event);
void OnSysColourChanged(wxSysColourChangedEvent& event);
- void OnSize(wxSizeEvent& event);
// Toolbar
#if wxUSE_TOOLBAR
void PositionBars();
+ // internal response to size events
+ virtual void MacOnInternalSize() { PositionBars(); }
protected:
// common part of all ctors