]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/settings.h
superposition of text styles in wxTextCtrl now works as expected (and as documented)
[wxWidgets.git] / include / wx / msw / settings.h
index 5dad2084f592914b014cd050b85d16e857d71192..bf24eb5bc68a7524b3aebef96c89a64ab210f63f 100644 (file)
@@ -32,6 +32,9 @@ 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