Query: wxgridcellnumbereditor
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxGridCellNumberEditor(3erl) Erlang Module Definition wxGridCellNumberEditor(3erl)NAMEwxGridCellNumberEditor - See external documentation: wxGridCellNumberEditor.DESCRIPTIONSee external documentation: wxGridCellNumberEditor . This class is derived (and can use functions) from: wxGridCellTextEditor wxGridCellEditorDATA TYPESwxGridCellNumberEditor() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.EXPORTSnew() -> wxGridCellNumberEditor() Equivalent to new([]) . new(Options::[Option]) -> wxGridCellNumberEditor() Types Option = {min, integer()} | {max, integer()} See external documentation . getValue(This::wxGridCellNumberEditor()) -> string() See external documentation . setParameters(This::wxGridCellNumberEditor(), Params::string()) -> ok See external documentation . destroy(This::wxGridCellNumberEditor()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxGridCellNumberEditor(3erl)