From cbe0afe09af9f1c4fd3357a22228461a3774674f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Feb 2002 00:36:33 +0000 Subject: [PATCH] added wxUpdateUIEvent handling to wxMGL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/window.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2