X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..26531700c7ec84872c60899ce6219954499086da:/include/wx/palmos/button.h?ds=sidebyside diff --git a/include/wx/palmos/button.h b/include/wx/palmos/button.h index b94fb8731c..4c01bac899 100644 --- a/include/wx/palmos/button.h +++ b/include/wx/palmos/button.h @@ -52,6 +52,9 @@ public: // 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 @@ -59,8 +62,6 @@ public: } protected: - // send a notification event, return true if processed - bool SendClickEvent(); // default button handling void SetTmpDefault();