*************************** wx.grid.GridCellFloatEditor *************************** Inheritance diagram for `wx.grid.GridCellFloatEditor`: | .. inheritance-diagram:: wx.grid.GridCellFloatEditor | Description =========== The editor for floating point numbers data. .. seealso:: `wx.grid.GridCellEditor `_, `wx.grid.GridCellNumberEditor `_, `wx.grid.GridCellBoolEditor `_, `wx.grid.GridCellTextEditor `_, `wx.grid.GridCellChoiceEditor `_ Derived From ^^^^^^^^^^^^^ * `wx.grid.GridCellTextEditor `_ * `wx.grid.GridCellEditor `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __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.GridCellFloatEditor `_