]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/settings.h
don't log mouse events by default
[wxWidgets.git] / include / wx / motif / settings.h
index 92a61461af2219d87bb0ad10ce5e223641d582ba..2dd0d459534967ca8db8c7fbe2ac65585bb52e7b 100644 (file)
@@ -36,6 +36,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