]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/settings.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / os2 / settings.h
index 8ddb450f36e2e686a80294e5494c61ecd94c34a9..c9dfaabd02ce5f08f9fd501658dd1a7e3711a045 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        GetCapability(int index);
+}; // end of CLASS wxSystemSettings
 
 #endif
     // _WX_SETTINGS_H_