Query: wxgridcellfloatrenderer
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxGridCellFloatRenderer(3erl) Erlang Module Definition wxGridCellFloatRenderer(3erl)NAMEwxGridCellFloatRenderer - See external documentation: wxGridCellFloatRenderer.DESCRIPTIONSee external documentation: wxGridCellFloatRenderer . This class is derived (and can use functions) from: wxGridCellStringRenderer wxGridCellRendererDATA TYPESwxGridCellFloatRenderer() : 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() -> wxGridCellFloatRenderer() Equivalent to new([]) . new(Options::[Option]) -> wxGridCellFloatRenderer() Types Option = {width, integer()} | {precision, integer()} See external documentation . getPrecision(This::wxGridCellFloatRenderer()) -> integer() See external documentation . getWidth(This::wxGridCellFloatRenderer()) -> integer() See external documentation . setParameters(This::wxGridCellFloatRenderer(), Params::string()) -> ok See external documentation . setPrecision(This::wxGridCellFloatRenderer(), Precision::integer()) -> ok See external documentation . setWidth(This::wxGridCellFloatRenderer(), Width::integer()) -> ok See external documentation . destroy(This::wxGridCellFloatRenderer()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxGridCellFloatRenderer(3erl)