]> 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 62d8e5f0378e1b9e5a670dbcdca5d2d369f48a16..37f60a955129a1f0cfb0c2f63114a822ae229ee8 100644 (file)
@@ -51,18 +51,12 @@ public:
 
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
-    virtual bool MSWCommand(WXUINT param, WXWORD id);
 
-    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();
@@ -72,7 +66,6 @@ protected:
 
     // usually overridden base class virtuals
     virtual wxSize DoGetBestSize() const;
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxButton)