documented noRefresh parameter of SetScrollbars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -301,7 +301,8 @@ that direction).
|
||||
|
||||
\func{void}{SetScrollbars}{\param{int}{ pixelsPerUnitX}, \param{int}{ pixelsPerUnitY},\rtfsp
|
||||
\param{int}{ noUnitsX}, \param{int}{ noUnitsY},\rtfsp
|
||||
\param{int }{xPos = 0}, \param{int}{ yPos = 0}}
|
||||
\param{int }{xPos = 0}, \param{int}{ yPos = 0},\rtfsp
|
||||
\param{bool }{noRefresh = FALSE}}
|
||||
|
||||
Sets up vertical and/or horizontal scrollbars.
|
||||
|
||||
@@ -319,6 +320,8 @@ Sets up vertical and/or horizontal scrollbars.
|
||||
|
||||
\docparam{yPos}{Position to initialize the scrollbars in the vertical direction, in scroll units.}
|
||||
|
||||
\docparam{noRefresh}{Will not refresh window if TRUE.}
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
The first pair of parameters give the number of pixels per `scroll step', i.e. amount
|
||||
|
Reference in New Issue
Block a user