]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 1670cff48678f2ff939aa14b8484202564d06817..a5e356e2db633dc0b096f2dc9a1a9f371ee84d0f 100644 (file)
@@ -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_