Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: SamT on June 14, 2006, 02:06:35 am

Title: Colour setting of WxSmith
Post by: SamT on June 14, 2006, 02:06:35 am
Hi,

When I set the background colour to wxSYS_COLOUR_BTNFACE in WxSmith(Version 1.0 revision 2553 (2006-06-13 17:38:53)   gcc 3.4.4 Windows/unicode), the generated code can't be compile correctly. Old version got the same situation. The reason is the wxSystemSettings should include <wx/settings.h>. However, when I search the header file, I didn't find it and need to add manually.

Please also put <wx/settings.h> in the header file when change colour in WxSmith. Thanks!

Note: I don't have a account on BerliOS, can somebody help to submit this on the tracker?

Title: Re: Colour setting of WxSmith
Post by: byo on June 14, 2006, 09:54:08 am
Already added this header file. There's no need to post this to BerliOS ;)