focal (3) wxGridCellFloatRenderer.3erl.gz

Provided by: erlang-manpages_22.2.7+dfsg-1ubuntu0.2_all bug

NAME

       wxGridCellFloatRenderer - See external documentation: wxGridCellFloatRenderer.

DESCRIPTION

       See external documentation: wxGridCellFloatRenderer.

       This class is derived (and can use functions) from:
       wxGridCellStringRenderer
       wxGridCellRenderer

DATA TYPES

         wxGridCellFloatRenderer():

           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.

EXPORTS

       new() -> wxGridCellFloatRenderer()

              Equivalent to new([]).

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

              Types:

                 Option = {width, integer()} | {precision, integer()}

              See external documentation.

       getPrecision(This) -> integer()

              Types:

                 This = wxGridCellFloatRenderer()

              See external documentation.

       getWidth(This) -> integer()

              Types:

                 This = wxGridCellFloatRenderer()

              See external documentation.

       setParameters(This, Params) -> ok

              Types:

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

              See external documentation.

       setPrecision(This, Precision) -> ok

              Types:

                 This = wxGridCellFloatRenderer()
                 Precision = integer()

              See external documentation.

       setWidth(This, Width) -> ok

              Types:

                 This = wxGridCellFloatRenderer()
                 Width = integer()

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS

       <>

                                                     wx 1.9                        wxGridCellFloatRenderer(3erl)