]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/button.h
Applied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox
[wxWidgets.git] / include / wx / palmos / button.h
index 62d8e5f0378e1b9e5a670dbcdca5d2d369f48a16..4c01bac899a260c68e538ed0f7dee221f5b494ac 100644 (file)
@@ -51,7 +51,9 @@ public:
 
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
-    virtual bool MSWCommand(WXUINT param, WXWORD id);
+
+    // send a notification event, return true if processed
+    bool SendClickEvent();
 
     virtual void ApplyParentThemeBackground(const wxColour& bg)
     {
@@ -60,8 +62,6 @@ public:
     }
 
 protected:
-    // send a notification event, return true if processed
-    bool SendClickEvent();
 
     // default button handling
     void SetTmpDefault();
@@ -72,7 +72,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)