檢視原始碼 wxGridCellTextEditor (wx v2.4.3)
用於字串/文字資料的網格單元格編輯器。
參見
此類別繼承自以下類別,並可使用其函式:
wxWidgets 文件:wxGridCellTextEditor
摘要
型別
-type wxGridCellTextEditor() :: wx:wx_object().
函式
-spec destroy(This :: wxGridCellTextEditor()) -> ok.
銷毀物件
-spec new() -> wxGridCellTextEditor().
等同於 new([])
。
-spec new([Option]) -> wxGridCellTextEditor() when Option :: {maxChars, integer()}.
文字單元格編輯器建構子。
-spec setParameters(This, Params) -> ok when This :: wxGridCellTextEditor(), Params :: unicode:chardata().
參數字串格式為 "n",其中 n 代表最大寬度。