]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/settings.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / gtk1 / settings.h
index 9e7db68bcdba446dfda824a381d0b301e29a2996..0292adb6f0fde2dc1ae0c3850e4bf08f43c3fc8d 100644 (file)
@@ -35,6 +35,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