X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6636004d1cbdb38a6212ece45e2bd368cb6dada0..64e4759f438bbb39e9f8e86b753762c8b370c416:/docs/latex/wx/scrolbar.tex diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index d8472e8e21..fc07f50877 100644 --- a/docs/latex/wx/scrolbar.tex +++ b/docs/latex/wx/scrolbar.tex @@ -60,7 +60,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 +75,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 +94,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 +109,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}