.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridCellFloatRenderer 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridCellFloatRenderer \- .SH DESCRIPTION This class may be used to format floating point data in a cell. .SH "PARENTS" wxGridCellStringRenderer wxGridCellRenderer .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridCellFloatRenderer (int width = -1int precision = -1) .SS int GetPrecision () Returns the precision ( see wxGridCellFloatRenderer ). .SS int GetWidth () Returns the width ( see wxGridCellFloatRenderer ). .SS void SetParameters (const wxString& params) Parameters string format is "width[,precision]". .SS void SetPrecision (int precision) Sets the precision ( see wxGridCellFloatRenderer ). .SS void SetWidth (int width) Sets the width ( see wxGridCellFloatRenderer ) .SH "SEE ALSO" wxGridCellStringRenderer wxGridCellRenderer wxGridCellRenderer , wxGridCellNumberRenderer , wxGridCellStringRenderer , wxGridCellBoolRenderer .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.