See external documentation: wxcontrolwithitems.
See external documentation: wxControlWithItems.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
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.
append(This, Item) -> integer()
Types:
This = wxControlWithItems()
Item = chardata() (see module unicode)
See external documentation.
append(This, Item, ClientData) -> integer()
Types:
This = wxControlWithItems()
Item = chardata() (see module unicode)
ClientData = term()
See external documentation.
appendStrings(This, Strings) -> ok
Types:
This = wxControlWithItems()
Strings = [chardata() (see module unicode)]
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 = chardata() (see module unicode)
Equivalent to findString(This, S, []).
findString(This, S, Option::[Option]) -> integer()
Types:
This = wxControlWithItems()
S = chardata() (see module unicode)
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) -> charlist() (see module unicode)
Types:
This = wxControlWithItems()
N = integer()
See external documentation.
getStringSelection(This) -> charlist() (see module unicode)
Types:
This = wxControlWithItems()
See external documentation.
insert(This, Item, Pos) -> integer()
Types:
This = wxControlWithItems()
Item = chardata() (see module unicode)
Pos = integer()
See external documentation.
insert(This, Item, Pos, ClientData) -> integer()
Types:
This = wxControlWithItems()
Item = chardata() (see module unicode)
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 = chardata() (see module unicode)
See external documentation.
setStringSelection(This, S) -> boolean()
Types:
This = wxControlWithItems()
S = chardata() (see module unicode)
See external documentation.
<>