added wxUpdateUIEvent handling to wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-02-14 00:36:33 +00:00
parent ca1b5af1c4
commit cbe0afe09a

View 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