X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..4bc4bae18573d2e8111ed0df0061f32a012f04dd:/include/wx/palmos/button.h diff --git a/include/wx/palmos/button.h b/include/wx/palmos/button.h index b94fb8731c..cc45441469 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 // ---------------------------------------------------------------------------- @@ -52,16 +48,11 @@ public: // 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();