X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beab25bde380ccff9bb0ebb8d8743a8d4b13fcdd..644231539d2ccf9ef873060154079f33ba7a42db:/include/wx/gtk1/window.h?ds=sidebyside diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 9c9bb4d739..e8e7944efc 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -112,6 +112,13 @@ public: // OnInternalIdle virtual void OnInternalIdle(); + // Internal represention of Update() + void GtkUpdate(); + + // 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 +190,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 +246,7 @@ public: virtual void DoCaptureMouse(); virtual void DoReleaseMouse(); - + #if wxUSE_TOOLTIPS virtual void DoSetToolTip( wxToolTip *tip ); #endif // wxUSE_TOOLTIPS