From: Václav Slavík Date: Thu, 14 Feb 2002 00:36:33 +0000 (+0000) Subject: added wxUpdateUIEvent handling to wxMGL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cbe0afe09af9f1c4fd3357a22228461a3774674f?ds=inline added wxUpdateUIEvent handling to wxMGL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mgl/window.h b/include/wx/mgl/window.h index 053f038c70..2299608df7 100644 --- a/include/wx/mgl/window.h +++ b/include/wx/mgl/window.h @@ -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