Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxGridCellNumberEditor (3erl)

Name

wxGridCellNumberEditor - Functions for wxGridCellNumberEditor class

Synopsis

Please see following description for synopsis

Description

wxGridCellNumberEditor(3)  Erlang Module Definition  wxGridCellNumberEditor(3)



NAME
       wxGridCellNumberEditor - Functions for wxGridCellNumberEditor class

DESCRIPTION
       Grid cell editor for numeric integer data.

       See:  wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
       in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd-
       itor (not implemented in wx), wxGridCellFloatEditor, wxGridCellTextEdi-
       tor, wxGridCellDateEditor (not implemented in wx)

       This class is derived (and can use functions) from:  wxGridCellTextEdi-
       tor wxGridCellEditor

       wxWidgets docs: wxGridCellNumberEditor

DATA TYPES
       wxGridCellNumberEditor() = wx:wx_object()

EXPORTS
       new() -> wxGridCellNumberEditor()

       new(Options :: [Option]) -> wxGridCellNumberEditor()

              Types:

                 Option = {min, integer()} | {max, integer()}

              Allows you to specify the range for acceptable data.

              Values  equal  to -1 for both min and max indicate that no range
              checking should be done.

       getValue(This) -> unicode:charlist()

              Types:

                 This = wxGridCellNumberEditor()

              Returns the value currently in the editor control.

       setParameters(This, Params) -> ok

              Types:

                 This = wxGridCellNumberEditor()
                 Params = unicode:chardata()

              Parameters string format is "min,max".

       destroy(This :: wxGridCellNumberEditor()) -> ok

              Destroys the object.



wxWidgets team.                    wx 2.1.1          wxGridCellNumberEditor(3)