]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / mgl / window.h
index 053f038c7052a20fbe743df96a2e78bc8afa9058..7b99981b6c41374b0ed80cb1d8aa27db21ce239d 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxWindow class
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -134,6 +134,8 @@ protected:
     // ::MoveWindow() except for composite controls which will want to arrange
     // themselves inside the given rectangle
     virtual void DoMoveWindow(int x, int y, int width, int height);
+    
+    void OnIdle(wxIdleEvent& event);
 
 private:
     // common part of all ctors