GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxGridCellFloatRenderer(3) Erlang Module Definition wxGridCellFloatRenderer(3)

wxGridCellFloatRenderer - Functions for wxGridCellFloatRenderer class

This class may be used to format floating point data in a cell.

See: wxGridCellRenderer, wxGridCellAutoWrapStringRenderer (not implemented in wx), wxGridCellBoolRenderer, wxGridCellDateTimeRenderer (not implemented in wx), wxGridCellEnumRenderer (not implemented in wx), wxGridCellNumberRenderer, wxGridCellStringRenderer

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

wxWidgets docs: wxGridCellFloatRenderer

wxGridCellFloatRenderer() = wx:wx_object()

new() -> wxGridCellFloatRenderer()


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


Types:

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

Float cell renderer ctor.

getPrecision(This) -> integer()


Types:

This = wxGridCellFloatRenderer()

Returns the precision.

getWidth(This) -> integer()


Types:

This = wxGridCellFloatRenderer()

Returns the width.

setParameters(This, Params) -> ok


Types:

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

The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default)

setPrecision(This, Precision) -> ok


Types:

This = wxGridCellFloatRenderer()
Precision = integer()

Sets the precision.

setWidth(This, Width) -> ok


Types:

This = wxGridCellFloatRenderer()
Width = integer()

Sets the width.

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


Destroys the object.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.