Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
authorMattia Barbon <mbarbon@cpan.org>
Sun, 2 Feb 2003 15:48:50 +0000 (15:48 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 2 Feb 2003 15:48:50 +0000 (15:48 +0000)
commit7e1bcfa80e19ac853b8bc7084075fe3b01e63f03
treef0e90fe0f3fccfa921097ad1768a6582d76cbf52
parentd894c201132341a31790bba39a0c33d03d71aeb8
  Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
wxWindow::DoPopupMenu and for the application main loop.
  Implemented wxWakeUpIdle.
  Fixed crash when a popup menu entry is used to close/destroy the parent
window of the menu.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
distrib/msw/tmake/filelist.txt
include/wx/motif/app.h
include/wx/motif/dialog.h
include/wx/motif/menu.h
include/wx/motif/private.h
src/motif/app.cpp
src/motif/dialog.cpp
src/motif/evtloop.cpp [new file with mode: 0644]
src/motif/files.lst
src/motif/menu.cpp
src/motif/menuitem.cpp
src/motif/window.cpp