adapted background color for mac for listcontrols

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2001-05-29 21:12:26 +00:00
parent ed4ddd3393
commit 9eed87190a
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@ wxColour wxSystemSettings::GetSystemColour(int index)
return wxColor( 0xDD , 0xDD , 0xDD ) ;
break ;
case wxSYS_COLOUR_LISTBOX :
return wxColor( 0xEE , 0xEE , 0xEE ) ;
break ;
case wxSYS_COLOUR_BTNSHADOW:
return wxColor( 0x44 , 0x44 , 0x44 ) ;
break ;

View File

@ -33,6 +33,9 @@ wxColour wxSystemSettings::GetSystemColour(int index)
return wxColor( 0xDD , 0xDD , 0xDD ) ;
break ;
case wxSYS_COLOUR_LISTBOX :
return wxColor( 0xEE , 0xEE , 0xEE ) ;
break ;
case wxSYS_COLOUR_BTNSHADOW:
return wxColor( 0x44 , 0x44 , 0x44 ) ;
break ;