Documentation fixes, patch 1179223 by Andreas Mohr

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-08 14:34:30 +00:00
parent c57e3bd53e
commit 43e8916ff3
66 changed files with 186 additions and 184 deletions

View File

@@ -227,37 +227,6 @@ Gets the current slider value.
\helpref{wxSlider::GetMin}{wxslidergetmin}, \helpref{wxSlider::GetMax}{wxslidergetmax},\rtfsp
\helpref{wxSlider::SetValue}{wxslidersetvalue}
\membersection{wxSlider::SetRange}\label{wxslidersetrange}
\func{void}{SetRange}{\param{int}{ minValue}, \param{int}{ maxValue}}
Sets the minimum and maximum slider values.
\wxheading{See also}
\helpref{wxSlider::GetMin}{wxslidergetmin}, \helpref{wxSlider::GetMax}{wxslidergetmax}
\membersection{wxSlider::SetTickFreq}\label{wxslidersettickfreq}
\func{void}{SetTickFreq}{\param{int }{n}, \param{int }{pos}}
Sets the tick mark frequency and position.
\wxheading{Parameters}
\docparam{n}{Frequency. For example, if the frequency is set to two, a tick mark is displayed for
every other increment in the slider's range.}
\docparam{pos}{Position. Must be greater than zero. TODO: what is this for?}
\wxheading{Remarks}
Windows 95 only.
\wxheading{See also}
\helpref{wxSlider::GetTickFreq}{wxslidergettickfreq}
\membersection{wxSlider::SetLineSize}\label{wxslidersetlinesize}
\func{void}{SetLineSize}{\param{int }{lineSize}}
@@ -286,6 +255,16 @@ Sets the page size for the slider.
\helpref{wxSlider::GetPageSize}{wxslidergetpagesize}
\membersection{wxSlider::SetRange}\label{wxslidersetrange}
\func{void}{SetRange}{\param{int}{ minValue}, \param{int}{ maxValue}}
Sets the minimum and maximum slider values.
\wxheading{See also}
\helpref{wxSlider::GetMin}{wxslidergetmin}, \helpref{wxSlider::GetMax}{wxslidergetmax}
\membersection{wxSlider::SetSelection}\label{wxslidersetselection}
\func{void}{SetSelection}{\param{int }{startPos}, \param{int }{endPos}}
@@ -342,6 +321,27 @@ Windows 95 only.
\helpref{wxSlider::SetTickFreq}{wxslidersettickfreq}
\membersection{wxSlider::SetTickFreq}\label{wxslidersettickfreq}
\func{void}{SetTickFreq}{\param{int }{n}, \param{int }{pos}}
Sets the tick mark frequency and position.
\wxheading{Parameters}
\docparam{n}{Frequency. For example, if the frequency is set to two, a tick mark is displayed for
every other increment in the slider's range.}
\docparam{pos}{Position. Must be greater than zero. TODO: what is this for?}
\wxheading{Remarks}
Windows 95 only.
\wxheading{See also}
\helpref{wxSlider::GetTickFreq}{wxslidergettickfreq}
\membersection{wxSlider::SetValue}\label{wxslidersetvalue}
\func{void}{SetValue}{\param{int}{ value}}