wxComboBox

See external documentation: wxComboBox.

See external documentation: wxComboBox.

This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler

Functions


new() -> wxComboBox()

See external documentation.

new(Parent, Id) -> wxComboBox()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Options::[Option]) -> wxComboBox()

See external documentation.

create(This, Parent, Id, Value, Pos, Size, Choices) -> boolean()

create(This, Parent, Id, Value, Pos, Size, Choices, Options::[Option]) -> boolean()

See external documentation.

canCopy(This) -> boolean()

See external documentation.

canCut(This) -> boolean()

See external documentation.

canPaste(This) -> boolean()

See external documentation.

canRedo(This) -> boolean()

See external documentation.

canUndo(This) -> boolean()

See external documentation.

copy(This) -> ok

See external documentation.

cut(This) -> ok

See external documentation.

getInsertionPoint(This) -> integer()

See external documentation.

getLastPosition(This) -> integer()

See external documentation.

getValue(This) -> unicode:charlist()

See external documentation.

paste(This) -> ok

See external documentation.

redo(This) -> ok

See external documentation.

replace(This, From, To, Value) -> ok

See external documentation.

remove(This, From, To) -> ok

See external documentation.

setInsertionPoint(This, Pos) -> ok

See external documentation.

setInsertionPointEnd(This) -> ok

See external documentation.

setSelection(This, N) -> ok

See external documentation.

setSelection(This, From, To) -> ok

See external documentation.

setValue(This, Value) -> ok

See external documentation.

undo(This) -> ok

See external documentation.

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

Destroys this object, do not use object again