#ifndef _WX_TBAR95_H_
#define _WX_TBAR95_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "toolbar.h"
-#endif
-
#if wxUSE_TOOLBAR
#include "wx/dynarray.h"
// implementation only from now on
// -------------------------------
- virtual void SetWindowStyleFlag(long style);
-
void OnMouseEvent(wxMouseEvent& event);
- void OnSysColourChanged(wxSysColourChangedEvent& event);
void SetFocus() {}
wxObject *clientData,
const wxString& shortHelp,
const wxString& longHelp);
- virtual wxToolBarToolBase *CreateTool(wxControl *control);
+ virtual wxToolBarToolBase *CreateTool(wxControl *control,
+ const wxString& label);
// return the appropriate size and flags for the toolbar control
virtual wxSize DoGetBestSize() const;