]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/settings.h
moved MGL initialization to earlier stage (crashes otherwise...) and implemented...
[wxWidgets.git] / include / wx / gtk / settings.h
index 9e7db68bcdba446dfda824a381d0b301e29a2996..901678da4145a47823e72966749c5aa40a04b385 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 can draw frame titlebar (i.e. doesn't need wxUniv for it)
+    static bool        HasFrameDecorations() { return TRUE; }
 };
 
 #endif