]> git.saurik.com Git - wxWidgets.git/commit
added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2005 22:43:41 +0000 (22:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Apr 2005 22:43:41 +0000 (22:43 +0000)
commitdd932cbe1c594a3adceaa521f0cf735b09810f4e
tree3b147b4e64b44ab5b33995223576503bdec6a77c
parent9c2a1d53c01e17ff3c35710a0fe0999d9a3832b4
added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561)

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