git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14030
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case wxSYS_COLOUR_APPWORKSPACE:
{
return wxColour("LIGHT GREY");
case wxSYS_COLOUR_APPWORKSPACE:
{
return wxColour("LIGHT GREY");
+
+ case wxSYS_COLOUR_HOTLIGHT:
+ case wxSYS_COLOUR_GRADIENTACTIVECAPTION:
+ case wxSYS_COLOUR_GRADIENTINACTIVECAPTION:
+ case wxSYS_COLOUR_MENUHILIGHT:
+ case wxSYS_COLOUR_MENUBAR:
+ // TODO
+ return wxColour("LIGHT GREY");
+
+ default:
+ case wxSYS_COLOUR_MAX:
+ wxFAIL_MSG( _T("unknown colour") );