]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scrlwevt.tex
This form of the event cloning patch survived my
[wxWidgets.git] / 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.
+