Move SendIdleEvents() from wxApp to wxWindow.
authorPaul Cornett <paulcor@bullseye.com>
Sat, 8 Jan 2011 06:42:41 +0000 (06:42 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 8 Jan 2011 06:42:41 +0000 (06:42 +0000)
commit0c3e2a5baacbb9f9a43f0887521061c9aa0239d4
treed3abdeeaf95a3599a0e31257b8112260150fe305
parent8d6eed5f046a3f5dbe60879572ed8dd5264da6a9
Move SendIdleEvents() from wxApp to wxWindow.
Use it to properly implement idle events for
wxGTK menubar, toolbar and statusbar.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
include/wx/gtk/frame.h
include/wx/window.h
interface/wx/app.h
src/common/appcmn.cpp
src/common/wincmn.cpp
src/gtk/frame.cpp