]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
compilation fixes for PalmOS and implementations of missing standard functions (pflib...
[wxWidgets.git] / include / wx / gtk / frame.h
index 98addeee0453425a1d437d8f4da75a53338db667..c24937ec95ea453df13c4c8ee83de41f88635a1e 100644 (file)
@@ -53,6 +53,11 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); }
 
+#if wxUSE_LIBHILDON
+    // in Hildon environment all frames are always shown maximized
+    virtual bool IsMaximized() const { return true; }
+#endif // wxUSE_LIBHILDON
+
     // implementation from now on
     // --------------------------