X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6c255cbc0a0f6757b9bef432aa30becd1b3da91..d8fd7acb8b877599b410e07a4c26dde92a676a82:/include/wx/msw/bmpbuttn.h?ds=sidebyside diff --git a/include/wx/msw/bmpbuttn.h b/include/wx/msw/bmpbuttn.h index fc92a31363..2c77a71e80 100644 --- a/include/wx/msw/bmpbuttn.h +++ b/include/wx/msw/bmpbuttn.h @@ -12,10 +12,6 @@ #ifndef _WX_BMPBUTTN_H_ #define _WX_BMPBUTTN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "bmpbuttn.h" -#endif - #include "wx/button.h" #include "wx/bitmap.h" #include "wx/brush.h" @@ -59,8 +55,15 @@ public: protected: virtual wxSize DoGetBestSize() const; + // invalidate m_brushDisabled when system colours change + void OnSysColourChanged(wxSysColourChangedEvent& event); + + + // the brush we use to draw disabled buttons wxBrush m_brushDisabled; + + DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapButton) };