X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11d8dfd2fb6cf04c4695e0aed64288b931b86eb6..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/gtk/toplevel.h

diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h
index 1670cff486..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,6 +152,7 @@ private:
     bool m_grabbed;
 
     bool m_updateDecorSize;
+    bool m_deferShowAllowed;
 };
 
 #endif // _WX_GTK_TOPLEVEL_H_