const wxSize& size = wxDefaultSize,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
- const wxString& name = wxButtonNameStr)
- {
- if ( !wxBitmapButtonBase::Create(parent, id, "",
- pos, size, style,
- validator, name) )
- return false;
-
- SetBitmapLabel(bitmap);
-
- return true;
- }
+ const wxString& name = wxButtonNameStr);
+private:
DECLARE_DYNAMIC_CLASS(wxBitmapButton)
};