25#ifndef STD_BITMAP_BUTTON_H
26#define STD_BITMAP_BUTTON_H
28#include <wx/bmpbndl.h>
48 STD_BITMAP_BUTTON( wxWindow* aParent, wxWindowID aId,
const wxBitmap& aDummyBitmap,
49 const wxPoint& aPos = wxDefaultPosition,
const wxSize& aSize = wxDefaultSize,
54 void SetBitmap(
const wxBitmapBundle& aBmp );
55 bool Enable(
bool aEnable =
true )
override;
63 void OnPaint( wxPaintEvent& WXUNUSED( aEvent ) );