Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1ff6a165a3
commit
35e47decef
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user