X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b12ec1259164908657245d82c877812c505beba..14de8214d64262a0667f636ecc44f5994c50515d:/include/wx/gtk/frame.h diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index c24937ec95..f65f85ee62 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -53,16 +53,15 @@ public: virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); } -#if wxUSE_LIBHILDON +#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2 // in Hildon environment all frames are always shown maximized virtual bool IsMaximized() const { return true; } -#endif // wxUSE_LIBHILDON +#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2 // implementation from now on // -------------------------- - // GTK callbacks - virtual void OnInternalIdle(); + virtual bool SendIdleEvents(wxIdleEvent& event); protected: // common part of all ctors