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