4edae7238a
Skipping the event is supposed to have the same effect as not handling the event at all, but in wxMSW wxTE_PROCESS_ENTER style must be specified for a wxEVT_TEXT_ENTER handler to be executed at all and if this style is used, then the default handling in MSWProcessMessage() which normally happens before calling the handler doesn't take place at all. Work around this by explicitly performing the default "Enter" key action if the event generated by it wasn't handled to make wxMSW behaviour more intuitive. |
||
---|---|---|
.. | ||
descrip.mms | ||
dialogs_vc7.vcproj | ||
dialogs_vc8.vcproj | ||
dialogs_vc9.vcproj | ||
dialogs.bkl | ||
dialogs.cpp | ||
dialogs.h | ||
makefile.bcc | ||
makefile.gcc | ||
Makefile.in | ||
makefile.unx | ||
makefile.vc | ||
tip.xpm | ||
tips.txt |