]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/vscroll.tex
Restored Objective-C typesafety while retaining proper C++ name mangling
[wxWidgets.git] / docs / latex / wx / vscroll.tex
index 3489ab5885350bc75435c95c688ca81cc539c36c..ba327effcbc43a8eff02d44a0a98a9a136cf9437 100644 (file)
@@ -19,7 +19,7 @@ this class only supports scrolling in one direction currently (this could
 and probably will change in the future however).
 
 In any case, this is a generalization of the 
-\helpref{wxScrolledWindow}{wxScrolledWindow} class which can be only used when
+\helpref{wxScrolledWindow}{wxscrolledwindow} class which can be only used when
 all lines have the same height. It lacks some other wxScrolledWindow features
 however, notably there is currently no support for horizontal scrolling; it
 can't scroll another window nor only a rectangle of the window and not its
@@ -86,7 +86,7 @@ this class.}
 Same as the \helpref{non default ctor}{wxvscrolledwindowctor} but returns
 status code: {\tt true} if ok, {\tt false} if the window couldn't have been created.
 
-Just as with the ctor above, {\tt wxVSCROLL| style is always used, there is no
+Just as with the ctor above, {\tt wxVSCROLL} style is always used, there is no
 need to specify it explicitly.
 
 
@@ -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}}