]> 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 92a61461af2219d87bb0ad10ce5e223641d582ba..03c367e816eea0ed3a80ca57aedfa746d7ee0131 100644 (file)
@@ -36,6 +36,10 @@ public:
 
     // Get a system metric, e.g. scrollbar size
     static int         GetSystemMetric(int index);
+
+    // Return true if the port has certain feature
+    static bool        GetCapability(int index);
+
 };
 
 #endif