]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/settings.cpp
Start of actual filling in of wxFrame.
[wxWidgets.git] / src / motif / settings.cpp
index 9bfe3411ca7646c8e03645f49d4098792f3a54c4..308afa94718b4888132ecb9c3d214e89fde49e3f 100644 (file)
@@ -51,6 +51,7 @@ wxColour wxSystemSettings::GetSystemColour(int index)
     }
     case wxSYS_COLOUR_HIGHLIGHT:
     case wxSYS_COLOUR_BTNHIGHLIGHT:
+       case wxSYS_COLOUR_LISTBOX:
       //    case wxSYS_COLOUR_3DHIGHLIGHT:      // Same as wxSYS_COLOUR_BTNHIGHLIGHT
     {
         return *wxWHITE;
@@ -69,12 +70,13 @@ wxColour wxSystemSettings::GetSystemColour(int index)
     }
     case wxSYS_COLOUR_HIGHLIGHTTEXT:
     {
-      return *wxWHITE;
+      return *wxBLUE;
     }
     case wxSYS_COLOUR_INFOBK:
     case wxSYS_COLOUR_APPWORKSPACE:
     {
-      return *wxWHITE;
+        return wxColour("LIGHT GREY");
+       //      return *wxWHITE;
     }
   }
   return *wxWHITE;
@@ -221,6 +223,5 @@ int wxSystemSettings::GetSystemMetric(int index)
                default:
                        return 0;
        }
-       return 0;
 }