X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ce4338972dc2eb6d50bb93d178023658d9add4..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/gtk/toplevel.h diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h index 53c99fdac0..a5e356e2db 100644 --- a/include/wx/gtk/toplevel.h +++ b/include/wx/gtk/toplevel.h @@ -79,6 +79,10 @@ public: virtual void RemoveGrab(); virtual bool IsGrabbed() const { return m_grabbed; } + + virtual void Refresh( bool eraseBackground = true, + const wxRect *rect = (const wxRect *) NULL ); + // implementation from now on // -------------------------- @@ -148,9 +152,7 @@ private: bool m_grabbed; bool m_updateDecorSize; - -public: - bool m_resizeQueued; + bool m_deferShowAllowed; }; #endif // _WX_GTK_TOPLEVEL_H_