wxWidgets/samples/listctrl
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
..
bitmaps Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
listctrl_vc7.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
listctrl_vc8.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
listctrl_vc9.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
listctrl.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
listtest.cpp Simplify API for extending wxListCtrl background display 2020-11-09 00:37:55 +01:00
listtest.h Simplify API for extending wxListCtrl background display 2020-11-09 00:37:55 +01:00
listtest.rc Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Rebake after manifest changes 2020-07-31 01:53:43 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake after manifest changes 2020-07-31 01:53:43 +02:00