wxWidgets/samples/widgets
Julian Smart 4589ec39c0 Applied patch [ 549256 ] fix minor bug in widgets sample
Arnout Engelen

The EVT_TEXT_ENTER event will not be caught in the 'widgets' sample since the wxTE_PROCESS_ENTER wasn't set for the wxTextCtrls. For some reason this does work correctly in wxMSW without this flag set, which could be considered a bug or documentation bug.

This patch adds the wxTE_PROCESS_ENTER flag and thus fixes this minor bug.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-06 19:45:26 +00:00
..
icons wxComboBox appearance fixes, looks fine now but doesn't really work under GTK 2001-07-10 15:07:52 +00:00
.cvsignore store CodeWarrior 5.3 projects as xml instead of binary projects 2001-12-02 18:11:49 +00:00
button.cpp fixed the button alignment flags 2002-09-02 12:29:44 +00:00
combobox.cpp Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth 2002-08-01 19:12:24 +00:00
gauge.cpp Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth 2002-08-01 19:12:24 +00:00
listbox.cpp Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth 2002-08-01 19:12:24 +00:00
makefile.b32 Added makefiles to widgets sample 2002-04-08 14:21:36 +00:00
makefile.bcc Added makefiles to widgets sample 2002-04-08 14:21:36 +00:00
makefile.g95 Added makefiles to widgets sample 2002-04-08 14:21:36 +00:00
Makefile.in inserted @IF_GNU_MAKE@ to allow building with other make versions 2002-01-25 11:31:21 +00:00
makefile.mic More tweaks to wxMicroWi 2001-12-22 19:43:44 +00:00
makefile.vc Added makefiles to widgets sample 2002-04-08 14:21:36 +00:00
makefile.wat Added makefiles to widgets sample 2002-04-08 14:21:36 +00:00
notebook.cpp Made widgets sample take up less space 2002-04-09 10:31:37 +00:00
radiobox.cpp Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth 2002-08-01 19:12:24 +00:00
slider.cpp gcc 3.1 warning fixes (patch 598343) 2002-08-22 19:22:52 +00:00
spinbtn.cpp Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth 2002-08-01 19:12:24 +00:00
static.cpp test that static text and box get the click events 2002-05-09 00:28:36 +00:00
textctrl.cpp blind fix for gcc warning about ?: and different enums 2002-08-22 23:25:42 +00:00
widgets.cpp Applied patch [ 549256 ] fix minor bug in widgets sample 2002-09-06 19:45:26 +00:00
widgets.dsp Updated VC++ files 2002-01-18 14:33:01 +00:00
widgets.h moved wx/panel include to correct wxGTK compilation error 2001-11-25 15:54:25 +00:00
widgets.pro added missing files 2001-11-28 17:53:24 +00:00
widgets.rc added more files (unchanged) from wxUniv branch 2001-06-26 21:05:06 +00:00
widgetsM5.xml updated CW exported xml projects 2002-08-24 21:08:41 +00:00
widgetsUniv.dsp wxUniversal fixes: 2002-04-22 09:09:40 +00:00