From: Julian Smart Date: Mon, 22 Jan 2001 11:54:25 +0000 (+0000) Subject: And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/039df3032c7372a589ff8cbd101fb0abe42f4ab3?ds=inline And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/colours.bmp b/include/wx/msw/colours.bmp new file mode 100644 index 0000000000..62d1f8045f Binary files /dev/null and b/include/wx/msw/colours.bmp differ diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 0794b196a7..ed4164b831 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -150,3 +150,7 @@ cross_bmp BITMAP "wx/msw/cross.bmp" // For wxContextHelpButton csquery BITMAP "wx/msw/csquery.bmp" + +// For obtaining the RGB values of standard colours +wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" +