wxControlWithItems

See external documentation: wxControlWithItems.

See external documentation: wxControlWithItems.

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

Functions


append(This, Item) -> integer()

See external documentation.

append(This, Item, ClientData) -> integer()

See external documentation.

appendStrings(This, Strings) -> ok

See external documentation.

clear(This) -> ok

See external documentation.

delete(This, N) -> ok

See external documentation.

findString(This, S) -> integer()

Equivalent to findString(This, S, []).

findString(This, S, Options::[Option]) -> integer()

See external documentation.

getClientData(This, N) -> term()

See external documentation.

setClientData(This, N, ClientData) -> ok

See external documentation.

getCount(This) -> integer()

See external documentation.

getSelection(This) -> integer()

See external documentation.

getString(This, N) -> unicode:charlist()

See external documentation.

getStringSelection(This) -> unicode:charlist()

See external documentation.

insert(This, Item, Pos) -> integer()

See external documentation.

insert(This, Item, Pos, ClientData) -> integer()

See external documentation.

isEmpty(This) -> boolean()

See external documentation.

select(This, N) -> ok

See external documentation.

setSelection(This, N) -> ok

See external documentation.

setString(This, N, S) -> ok

See external documentation.

setStringSelection(This, S) -> boolean()

See external documentation.