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:
parent
ca1b5af1c4
commit
cbe0afe09a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user