wxwidgets/samples/grid
Vadim Zeitlin d4f592c2a4 Stop using object array for wxGridCellCoordsArray
This type is part of the public API, so it can't be just replaced by a
std::vector<>, but it can at least be replaced by wxBaseArray<> which
inherits from std::vector<>.

Also accept just a vector, unimaginatively called wxGridCellCoordsVector
in the code, on input, as this is backwards-compatible with passing in a
wxGridCellCoordsArray.

Finally, simplify the code a bit by using range-for loop.

No real changes.
2023-04-12 18:09:47 +01:00
..
bitmap1.bmp
bitmap2.bmp
grid.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
griddemo.cpp Stop using object array for wxGridCellCoordsArray 2023-04-12 18:09:47 +01:00
griddemo.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
makefile.gcc Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
Makefile.in Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Rebake after bakefile changes 2023-02-14 22:52:26 +01:00