wxButton() { }
wxButton(wxWindow *parent,
wxWindowID id,
- const wxString& label,
+ const wxString& label = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
bool Create(wxWindow *parent,
wxWindowID id,
- const wxString& label,
+ const wxString& label = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
virtual bool MSWCommand(WXUINT param, WXWORD id);
+ virtual void ApplyParentThemeBackground(const wxColour& bg)
+ {
+ // avoide switching into owner-drawn mode
+ wxControl::SetBackgroundColour(bg);
+ }
+
#ifdef __WIN32__
// coloured buttons support
virtual bool SetBackgroundColour(const wxColour &colour);
#endif // __WIN32__
protected:
- // send a notification event, return TRUE if processed
+ // send a notification event, return true if processed
bool SendClickEvent();
// default button handling