查看源码 wxGridCellFloatEditor (wx v2.4.3)
用于浮点数数据的编辑器。
参见
此类派生自以下类,并可以使用以下类中的函数
wxWidgets 文档: wxGridCellFloatEditor
摘要
类型
-type wxGridCellFloatEditor() :: wx:wx_object().
函数
-spec destroy(This :: wxGridCellFloatEditor()) -> ok.
销毁对象
-spec new() -> wxGridCellFloatEditor().
等同于 new([])
。
-spec new([Option]) -> wxGridCellFloatEditor() when Option :: {width, integer()} | {precision, integer()} | {format, integer()}.
浮点单元格编辑器构造函数。
-spec setParameters(This, Params) -> ok when This :: wxGridCellFloatEditor(), Params :: unicode:chardata().
参数字符串格式为 "width[,precision[,format]]",其中 format
应在 f|e|g|E|G 之间选择(默认使用 f)。