X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/palmos/button.h diff --git a/include/wx/palmos/button.h b/include/wx/palmos/button.h index b94fb8731c..4c1118b475 100644 --- a/include/wx/palmos/button.h +++ b/include/wx/palmos/button.h @@ -12,10 +12,6 @@ #ifndef _WX_BUTTON_H_ #define _WX_BUTTON_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "button.h" -#endif - // ---------------------------------------------------------------------------- // Pushbutton // ---------------------------------------------------------------------------- @@ -47,21 +43,16 @@ public: virtual ~wxButton(); - virtual void SetDefault(); + virtual wxWindow *SetDefault(); // implementation from now on virtual void Command(wxCommandEvent& event); - virtual void ApplyParentThemeBackground(const wxColour& bg) - { - // avoide switching into owner-drawn mode - wxControl::SetBackgroundColour(bg); - } - -protected: // send a notification event, return true if processed bool SendClickEvent(); +protected: + // default button handling void SetTmpDefault(); void UnsetTmpDefault();