From: Vadim Zeitlin Date: Tue, 3 Jun 2003 23:24:01 +0000 (+0000) Subject: documented RefreshAll() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5de24291022d6f81fdac8fff661b3ab138b27c74 documented RefreshAll() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/vscroll.tex b/docs/latex/wx/vscroll.tex index d354571d2a..ba327effcb 100644 --- a/docs/latex/wx/vscroll.tex +++ b/docs/latex/wx/vscroll.tex @@ -144,6 +144,16 @@ Finally note that {\it lineMin} is inclusive, while {\it lineMax} is exclusive, as usual. +\membersection{wxVScrolledWindow::RefreshAll}\label{wxvscrolledwindowrefreshall} + +\func{void}{RefreshAll}{\void} + +This function completely refreshes the control, recalculating the number of +items shown on screen and repaining them. It should be called when the values +returned by \helpref{OnGetLineHeight}{wxvscrolledwindowongetlineheight} change +for some reason and the window must be updated to reflect this. + + \membersection{wxVScrolledWindow::ScrollLines}\label{wxvscrolledwindowscrolllines} \func{bool}{ScrollLines}{\param{int }{lines}}