// implementation from now on
virtual void Command(wxCommandEvent& event);
+ // send a notification event, return true if processed
+ bool SendClickEvent();
+
virtual void ApplyParentThemeBackground(const wxColour& bg)
{
// avoide switching into owner-drawn mode
}
protected:
- // send a notification event, return true if processed
- bool SendClickEvent();
// default button handling
void SetTmpDefault();