Improvements to OnIdle processing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -381,13 +381,15 @@ public:
|
||||
// it should return TRUE if more idle events are needed, FALSE if not
|
||||
virtual bool ProcessIdle() ;
|
||||
|
||||
#if 0
|
||||
// Send idle event to all top-level windows.
|
||||
// Returns TRUE if more idle time is requested.
|
||||
virtual bool SendIdleEvents();
|
||||
#endif
|
||||
|
||||
// Send idle event to window and all subwindows
|
||||
// Returns TRUE if more idle time is requested.
|
||||
virtual bool SendIdleEvents(wxWindow* win);
|
||||
virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event);
|
||||
|
||||
|
||||
// top level window functions
|
||||
|
@@ -877,7 +877,7 @@ public:
|
||||
virtual void OnInternalIdle() {}
|
||||
|
||||
// call internal idle recursively
|
||||
void ProcessInternalIdle() ;
|
||||
// void ProcessInternalIdle() ;
|
||||
|
||||
// get the handle of the window for the underlying window system: this
|
||||
// is only used for wxWin itself or for user code which wants to call
|
||||
|
Reference in New Issue
Block a user