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