]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / include / wx / gtk / window.h
index a0d1a66f2e65ae93d6351688854778890b176c6b..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)) {}
 
@@ -239,7 +243,7 @@ public:
 
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();
-
+    
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS