]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
[wxWidgets.git] / include / wx / gtk / frame.h
index 98addeee0453425a1d437d8f4da75a53338db667..9d97293d52b068e6a6c4c70366bf371720cd8c8b 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 || wxUSE_LIBHILDON2
+    // in Hildon environment all frames are always shown maximized
+    virtual bool IsMaximized() const { return true; }
+#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2
+
     // implementation from now on
     // --------------------------