]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxListCtrl background colour bug Part I
authorRobert Roebling <robert@roebling.de>
Sat, 13 Apr 2002 19:01:55 +0000 (19:01 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 13 Apr 2002 19:01:55 +0000 (19:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/window.h
include/wx/gtk1/window.h

index bceb28c0a20ee129fc1c6d3954c3380966136684..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)) {}
 
index bceb28c0a20ee129fc1c6d3954c3380966136684..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)) {}