// send a notification event, return true if processed
bool SendClickEvent();
- virtual void ApplyParentThemeBackground(const wxColour& bg)
- {
- // avoide switching into owner-drawn mode
- wxControl::SetBackgroundColour(bg);
- }
-
protected:
// default button handling