Allow a NULL editor and/or renderer to be passed to RegisterDataType
authorRobin Dunn <robin@alldunn.com>
Sat, 11 Nov 2000 23:57:16 +0000 (23:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 11 Nov 2000 23:57:16 +0000 (23:57 +0000)
commit84912ef8b796a7c8d06171d43ae26f18b65a28e1
tree75e97ba92a62ffec24f88febb195e0f79b2c7624
parent7c0d801cb4b9231b71fb9c7fc69af58f43c1595f
Allow a NULL editor and/or renderer to be passed to RegisterDataType
and not crash when it tries to get them later.  (If NULL it falls back
to the grid's default like it used to before the type registry was
added.)

Added wxTE_PROCESS_TAB to wxTextCtrl style for MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grid.cpp