wxWidgets/samples/grid
Vadim Zeitlin 15b5a1865c Add a simple wxGrid::AssignTable() wrapper for SetTable()
In many case SetTable() is called with its takeOwnership parameter set
to true, as shown by the grid sample in which all 3 of the calls to
SetTable() set it to true, but calling it in this case is awkward, as
bare "true" in the caller is unreadable and almost invariably requires
an explanatory comment.

Improve the API by adding AssignTable(), which is the same to SetTable()
as the existing AssignImageList() to SetImageLabel(), which always takes
ownership of the table pointer.
2020-03-31 02:43:08 +02:00
..
bitmap1.bmp Initial revision 1998-05-20 14:01:55 +00:00
bitmap2.bmp Replaced image 2005-05-18 15:40:51 +00:00
grid_vc7.vcproj Rebake after changes 2020-03-27 23:15:03 +01:00
grid_vc8.vcproj Rebake after changes 2020-03-27 23:15:03 +01:00
grid_vc9.vcproj Rebake after changes 2020-03-27 23:15:03 +01:00
grid.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
griddemo.cpp Add a simple wxGrid::AssignTable() wrapper for SetTable() 2020-03-31 02:43:08 +02:00
griddemo.h Add a test of catching wxEVT_CONTEXT_MENU to the grid sample 2020-01-07 18:22:09 +01:00
makefile.bcc Rebake after adding DPI awareness option 2019-11-30 22:52:48 +01:00
makefile.gcc Rebake after adding DPI awareness option 2019-11-30 22:52:48 +01:00
Makefile.in Don't override CFLAGS etc in configure-generated makefile 2020-02-11 23:19:31 +01:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Rebake after changes 2020-03-27 23:15:03 +01:00