]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scrolbar.tex
fixed anchor link naming, indentation in some places, added the <hr> divisor, fixed...
[wxWidgets.git] / docs / latex / wx / scrolbar.tex
index d8472e8e21154d27a7b2752bb9f2313b7ea27128..b4a0ed69079f236dc59ee29a94c3ec58d81d1d21 100644 (file)
@@ -16,6 +16,10 @@ events are received.
 
 <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}.
@@ -60,7 +64,7 @@ See also \helpref{window styles overview}{windowstyles}.
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
-\membersection{wxScrollBar::wxScrollBar}\label{wxscrollbarconstr}
+\membersection{wxScrollBar::wxScrollBar}\label{wxscrollbarctor}
 
 \func{}{wxScrollBar}{\void}
 
@@ -75,7 +79,7 @@ Constructor, creating and showing a scrollbar.
 
 \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.}
 
@@ -94,7 +98,7 @@ Constructor, creating and showing a scrollbar.
 \helpref{wxScrollBar::Create}{wxscrollbarcreate}, \helpref{wxValidator}{wxvalidator}
 
 
-\membersection{wxScrollBar::\destruct{wxScrollBar}}
+\membersection{wxScrollBar::\destruct{wxScrollBar}}\label{wxscrollbardtor}
 
 \func{void}{\destruct{wxScrollBar}}{\void}
 
@@ -109,7 +113,7 @@ Destructor, destroying the scrollbar.
 \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}
@@ -226,7 +230,7 @@ Sets the position of the scrollbar.
 \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.