]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
removed redundant code
[wxWidgets.git] / include / wx / gtk1 / window.h
index 9c9bb4d739d9e103f882a56ddea547657f374f96..cd5b5c16a5c375087197827b2fc808890ea3330f 100644 (file)
@@ -112,6 +112,10 @@ public:
     // OnInternalIdle
     virtual void OnInternalIdle();
 
+    // For delayed background 
+    void GtkSetBackgroundColour( const wxColour &colour );
+    void GtkSetForegroundColour( const wxColour &colour );
+    
     // For compatibility across platforms (not in event table)
     void OnIdle(wxIdleEvent& WXUNUSED(event)) {}
 
@@ -183,6 +187,9 @@ public:
     GdkICAttr           *m_icattr;
 #endif
 
+    // The area to be cleared (and not just refreshed)
+    wxRegion             m_clearRegion;
+
     // scrolling stuff
     GtkAdjustment       *m_hAdjust,*m_vAdjust;
     float                m_oldHorizontalPos;
@@ -236,7 +243,7 @@ public:
 
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();
-
+    
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS