查看源码 wxGridCellChoiceEditor (wx v2.4.3)
用于字符串数据的网格单元格编辑器,为用户提供从字符串列表中的选择。
参见
此类派生自,并且可以使用以下函数:
wxWidgets 文档:wxGridCellChoiceEditor
概要
类型
-type wxGridCellChoiceEditor() :: wx:wx_object().
函数
-spec destroy(This :: wxGridCellChoiceEditor()) -> ok.
销毁对象
-spec new(Choices) -> wxGridCellChoiceEditor() when Choices :: [unicode:chardata()].
等价于 new(Choices, [])
。
-spec new(Choices, [Option]) -> wxGridCellChoiceEditor() when Choices :: [unicode:chardata()], Option :: {allowOthers, boolean()}.
选择单元格渲染器构造函数。
-spec setParameters(This, Params) -> ok when This :: wxGridCellChoiceEditor(), Params :: unicode:chardata().
参数字符串格式为 "item1[,item2[...,itemN]]"。
此方法可以在编辑器第一次使用之前调用,也可以在之后调用,在这种情况下,它会将先前指定的字符串替换为新字符串。