]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/settings.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / gtk / settings.h
index 901678da4145a47823e72966749c5aa40a04b385..0292adb6f0fde2dc1ae0c3850e4bf08f43c3fc8d 100644 (file)
@@ -36,8 +36,8 @@ public:
     // Get a system metric, e.g. scrollbar size
     static int         GetSystemMetric(int index);
 
-    // Return true if the port can draw frame titlebar (i.e. doesn't need wxUniv for it)
-    static bool        HasFrameDecorations() { return TRUE; }
+    // Return true if the port has certain feature
+    static bool        GetCapability(int index);
 };
 
 #endif