]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/button.h
adding OS level Window Menu by default
[wxWidgets.git] / include / wx / palmos / button.h
index b94fb8731c7cd9bbb07619203a6d530feb2e9f83..37f60a955129a1f0cfb0c2f63114a822ae229ee8 100644 (file)
@@ -52,16 +52,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();