]> git.saurik.com Git - wxWidgets.git/history - samples/newgrid/griddemo.cpp
1. Fixed slow-click timer.
[wxWidgets.git] / samples / newgrid / griddemo.cpp
2000-02-14  Robin Dunn1. Fixed slow-click timer.
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal
2000-02-11  Vadim Zeitlinadded attr assignment for rows/columns
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-11  Vadim Zeitlinfixed setting more than one attr for a cell
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
2000-02-03  Michael BedwardUpdated demo program to work with revised grid code
1999-10-19  Michael BedwardAdded demo of handling EVT_GRID_SELECT_CELL.
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-13  Michael BedwardAdded demonstration of insert/delete rows/cols
1999-10-06  Michael BedwardAdded comments
1999-10-06  Michael BedwardSample program for new wxGrid classes.