]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/spinbutt.tex
changed the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdir...
[wxWidgets.git] / docs / latex / wx / spinbutt.tex
index 3b8eb87cbb14d62b07afe670177ff1aafac8440d..c094d10ce650ce7a4611fbef2700c9446a80018e 100644 (file)
@@ -45,7 +45,7 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxSpinButton::wxSpinButton}\label{wxspinbuttonconstr}
+\membersection{wxSpinButton::wxSpinButton}\label{wxspinbuttonctor}
 
 \func{}{wxSpinButton}{\void}
 
@@ -53,8 +53,7 @@ Default constructor.
 
 \func{}{wxSpinButton}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{long}{ style = wxSP\_HORIZONTAL}, 
-%\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSP\_HORIZONTAL},\rtfsp
 \param{const wxString\& }{name = ``spinButton"}}
 
 Constructor, creating and showing a spin button.
@@ -71,15 +70,13 @@ Constructor, creating and showing a spin button.
 
 \docparam{style}{Window style. See \helpref{wxSpinButton}{wxspinbutton}.}
 
-\docparam{validator}{Window validator.}
-
 \docparam{name}{Window name.}
 
 \wxheading{See also}
 
-\helpref{wxSpinButton::Create}{wxspinbuttoncreate}, \helpref{wxValidator}{wxvalidator}
+\helpref{wxSpinButton::Create}{wxspinbuttoncreate}
 
-\membersection{wxSpinButton::\destruct{wxSpinButton}}
+\membersection{wxSpinButton::\destruct{wxSpinButton}}\label{wxspinbuttondtor}
 
 \func{void}{\destruct{wxSpinButton}}{\void}
 
@@ -89,12 +86,11 @@ Destructor, destroys the spin button control.
 
 \func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{long}{ style = wxSP\_HORIZONTAL}, 
-%\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSP\_HORIZONTAL},\rtfsp
 \param{const wxString\& }{name = ``spinButton"}}
 
 Scrollbar creation function called by the spin button constructor.
-See \helpref{wxSpinButton::wxSpinButton}{wxspinbuttonconstr} for details.
+See \helpref{wxSpinButton::wxSpinButton}{wxspinbuttonctor} for details.
 
 \membersection{wxSpinButton::GetMax}\label{wxspinbuttongetmax}