]> 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 4c7c1c3561cd4c251f4f9c66f84628dec383faf5..bf24eb5bc68a7524b3aebef96c89a64ab210f63f 100644 (file)
@@ -33,9 +33,8 @@ 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