wxButton::Create

void Create(wxPanel *parent, wxFunction func, char *label, int x = -1, int y = -1, int width = -1, int height = -1, int style = 0, char *name = "button")

void Create(wxPanel *parent, wxFunction func, wxBitmap *wxBitmap, int x = -1, int y = -1, int width = -1, int height = -1, int style = 0, char *name = "button")

Button creation functions called by the button constructors. Call these when a derived button class uses the zero-argument wxButton constructor, but can reuse the existing button creation code. See wxButton::wxButton for details.