]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/settings.cpp
replace usage of objective-c keyword 'id'
[wxWidgets.git] / src / gtk / settings.cpp
index 20e413249f2c115ddb4442a21dc0a5b11f75f325..d4b9201cc653b4033b74b13d297e6dae5596e685 100644 (file)
@@ -189,6 +189,12 @@ wxColour wxSystemSettingsNative::GetColour( wxSystemColour index )
             color = wxColor(ListStyle()->text[GTK_STATE_NORMAL]);
             break;
 
+        case wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT:
+            // This is for the text in a list control (or tree) when the
+            // item is selected, but not focused
+            color = wxColor(ListStyle()->text[GTK_STATE_ACTIVE]);
+            break;
+
         case wxSYS_COLOUR_MENUTEXT:
         case wxSYS_COLOUR_WINDOWTEXT:
         case wxSYS_COLOUR_CAPTIONTEXT: