1. made ScrollLines/Pages return bool indicating if we scrolled till the
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jul 2001 15:22:38 +0000 (15:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jul 2001 15:22:38 +0000 (15:22 +0000)
commit9cd6d737d5adc5fe415cddb3ef0024b9da2b9e08
tree3c7a6cb001e6803c520fcb18d0eae1fef4641c43
parent68a9ef0ef0b8148a2cfc63b14e5b39db9071156e
1. made ScrollLines/Pages return bool indicating if we scrolled till the
   end or not
2. implemented them for wxGTK text ctrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/msw/window.h
include/wx/window.h
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/msw/window.cpp