X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cca410b336cd5628a944ede9e9944fdbb04552d4..6afc1b46650ee234868fd4f38526e22a664b6638:/include/wx/gtk/frame.h?ds=inline diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index 98addeee04..c24937ec95 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -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 // --------------------------