]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/button.h
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()
[wxWidgets.git] / include / wx / palmos / button.h
index b94fb8731c7cd9bbb07619203a6d530feb2e9f83..cc45441469a2433203b5fd04a247b2298954edea 100644 (file)
 #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();