Some mouse events need to be handled even when outside the grid.
authorRobin Dunn <robin@alldunn.com>
Wed, 23 Feb 2000 07:03:56 +0000 (07:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 23 Feb 2000 07:03:56 +0000 (07:03 +0000)
commit4cfa5de64058fff4f40c524202e60fa46fddf66f
treec0a915f2799e29ed962cd25813fa4870659324dc
parent28a77bc43bd49b7239af90310ca31ba2e3d56cbf
Some mouse events need to be handled even when outside the grid.

Added flag and accessors to enable/disable the dragging of the grid
lines.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
samples/newgrid/griddemo.cpp
samples/newgrid/griddemo.h
src/generic/grid.cpp