X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beab25bde380ccff9bb0ebb8d8743a8d4b13fcdd..36d9119341753b2f6f606571702a9b906050a07c:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 9c9bb4d739..cd5b5c16a5 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -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