]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/settings.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / motif / settings.h
index 2dd0d459534967ca8db8c7fbe2ac65585bb52e7b..03c367e816eea0ed3a80ca57aedfa746d7ee0131 100644 (file)
@@ -37,8 +37,9 @@ 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