wxWidgets/samples/grid
Vadim Zeitlin 8a3e536cd5 - Main change is the addition of wxGridSelectRowsOrColumns selection mode
(which is still probably buggy, wxGridSelection needs to be reviewed)
- Add XYToCell() overloads returning wxGridCellCoords (instead of modifying the
  argument passed by reference -- where did this come from?) and document them.
- Added GoToCell() which does make the new current cell visible unlike
  SetGridCursor() (which was documented as doing it, but wasn't)
- Changed SetCurrentCell() to only not change the cell if wxEVT_GRID_SELECT_CELL
  it generates is vetoed, not just processed as this seems to make more sense
- Split jumbo (~400 lines) ProcessGridCellMouseEvent() function into chunks
- Add many more comments to make reading this code seem less like puzzle
  solving for the next unfortunate soul to do it


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-19 23:33:04 +00:00
..
bitmap1.bmp
bitmap2.bmp
grid_vc7.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
grid_vc8.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
grid.bkl
grid.dsp
griddemo.cpp - Main change is the addition of wxGridSelectRowsOrColumns selection mode 2008-09-19 23:33:04 +00:00
griddemo.h - Main change is the addition of wxGridSelectRowsOrColumns selection mode 2008-09-19 23:33:04 +00:00
griddemo.rc
griddemoM5.xml
griddemoM7.mcp
makefile.bcc rebake 2008-09-04 07:57:32 +00:00
makefile.gcc rebake 2008-09-04 07:57:32 +00:00
Makefile.in adding new toolkits for osx 2008-09-11 12:30:18 +00:00
makefile.unx rebake 2008-09-04 07:57:32 +00:00
makefile.vc rebake 2008-09-04 07:57:32 +00:00
makefile.wat rebake 2008-09-04 07:57:32 +00:00