]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/settings.h
changed/centralized window creation code to allow wxTLW work in wxUniv
[wxWidgets.git] / include / wx / gtk1 / 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);
 
     // 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
 };
 
 #endif