wxGridCellFloatEditor (wx v2.5.4)

Copy Markdown View Source

The editor for floating point numbers data.

See:

This class is derived, and can use functions, from:

wxWidgets docs: wxGridCellFloatEditor

Summary

Functions

Destroys the object

Float cell editor ctor.

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

Types

wxGridCellFloatEditor()

-type wxGridCellFloatEditor() :: wx:wx_object().

Functions

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

Destroys the object

new() ≡ new([])

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

Types

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

Float cell editor ctor.

setParameters(This, Params) -> ok

Types

This = wxGridCellFloatEditor()
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)