See external documentation: wxlistview.
See external documentation: wxListView.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
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.
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, Option::[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.
<>