wxWidgets/include/wx/generic/private
Vadim Zeitlin ce0f10c377 Get dates directly from table in wxGridCellDateEditor if possible
Unlike wxGridCellDateRenderer, which already did it, the editor class
always got the cell value from the table as a string, even if the table
supported returning the dates directly.

Fix this by using the same code in the editor as in the renderer, which
required a further refactoring in order to make it reusable: the helper
TryParseDate() was replaced with TryGetValueAsDate() and DateParseParams
was added to allow overriding the arguments passed to it in the
overridden wxGridCellDateTimeRenderer::GetDateParseParams().
2020-11-03 17:30:54 +01:00
..
addremovectrl.h
animate.h Make wxAnimationImpl private and get rid of wxAnimationImplType 2020-04-06 01:00:15 +02:00
grid.h Get dates directly from table in wxGridCellDateEditor if possible 2020-11-03 17:30:54 +01:00
listctrl.h Improve selection and focus events generation in wxGenericLisCtrl 2020-10-10 19:13:52 +02:00
markuptext.h
notifmsg.h
richtooltip.h
rowheightcache.h
textmeasure.h
timer.h
widthcalc.h