]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
fixed outdated filenames
[wxWidgets.git] / include / wx / gtk / 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)) {}