// implementation from now on
virtual void Command(wxCommandEvent& event);
- virtual bool MSWCommand(WXUINT param, WXWORD id);
+
+ // send a notification event, return true if processed
+ bool SendClickEvent();
virtual void ApplyParentThemeBackground(const wxColour& bg)
{
}
protected:
- // send a notification event, return true if processed
- bool SendClickEvent();
// default button handling
void SetTmpDefault();
// usually overridden base class virtuals
virtual wxSize DoGetBestSize() const;
- virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxButton)