const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
- const wxString& name = "staticBitmap");
+ const wxString& name = wxStaticBitmapNameStr);
/**
Creation function, for two-step construction. For details see wxStaticBitmap().
*/
- bool Create(wxWindow* parent, wxWindowID id,
- const wxBitmap& label,
+ bool Create(wxWindow* parent, wxWindowID id, const wxBitmap& label,
const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = 0,
- const wxString& name = "staticBitmap");
+ const wxSize& size = wxDefaultSize, long style = 0,
+ const wxString& name = wxStaticBitmapNameStr);
/**
Returns the bitmap currently used in the control.