]> git.saurik.com Git - wxWidgets.git/commitdiff
added a note about GetPosition() not working for the events other than thumb track...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jan 2001 13:29:10 +0000 (13:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jan 2001 13:29:10 +0000 (13:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/scrlwevt.tex

index 302b8eb0a03eb856e3b4a65b44eab8d426b886b3..e12ec26706df3028befb303b560d9abbe7615ee3 100644 (file)
@@ -54,5 +54,8 @@ Returns wxHORIZONTAL or wxVERTICAL, depending on the orientation of the scrollba
 
 \constfunc{int}{GetPosition}{\void}
 
-Returns the position of the scrollbar.
+Returns the position of the scrollbar for the thumb track and release events.
+Note that this field can't be used for the other events, you need to query
+the window itself for the current position in that case.
+