]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
fixed array tests compilation and a bug in obj array test
[wxWidgets.git] / include / wx / gtk / window.h
index a0d1a66f2e65ae93d6351688854778890b176c6b..e8e7944efcfe1af0a9cd496d34db11398a302f21 100644 (file)
@@ -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)) {}
 
@@ -239,7 +246,7 @@ public:
 
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();
-
+    
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS