Added test for default action (button normally)
authorRobert Roebling <robert@roebling.de>
Tue, 19 Feb 2002 21:48:03 +0000 (21:48 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 19 Feb 2002 21:48:03 +0000 (21:48 +0000)
commit2b328fc942acc9bdab7588c7b33eaaa945ec539d
tree0205aaa7c7630bd123ba83b6a0baaf62ad912c26
parentd15040492413b54a530b5a291b26750f3d265d23
  Added test for default action (button normally)
    to combo box when hittinh return. In a normal
    Find&Replace dialog, hitting enter in one of
    the two fields will usually mean "OK".
  Corrected the same test in wxTextCtrl.
  Removed some debug code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/combobox.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/combobox.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp