檢視原始碼 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)。