X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7edcafa467269b15e0e967e9fe9ee08c6696b8a7..4a38127bf0ab6b83ed7ee005be7e0db25af6561d:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index bceb28c0a2..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)) {}