]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUpdateUIEvent handling to wxMGL
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Feb 2002 00:36:33 +0000 (00:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Feb 2002 00:36:33 +0000 (00:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mgl/window.h

index 053f038c7052a20fbe743df96a2e78bc8afa9058..2299608df76b60cd813e845e09198c613de5adbf 100644 (file)
@@ -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