Currently I use the old version 2.8.4 of wxWidgets, now I need to use FreezeTo, the new wxGrid method presents in the new version 3.1.5.
How can I import the new wxGrid class in the old version 2.8.4?
I have tried looking for all the files that make up the new wxGrid class in wxWidgets 3.1.5. source file, and rename the new wxGrid class to wxGrid_3_1_5, in order to avoid conflicts.
Is there a more efficient way to integrate the new wxGrid class into the old wxWidgets?