wxWidgets/samples/newgrid
Robin Dunn 07296f0b12 1. Fixed slow-click timer.
2. Fix for full cell background to be painted.  (One line on the edges
was showing through to the background.)

3. Added current cell highlight.  Currently it just draws a thick
border using the gridLineColour just inside the cell borders.

4. Make dragging a little less sensitive by ensuring that the mouse
drags at least 3 pixels before anything is done to the grid.

5. CaptureMouse while drag-selecting cells and fixed to make cells
visible if dragging outside window boundaries.  Still a problem here
though, it moves way to fast to see what's happening (at least on MSW.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-14 08:53:06 +00:00
..
griddemo.cpp 1. Fixed slow-click timer. 2000-02-14 08:53:06 +00:00
griddemo.def Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
griddemo.h 1. Grid cell defaults are now handled by an internal 2000-02-13 05:38:03 +00:00
griddemo.rc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.b32 Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.bcc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.dos Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.g95 Fixes from Mumit Khan 2000-01-15 21:32:32 +00:00
Makefile.in makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
makefile.sc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.unx Forgot these. 2000-01-03 17:13:01 +00:00
makefile.vc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.wat Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00