]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/settings.h
added missing include (for instance, needed in the calendar sample for wxMotif)
[wxWidgets.git] / include / wx / mac / settings.h
index d274901abbbba607839f7fe54fb7c133f40b39e8..90aa26f7947b9909f309fcc4e88128f76b4e7152 100644 (file)
@@ -128,8 +128,9 @@ 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