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 = chardata() (see module unicode)
-
This = wxControlWithItems()
-
See external documentation.
append(This, Item, ClientData) -> integer()
-
Types:
-
This = wxControlWithItems()
Item = chardata() (see module unicode)
ClientData = term()
-
This = wxControlWithItems()
-
See external documentation.
appendStrings(This, Strings) -> ok
-
Types:
-
This = wxControlWithItems()
Strings = [chardata() (see module unicode)]
-
This = wxControlWithItems()
-
See external documentation.
clear(This) -> ok
-
Types:
-
This = wxControlWithItems()
-
This = wxControlWithItems()
-
See external documentation.
delete(This, N) -> ok
-
Types:
-
This = wxControlWithItems()
N = integer()
-
This = wxControlWithItems()
-
See external documentation.
findString(This, S) -> integer()
-
Types:
-
This = wxControlWithItems()
S = chardata() (see module unicode)
-
This = wxControlWithItems()
-
Equivalent to findString(This, S, []).
findString(This, S, Options::[Option]) -> integer()
-
Types:
-
This = wxControlWithItems()
S = chardata() (see module unicode)
Option = {bCase, boolean()}
-
This = wxControlWithItems()
-
See external documentation.
getClientData(This, N) -> term()
-
Types:
-
This = wxControlWithItems()
N = integer()
-
This = wxControlWithItems()
-
See external documentation.
setClientData(This, N, ClientData) -> ok
-
Types:
-
This = wxControlWithItems()
N = integer()
ClientData = term()
-
This = wxControlWithItems()
-
See external documentation.
getCount(This) -> integer()
-
Types:
-
This = wxControlWithItems()
-
This = wxControlWithItems()
-
See external documentation.
getSelection(This) -> integer()
-
Types:
-
This = wxControlWithItems()
-
This = wxControlWithItems()
-
See external documentation.
getString(This, N) -> charlist() (see module unicode)
-
Types:
-
This = wxControlWithItems()
N = integer()
-
This = wxControlWithItems()
-
See external documentation.
getStringSelection(This) -> charlist() (see module unicode)
-
Types:
-
This = wxControlWithItems()
-
This = wxControlWithItems()
-
See external documentation.
insert(This, Item, Pos) -> integer()
-
Types:
-
This = wxControlWithItems()
Item = chardata() (see module unicode)
Pos = integer()
-
This = wxControlWithItems()
-
See external documentation.
insert(This, Item, Pos, ClientData) -> integer()
-
Types:
-
This = wxControlWithItems()
Item = chardata() (see module unicode)
Pos = integer()
ClientData = term()
-
This = wxControlWithItems()
-
See external documentation.
isEmpty(This) -> boolean()
-
Types:
-
This = wxControlWithItems()
-
This = wxControlWithItems()
-
See external documentation.
select(This, N) -> ok
-
Types:
-
This = wxControlWithItems()
N = integer()
-
This = wxControlWithItems()
-
See external documentation.
setSelection(This, N) -> ok
-
Types:
-
This = wxControlWithItems()
N = integer()
-
This = wxControlWithItems()
-
See external documentation.
setString(This, N, S) -> ok
-
Types:
-
This = wxControlWithItems()
N = integer()
S = chardata() (see module unicode)
-
This = wxControlWithItems()
-
See external documentation.
setStringSelection(This, S) -> boolean()
-
Types:
-
This = wxControlWithItems()
S = chardata() (see module unicode)
-
This = wxControlWithItems()
-
See external documentation.
AUTHORS
<>