WX_2_4_BRANCH: Remove references to wxValidator in wxSpinButton docs - no validator param.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,8 +54,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.
|
||||
@@ -72,13 +71,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}}
|
||||
|
||||
@@ -90,8 +87,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.
|
||||
|
Reference in New Issue
Block a user