Files
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
..
2016-02-10 20:38:10 +01:00
2016-09-25 13:21:28 -07:00
2019-01-08 00:12:51 +01:00
2019-04-05 11:08:53 -07:00