wxControlWithItems
See external documentation: wxControlWithItems.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
append(This, Item) -> integer()
This = wxControlWithItems()
Item = chardata() (see module unicode)
See
append(This, Item, ClientData) -> integer()
This = wxControlWithItems()
Item = chardata() (see module unicode)
ClientData = term()
See
appendStrings(This, Strings) -> ok
This = wxControlWithItems()
Strings = [chardata() (see module unicode)]
See
clear(This) -> ok
This = wxControlWithItems()
See
delete(This, N) -> ok
This = wxControlWithItems()
N = integer()
See
findString(This, S) -> integer()
This = wxControlWithItems()
S = chardata() (see module unicode)
Equivalent to findString(This, S, []).
findString(This, S, Option::[Option]) -> integer()
This = wxControlWithItems()
S = chardata() (see module unicode)
Option = {bCase, boolean()}
See
getClientData(This, N) -> term()
This = wxControlWithItems()
N = integer()
See
setClientData(This, N, ClientData) -> ok
This = wxControlWithItems()
N = integer()
ClientData = term()
See
getCount(This) -> integer()
This = wxControlWithItems()
See
getSelection(This) -> integer()
This = wxControlWithItems()
See
getString(This, N) -> charlist() (see module unicode)
This = wxControlWithItems()
N = integer()
See
getStringSelection(This) -> charlist() (see module unicode)
This = wxControlWithItems()
See
insert(This, Item, Pos) -> integer()
This = wxControlWithItems()
Item = chardata() (see module unicode)
Pos = integer()
See
insert(This, Item, Pos, ClientData) -> integer()
This = wxControlWithItems()
Item = chardata() (see module unicode)
Pos = integer()
ClientData = term()
See
isEmpty(This) -> boolean()
This = wxControlWithItems()
See
select(This, N) -> ok
This = wxControlWithItems()
N = integer()
See
setSelection(This, N) -> ok
This = wxControlWithItems()
N = integer()
See
setString(This, N, S) -> ok
This = wxControlWithItems()
N = integer()
S = chardata() (see module unicode)
See
setStringSelection(This, S) -> boolean()
This = wxControlWithItems()
S = chardata() (see module unicode)
See