]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
For wxMSW capture and release the mouse as the cursor moves out or
[wxWidgets.git] / include / wx / msw / button.h
index 2728b707394aac52b67771d58d79b916f87a2442..8ae1f466fd48a61ce91426aee70239fec7a96d2f 100644 (file)
@@ -54,13 +54,6 @@ public:
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
 
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-    {
-        // avoide switching into owner-drawn mode
-        wxControl::SetBackgroundColour(bg);
-    }
-
-#ifdef __WIN32__
     // coloured buttons support
     virtual bool SetBackgroundColour(const wxColour &colour);
     virtual bool SetForegroundColour(const wxColour &colour);
     // coloured buttons support
     virtual bool SetBackgroundColour(const wxColour &colour);
     virtual bool SetForegroundColour(const wxColour &colour);
@@ -69,7 +62,6 @@ public:
 
 private:
     void MakeOwnerDrawn();
 
 private:
     void MakeOwnerDrawn();
-#endif // __WIN32__
 
 protected:
     // send a notification event, return true if processed
 
 protected:
     // send a notification event, return true if processed