From 4b04699b670b4ab4632229fa0264d154acd3bec1 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 13 Apr 2002 19:01:55 +0000 Subject: [PATCH] Fix wxListCtrl background colour bug Part I git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/window.h | 4 ++++ include/wx/gtk1/window.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index bceb28c0a2..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)) {} diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index bceb28c0a2..cd5b5c16a5 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/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)) {} -- 2.45.2