wx.grid.GridCellFloatRenderer

Inheritance diagram for wx.grid.GridCellFloatRenderer:



Class API

Methods

__init__(width=-1, precision=-1)

Constructor.

Parameters:

  • width (int): Minimum number of characters to be shown.
  • precision (int): Number of digits after the decimal dot.

Returns:

wx.grid.GridCellFloatRenderer


GetPrecision()

Returns the precision.


Returns:

int


GetWidth()

Returns the width.


Returns:

int


SetPrecision(precision)

Sets the precision.

Parameters:

  • precision (int)

SetWidth(width)

Sets the width.

Parameters:

  • width (int)

Properties

Precision
See GetPrecision and SetPrecision
Width
See GetWidth and SetWidth