From: Mattia B. <mb...@ds...> - 2002-08-27 20:27:13
|
> Is there a name for the default background colour of a frame, a panel or > whatever Wx::Window derrivate? I tried to set the background colour of a > selected button, and tried to reset it back to its original value, and > thought that would be wxLIGHT_GREY, but that seems to be a bit darker > than the default backgroundcolour. Wx::SystemSetting::GetColour; I think the colour you want is wxSYS_COLOUR_WINDOW. HTH Mattia |