Changed the way ApplicationShells are used: now wxMotif
authorMattia Barbon <mbarbon@cpan.org>
Sun, 4 May 2003 17:40:46 +0000 (17:40 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 4 May 2003 17:40:46 +0000 (17:40 +0000)
commiteb6fa4b4257897e4e9655b05e4105e8b47f67476
treedd95425da1a137328a487e359b1fff5bcd7fd9df
parentb0feedc5dbfedd81a749f452adee3147916b973a
  Changed the way ApplicationShells are used: now wxMotif
creates one ApplicationShell per display, and makes top
level windows popup childs of the ApplicationShell.
  Removed a couple of unused variables from wxApp.
  Replaced some calls to wxGetDisplay with XtDisplay(widget)
or event.xany.display, and some others with wxGlobalDisplay
(the latter changes are just eyecandy).
  Used wxFlushEvents where appropriate.
  Fixed (hopefully) wxFindAcceleratorText and wxFindAccelerator;
for now the new version is still disabled, awaiting further testing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/motif/app.h
include/wx/motif/private.h
src/motif/app.cpp
src/motif/checkbox.cpp
src/motif/dialog.cpp
src/motif/evtloop.cpp
src/motif/filedlg.cpp
src/motif/frame.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/utils.cpp
src/motif/window.cpp