.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridCellNumberEditor 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridCellNumberEditor \- .SH DESCRIPTION The editor for numeric integer data. .SH "PARENTS" wxGridCellTextEditor wxGridCellEditor .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridCellNumberEditor (int min = -1int max = -1) Allows to specify the range for acceptable data; if min == max == -1, no range checking is done .SS wxString GetString () String representation of the value. .SS bool HasRange () If the return value is true, the editor uses a wxSpinCtrl to get user input, otherwise it uses a wxTextCtrl. .SS void SetParameters (const wxString& params) Parameters string format is "min,max". .SH "SEE ALSO" wxGridCellTextEditor wxGridCellEditor wxGridCellEditor , wxGridCellFloatEditor , wxGridCellBoolEditor , wxGridCellTextEditor , wxGridCellChoiceEditor .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.