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
This commit is contained in:
Vadim Zeitlin
2001-01-16 13:29:10 +00:00
parent 32f904b877
commit d4486ad2c2

View 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.