wxWidgets/include/wx/generic/private
Vadim Zeitlin 5ae2a8ebb8 Simplify API for extending wxListCtrl background display
Replace SetListRulesAlternateColourOnBlank() taking 2 arguments, with
the second of them being used only when the first one is true, with a
simpler but still sufficient ExtendRulesAndAlternateColour(bool).

Make the new method virtual and define it as doing nothing in
wxListCtrlBase class, so that it's still available, even if currently
not implemented, in wxMSW.

Also simplify the implementation, fix style problems and other minor
improvements.
2020-11-09 00:37:55 +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 Simplify API for extending wxListCtrl background display 2020-11-09 00:37:55 +01:00
markuptext.h
notifmsg.h
richtooltip.h
rowheightcache.h
textmeasure.h
timer.h
widthcalc.h