X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/palmos/button.h 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();