]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/settings.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / msw / settings.h
index 6402bc29e50147544183638930ab2fcd18290532..bf24eb5bc68a7524b3aebef96c89a64ab210f63f 100644 (file)
@@ -33,6 +33,8 @@ 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