From: Vadim Zeitlin Date: Tue, 16 Jan 2001 13:29:10 +0000 (+0000) Subject: added a note about GetPosition() not working for the events other than thumb track... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d4486ad2c28723f6f9408c860167a6be2f507c94 added a note about GetPosition() not working for the events other than thumb track/release git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/scrlwevt.tex b/docs/latex/wx/scrlwevt.tex index 302b8eb0a0..e12ec26706 100644 --- a/docs/latex/wx/scrlwevt.tex +++ b/docs/latex/wx/scrlwevt.tex @@ -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. +