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:
@@ -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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user