wxGridCellTextEditor (wx v2.5.4)

Copy Markdown View Source

Grid cell editor for string/text data.

See:

This class is derived, and can use functions, from:

wxWidgets docs: wxGridCellTextEditor

Summary

Functions

Destroys the object

Text cell editor constructor.

The parameters string format is "n" where n is a number representing the maximum width.

Types

wxGridCellTextEditor()

-type wxGridCellTextEditor() :: wx:wx_object().

Functions

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

Destroys the object

new() ≡ new([])

new(Options :: [Option]) -> Result

Types

Result = wxGridCellTextEditor()
Option = {maxChars, integer()}

Text cell editor constructor.

setParameters(This, Params) -> ok

Types

This = wxGridCellTextEditor()
Params = unicode:chardata()

The parameters string format is "n" where n is a number representing the maximum width.