// Name: bmpbutton.h
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetDefault(void);
void SetLabel( const wxString &label );
wxString GetLabel(void) const;
+ virtual void SetLabel(const wxBitmap& bitmap) { SetBitmapLabel(bitmap); }
+ virtual void SetBitmapLabel( const wxBitmap& bitmap );
+ wxBitmap& GetBitmapLabel(void) const { return (wxBitmap&) m_bitmap; }
public: