Query: wxgridcellchoiceeditor
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxGridCellChoiceEditor(3erl) Erlang Module Definition wxGridCellChoiceEditor(3erl)NAMEwxGridCellChoiceEditor - See external documentation: wxGridCellChoiceEditor.DESCRIPTIONSee external documentation: wxGridCellChoiceEditor . This class is derived (and can use functions) from: wxGridCellEditorDATA TYPESwxGridCellChoiceEditor() : 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(Choices::[[string()]]) -> wxGridCellChoiceEditor() Equivalent to new(Choices, []) . new(Choices::[[string()]], Options::[Option]) -> wxGridCellChoiceEditor() Types Option = {allowOthers, bool()} See external documentation . setParameters(This::wxGridCellChoiceEditor(), Params::string()) -> ok See external documentation . destroy(This::wxGridCellChoiceEditor()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxGridCellChoiceEditor(3erl)