]> git.saurik.com Git - wxWidgets.git/commit
Sample program for new wxGrid classes.
authorMichael Bedward <mbedward@ozemail.com.au>
Wed, 6 Oct 1999 04:55:17 +0000 (04:55 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Wed, 6 Oct 1999 04:55:17 +0000 (04:55 +0000)
commite442cc0d9df3f79601aeaea6de76de7738c8e652
tree07309770910e3e40413450829919ca969b6ed908
parent704d25e2a36e28cab1faed9314d56d797d280a06
Sample program for new wxGrid classes.
Define wxUSE_NEW_GRID as 1 in setup.h to use the new wxGrid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
samples/newgrid/Makefile.in [new file with mode: 0644]
samples/newgrid/griddemo.cpp [new file with mode: 0644]
samples/newgrid/griddemo.def [new file with mode: 0644]
samples/newgrid/griddemo.h [new file with mode: 0644]
samples/newgrid/griddemo.rc [new file with mode: 0644]
samples/newgrid/makefile.b32 [new file with mode: 0644]
samples/newgrid/makefile.bcc [new file with mode: 0644]
samples/newgrid/makefile.dos [new file with mode: 0644]
samples/newgrid/makefile.g95 [new file with mode: 0644]
samples/newgrid/makefile.sc [new file with mode: 0644]
samples/newgrid/makefile.vc [new file with mode: 0644]
samples/newgrid/makefile.wat [new file with mode: 0644]