<wx/scrolbar.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{Remarks}
A scrollbar has the following main attributes: {\it range}, {\it thumb size}, {\it page size}, and {\it position}.
\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxScrollBar::wxScrollBar}\label{wxscrollbarconstr}
+\membersection{wxScrollBar::wxScrollBar}\label{wxscrollbarctor}
\func{}{wxScrollBar}{\void}
\wxheading{Parameters}
-\docparam{parent}{Parent window. Must not be NULL.}
+\docparam{parent}{Parent window. Must be non-NULL.}
\docparam{id}{Window identifier. A value of -1 indicates a default value.}
\helpref{wxScrollBar::Create}{wxscrollbarcreate}, \helpref{wxValidator}{wxvalidator}
-\membersection{wxScrollBar::\destruct{wxScrollBar}}
+\membersection{wxScrollBar::\destruct{wxScrollBar}}\label{wxscrollbardtor}
\func{void}{\destruct{wxScrollBar}}{\void}
\param{const wxString\& }{name = ``scrollBar"}}
Scrollbar creation function called by the scrollbar constructor.
-See \helpref{wxScrollBar::wxScrollBar}{wxscrollbarconstr} for details.
+See \helpref{wxScrollBar::wxScrollBar}{wxscrollbarctor} for details.
\membersection{wxScrollBar::GetRange}\label{wxscrollbargetrange}
\func{virtual void}{SetScrollbar}{\param{int }{position},\rtfsp
\param{int }{thumbSize}, \param{int }{range},\rtfsp
\param{int }{pageSize},\rtfsp
-\param{const bool }{refresh = true}}
+\param{bool }{refresh = true}}
Sets the scrollbar properties.