X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..49d37022125686b42877f0a5a971e13fb1381e87:/interface/spinctrl.h?ds=sidebyside diff --git a/interface/spinctrl.h b/interface/spinctrl.h index 884216ec7f..046c98ccd2 100644 --- a/interface/spinctrl.h +++ b/interface/spinctrl.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: spinctrl.h -// Purpose: documentation for wxSpinCtrl class +// Purpose: interface of wxSpinCtrl // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -24,8 +24,7 @@ @category{ctrl} @appearance{spinctrl.png} - @seealso - @ref overview_eventhandlingoverview, wxSpinButton, wxControl + @see @ref overview_eventhandlingoverview, wxSpinButton, wxControl */ class wxSpinCtrl : public wxControl { @@ -34,7 +33,7 @@ public: /** ) Constructor, creating and showing a spin control. - + @param parent Parent window. Must not be @NULL. @param value @@ -57,7 +56,7 @@ public: Initial value. @param name Window name. - + @see Create() */ wxSpinCtrl(); @@ -107,7 +106,7 @@ public: Select the text in the text part of the control between positions @a from (inclusive) and @a to (exclusive). This is similar to wxTextCtrl::SetSelection. - @b NB: this is currently only implemented for Windows and generic versions + @note this is currently only implemented for Windows and generic versions of the control. */ void SetSelection(long from, long to); @@ -120,3 +119,4 @@ public: void SetValue(int value); //@} }; +