wxControlWithItems.3erl - Man Page
See external documentation: wxControlWithItems.
Description
See external documentation: wxControlWithItems.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Data Types
- wxControlWithItems():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
append(This, Item) -> integer()
- Types:
This = wxControlWithItems()
Item = unicode:chardata()
See external documentation.
append(This, Item, ClientData) -> integer()
- Types:
This = wxControlWithItems()
Item = unicode:chardata()
ClientData = term()
See external documentation.
appendStrings(This, Strings) -> ok
- Types:
This = wxControlWithItems()
Strings = [unicode:chardata()]
See external documentation.
clear(This) -> ok
- Types:
This = wxControlWithItems()
See external documentation.
delete(This, N) -> ok
- Types:
This = wxControlWithItems()
N = integer()
See external documentation.
findString(This, S) -> integer()
- Types:
This = wxControlWithItems()
S = unicode:chardata()
Equivalent to findString(This, S, []).
findString(This, S, Options::[Option]) -> integer()
- Types:
This = wxControlWithItems()
S = unicode:chardata()
Option = {bCase, boolean()}
See external documentation.
getClientData(This, N) -> term()
- Types:
This = wxControlWithItems()
N = integer()
See external documentation.
setClientData(This, N, ClientData) -> ok
- Types:
This = wxControlWithItems()
N = integer()
ClientData = term()
See external documentation.
getCount(This) -> integer()
- Types:
This = wxControlWithItems()
See external documentation.
getSelection(This) -> integer()
- Types:
This = wxControlWithItems()
See external documentation.
getString(This, N) -> unicode:charlist()
- Types:
This = wxControlWithItems()
N = integer()
See external documentation.
getStringSelection(This) -> unicode:charlist()
- Types:
This = wxControlWithItems()
See external documentation.
insert(This, Item, Pos) -> integer()
- Types:
This = wxControlWithItems()
Item = unicode:chardata()
Pos = integer()
See external documentation.
insert(This, Item, Pos, ClientData) -> integer()
- Types:
This = wxControlWithItems()
Item = unicode:chardata()
Pos = integer()
ClientData = term()
See external documentation.
isEmpty(This) -> boolean()
- Types:
This = wxControlWithItems()
See external documentation.
select(This, N) -> ok
- Types:
This = wxControlWithItems()
N = integer()
See external documentation.
setSelection(This, N) -> ok
- Types:
This = wxControlWithItems()
N = integer()
See external documentation.
setString(This, N, S) -> ok
- Types:
This = wxControlWithItems()
N = integer()
S = unicode:chardata()
See external documentation.
setStringSelection(This, S) -> boolean()
- Types:
This = wxControlWithItems()
S = unicode:chardata()
See external documentation.
Authors
<>