]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/settings.h
Updated Italian translations
[wxWidgets.git] / include / wx / mgl / settings.h
index ac1d27041302ab3425a9c6dd0404e9e11af41121..49ca2427b15e63a23cd53f7ec55b8458d4de7321 100644 (file)
@@ -37,8 +37,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 FALSE; }
+    // Return true if the port has certain feature
+    static bool GetCapability(int index);
 };
 
 #endif