wxWidgets/samples
Julian Smart 59b9edf0b3 Initialized the controls on the widgets spinbutton page
and checked for NULL in one of the event handlers, since
on the Mac the event handler may be called before the
control is properly initialized
Tested for an empty string in Mac's textctrl.cpp
else we get a crash if there is nothing in the text control


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-14 11:28:13 +00:00
..
artprov ignore CodeWarrior output files 2002-05-07 19:52:16 +00:00
calendar updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
caret updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
checklst tests for multiple selection check listboxes 2002-05-09 21:58:04 +00:00
config Unicode compilation problems in the samples (patch from Dimitri) 2002-05-10 12:26:30 +00:00
console fixed zlib compression test 2002-05-11 15:09:10 +00:00
controls applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
db Committing in . 2002-05-08 12:42:24 +00:00
dialogs fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer 2002-05-12 19:35:33 +00:00
dialup Unicode compilation fixes (patch from Dimitri) 2002-03-27 18:45:20 +00:00
dnd applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
docview applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
docvwmdi updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
dragimag updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
drawing Fixed drawing sample compilo for wxMotif (doesn't have wxRegion::Offset) 2002-04-22 11:19:11 +00:00
dynamic updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
erase fixed compilation and added a test for OnErase() to the sample 2002-05-05 21:31:08 +00:00
event updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
exec updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
font updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
grid new makefile 2002-04-08 09:27:24 +00:00
help Don't use context id for context help since it doesn't seem to be working at present 2002-05-12 12:47:54 +00:00
html updated CodeWarrior 5.3 exported xml projects 2002-05-09 12:38:11 +00:00
image updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
internat updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
ipc Unicode compilation problems in the samples (patch from Dimitri) 2002-05-10 12:26:30 +00:00
joytest updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
keyboard BC++ 32-bit makefile now copies setup.h to the correct place 2002-04-08 14:12:56 +00:00
layout updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
listbox updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
listctrl updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
mdi updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
memcheck Added __WXX11__ tests where appropriate 2002-03-21 10:32:18 +00:00
menu updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
mfc patch from Dimitri fixing a few memory leaks and unTABbing the sources 2002-03-17 14:16:03 +00:00
minifram updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
minimal applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
mobile Added background inheritance to wxUniv. 2002-04-26 18:28:30 +00:00
nativdlg patch from Dimitri fixing a few memory leaks and unTABbing the sources 2002-03-17 14:16:03 +00:00
newgrid Added test showing problem with small grids 2002-04-12 16:31:38 +00:00
notebook updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
oleauto Added __WXX11__ tests where appropriate 2002-03-21 10:32:18 +00:00
opengl fixed compilation error when x-compiling (patch from Fabian Wenzel) 2002-05-10 12:56:51 +00:00
ownerdrw removed a few warnings and CW compilation problems (patch from Dimitri) 2002-03-27 18:43:13 +00:00
png updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
printing updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
proplist updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
propsize updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
regtest updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
resource updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
richedit updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
rotate updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
sashtest updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
scroll updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
scrollsub Added knowledge of virtual size to wx(Scrolled)Windows, they can now 2002-04-19 22:12:38 +00:00
sockets Added __WXX11__ tests where appropriate 2002-03-21 10:32:18 +00:00
splitter updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
statbar updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
stc Updated VC++ files 2002-01-18 14:33:01 +00:00
tab updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
taskbar updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
text added the test for GtkText inside wxYield crash 2002-05-12 11:28:31 +00:00
thread Unicode compilation problems in the samples (patch from Dimitri) 2002-05-10 12:26:30 +00:00
toolbar updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
treectrl BC++ 32-bit makefile now copies setup.h to the correct place 2002-04-08 14:12:56 +00:00
treelay updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
typetest updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
validate updated CodeWarrior 5.3 exported xml projects 2002-04-07 18:28:15 +00:00
widgets Initialized the controls on the widgets spinbutton page 2002-05-14 11:28:13 +00:00
wizard renamed Wiztest.bmp to wiztest.bmp 2002-05-10 15:16:33 +00:00
wxtest added VC++ project file 2002-04-26 20:34:25 +00:00
xrc use XML namespace in XRC files 2002-04-27 22:59:02 +00:00
.cvsignore ignore samples workspace files 2001-10-10 01:15:51 +00:00
configure Added background inheritance to wxUniv. 2002-04-26 18:28:30 +00:00
configure.in Added background inheritance to wxUniv. 2002-04-26 18:28:30 +00:00
makefile.b32 Applied docview patch 2002-04-12 13:15:44 +00:00
makefile.dos Applied docview patch 2002-04-12 13:15:44 +00:00
makefile.g95 Applied docview patch 2002-04-12 13:15:44 +00:00
Makefile.in replaced make with $MAKE 2000-03-11 16:38:01 +00:00
makefile.vc Applied docview patch 2002-04-12 13:15:44 +00:00
samples.dsw Applied docview patch 2002-04-12 13:15:44 +00:00