X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..bfb9ee966d5d1f29e49f38e340812ade4b3cc956:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index fa828361ed..0b0476844e 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -55,12 +55,17 @@ public: virtual void Command(wxCommandEvent& event); virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); virtual bool MSWCommand(WXUINT param, WXWORD id); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, - WXHWND pWnd, - WXUINT nCtlColor, - WXUINT message, - WXWPARAM wParam, - WXLPARAM lParam); + +#ifdef __WIN32__ + // coloured buttons support + virtual bool SetBackgroundColour(const wxColour &colour); + virtual bool SetForegroundColour(const wxColour &colour); + + virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item); + +private: + void MakeOwnerDrawn(); +#endif // __WIN32__ protected: // send a notification event, return TRUE if processed