X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8945eeff6a096fed3210a3bd44e81aa895dfa61..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/include/wx/msw/tbar95.h diff --git a/include/wx/msw/tbar95.h b/include/wx/msw/tbar95.h index 9bdf0109c5..01949b91cb 100644 --- a/include/wx/msw/tbar95.h +++ b/include/wx/msw/tbar95.h @@ -66,6 +66,8 @@ public: void OnMouseEvent(wxMouseEvent& event); void OnSysColourChanged(wxSysColourChangedEvent& event); + static WXHBITMAP MapBitmap(WXHBITMAP bitmap, int width, int height); + protected: // common part of all ctors void Init(); @@ -105,13 +107,6 @@ protected: private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxToolBar) - - static bool sm_coloursInit; // Have we initialized the colour table yet? - static long sm_stdColours[6]; // The RGB values of the standard 6 colours - -public: - void MapBitmap(WXHBITMAP bitmap, int width, int height); - }; #endif // wxUSE_TOOLBAR