]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scrolbar.tex
Moved desktop margin options to a more sensible place
[wxWidgets.git] / docs / latex / wx / scrolbar.tex
index cd889c0fae4967147536acce22f44fd7dff9dcd9..b4a0ed69079f236dc59ee29a94c3ec58d81d1d21 100644 (file)
@@ -16,6 +16,10 @@ events are received.
 
 <wx/scrolbar.h>
 
 
 <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}.
 \wxheading{Remarks}
 
 A scrollbar has the following main attributes: {\it range}, {\it thumb size}, {\it page size}, and {\it position}.
@@ -75,7 +79,7 @@ Constructor, creating and showing a scrollbar.
 
 \wxheading{Parameters}
 
 
 \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.}
 
 
 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
 
@@ -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
 \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.
 
 
 Sets the scrollbar properties.