查看源代码 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 是表示最大宽度的数字。