wxListView(3erl) Erlang Module Definition wxListView(3erl)
NAME
wxListView - See external documentation: wxListView.
DESCRIPTION
See external documentation: wxListView.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
wxListView():
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
clearColumnImage(This, Col) -> ok
Types:
This = wxListView()
Col = integer()
See external documentation.
focus(This, Index) -> ok
Types:
This = wxListView()
Index = integer()
See external documentation.
getFirstSelected(This) -> integer()
Types:
This = wxListView()
See external documentation.
getFocusedItem(This) -> integer()
Types:
This = wxListView()
See external documentation.
getNextSelected(This, Item) -> integer()
Types:
This = wxListView()
Item = integer()
See external documentation.
isSelected(This, Index) -> boolean()
Types:
This = wxListView()
Index = integer()
See external documentation.
select(This, N) -> ok
Types:
This = wxListView()
N = integer()
Equivalent to select(This, N, []).
select(This, N, Options::[Option]) -> ok
Types:
This = wxListView()
N = integer()
Option = {on, boolean()}
See external documentation.
setColumnImage(This, Col, Image) -> ok
Types:
This = wxListView()
Col = integer()
Image = integer()
See external documentation.
AUTHORS
<>
wx 1.9.1 wxListView(3erl)