Menu/toolbar event handling now tries the window with the focus first.
authorJulian Smart <julian@anthemion.co.uk>
Wed, 7 Apr 1999 21:33:22 +0000 (21:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 7 Apr 1999 21:33:22 +0000 (21:33 +0000)
commite702ff0f08a54622a6b0f1e2ec39537b082c3a8e
treec7e0fde7fa05fe6f8e63066292526077fdc06f9c
parentb59ff3c9c8d59c2c4e0291b964d349c9df839894
Menu/toolbar event handling now tries the window with the focus first.
wxTextCtrl processes cut, copy, paste, undo, redo commands and UI updates
automatically.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
38 files changed:
docs/latex/wx/menu.tex
docs/latex/wx/tevent.tex
docs/latex/wx/text.tex
docs/latex/wx/toolbar.tex
docs/latex/wx/ttoolbar.tex
include/wx/event.h
include/wx/gtk/frame.h
include/wx/gtk/textctrl.h
include/wx/gtk1/frame.h
include/wx/gtk1/textctrl.h
include/wx/mac/frame.h
include/wx/motif/frame.h
include/wx/motif/textctrl.h
include/wx/msw/frame.h
include/wx/msw/textctrl.h
include/wx/stubs/frame.h
include/wx/stubs/textctrl.h
src/common/event.cpp
src/common/framecmn.cpp
src/common/tbarbase.cpp
src/gtk.inc
src/gtk/frame.cpp
src/gtk/tbargtk.cpp
src/gtk/textctrl.cpp
src/gtk1/frame.cpp
src/gtk1/tbargtk.cpp
src/gtk1/textctrl.cpp
src/mac/carbon/frame.cpp
src/mac/frame.cpp
src/motif.inc
src/motif/frame.cpp
src/motif/makefile.unx
src/motif/textctrl.cpp
src/msw/frame.cpp
src/msw/makefile.vc
src/msw/textctrl.cpp
src/stubs/frame.cpp
src/stubs/textctrl.cpp