]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/spinbutt.tex
assert if opening more than one find/replace dialog under the same parent -- this...
[wxWidgets.git] / docs / latex / wx / spinbutt.tex
index d10be46118a79059c37cdc338cb56017d53c9f65..c094d10ce650ce7a4611fbef2700c9446a80018e 100644 (file)
@@ -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,13 +70,11 @@ 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}}\label{wxspinbuttondtor}
 
@@ -89,8 +86,7 @@ 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.