Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
authorJulian Smart <julian@anthemion.co.uk>
Thu, 14 Oct 2004 10:28:20 +0000 (10:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 14 Oct 2004 10:28:20 +0000 (10:28 +0000)
commit608754c4a3f53e4f9bb98d9f2c1a20e6fd4c3a80
tree7c313be98742bd72533f42fb3de3db1958a54c44
parent387d96cc8fce9fdd7bdf428cf6014953823fee31
Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
appearance problems by setting the scroll increment to e.g. 1
(Scrollbar problems caused by rounding errors - see comments in grid.cpp).
Also removed obsolete functions from reference, rearranged alphabetically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/grid.tex
include/wx/generic/grid.h
src/generic/grid.cpp