Reorganize idle system code.
authorPaul Cornett <paulcor@bullseye.com>
Thu, 19 Apr 2007 16:58:07 +0000 (16:58 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 19 Apr 2007 16:58:07 +0000 (16:58 +0000)
commita1abca322fd7a9a7abe6cc0b144987786faa0f05
tree803f43daeece1fb3e08f5ad200030eff9a220e3a
parent30715fa19575aca89b9fee91cdd3d7f0d295548e
Reorganize idle system code.
Installing idle handler from GTK callbacks is no longer necessary.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
34 files changed:
include/wx/gtk/app.h
include/wx/gtk/private.h
src/gtk/app.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/cursor.cpp
src/gtk/data.cpp
src/gtk/dirdlg.cpp
src/gtk/dnd.cpp
src/gtk/evtloop.cpp
src/gtk/filedlg.cpp
src/gtk/fontdlg.cpp
src/gtk/frame.cpp
src/gtk/glcanvas.cpp
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/menu.cpp
src/gtk/minifram.cpp
src/gtk/notebook.cpp
src/gtk/popupwin.cpp
src/gtk/radiobox.cpp
src/gtk/radiobut.cpp
src/gtk/scrolbar.cpp
src/gtk/slider.cpp
src/gtk/spinbutt.cpp
src/gtk/spinctrl.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk/tglbtn.cpp
src/gtk/toplevel.cpp
src/gtk/window.cpp