X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c23bbc11ea1244baad881304c39f0a9cc60d8f33..de8a0ed32a1472a580c11e946af87411673c09d9:/docs/latex/wx/scrolbar.tex diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index 2c35236e84..f1c745a7e6 100644 --- a/docs/latex/wx/scrolbar.tex +++ b/docs/latex/wx/scrolbar.tex @@ -274,7 +274,7 @@ When defining your own scrollbar behaviour, you will always need to recalculate the scrollbar settings when the window size changes. You could therefore put your scrollbar calculations and SetScrollbar call into a function named AdjustScrollbars, which can be called initially and also -from a \helpref{wxWindow::OnSize}{wxwindowonsize} event handler function. +from a \helpref{wxSizeEvent}{wxsizeevent} event handler function. \wxheading{See also}