From 94ee82f9e3c50e5b67c76952e153c85c6ce2c252 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 27 Jun 2005 12:56:00 +0000 Subject: [PATCH] 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 --- docs/latex/wx/spinbutt.tex | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/latex/wx/spinbutt.tex b/docs/latex/wx/spinbutt.tex index 4256dc36a2..843d48bb11 100644 --- a/docs/latex/wx/spinbutt.tex +++ b/docs/latex/wx/spinbutt.tex @@ -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.