檢視原始碼 wxGridCellTextEditor (wx v2.4.3)

用於字串/文字資料的網格單元格編輯器。

參見

此類別繼承自以下類別,並可使用其函式:

wxWidgets 文件:wxGridCellTextEditor

摘要

函式

銷毀物件

等同於 new([])

文字單元格編輯器建構子。

參數字串格式為 "n",其中 n 代表最大寬度。

型別

連結至此型別

wxGridCellTextEditor()

檢視原始碼
-type wxGridCellTextEditor() :: wx:wx_object().

函式

-spec destroy(This :: wxGridCellTextEditor()) -> ok.

銷毀物件

-spec new() -> wxGridCellTextEditor().

等同於 new([])

-spec new([Option]) -> wxGridCellTextEditor() when Option :: {maxChars, integer()}.

文字單元格編輯器建構子。

連結至此函式

setParameters(This, Params)

檢視原始碼
-spec setParameters(This, Params) -> ok
                       when This :: wxGridCellTextEditor(), Params :: unicode:chardata().

參數字串格式為 "n",其中 n 代表最大寬度。