]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/settings.h
added inactive titlebar text colour
[wxWidgets.git] / include / wx / os2 / settings.h
index 8ddb450f36e2e686a80294e5494c61ecd94c34a9..d3f75e040408b42ae138bb3d0e947f97eb2e1aa3 100644 (file)
@@ -21,16 +21,11 @@ class WXDLLEXPORT wxSystemSettings: public wxObject
 {
 public:
     inline wxSystemSettings() {}
-
-    // Get a system colour
     static wxColour    GetSystemColour(int index);
-
-    // Get a system font
     static wxFont      GetSystemFont(int index);
-
-    // Get a system metric, e.g. scrollbar size
     static int         GetSystemMetric(int index);
-};
+    static bool        HasFrameDecorations() { return TRUE; }
+}; // end of CLASS wxSystemSettings
 
 #endif
     // _WX_SETTINGS_H_