wxwidgets/samples/dataview
Vadim Zeitlin f5920de681 Use standard containers in dataview sample
Update the sample to use std::vector<> and std::unordered_map<> for
storing the model data, this should be much more useful for the people
trying to write their own model.

Also use std::unique_ptr<> to avoid manual memory management.
2023-04-18 00:54:12 +02:00
..
dataview.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
dataview.cpp Improve ScrollTo() when using wxDV_VARIABLE_LINE_HEIGHT 2023-01-19 21:02:13 +00:00
descrip.mms adding dataview sample to OpenVMS make cascade 2009-10-06 22:03:21 +00: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
mymodels.cpp Use standard containers in dataview sample 2023-04-18 00:54:12 +02:00
mymodels.h Use standard containers in dataview sample 2023-04-18 00:54:12 +02:00