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()
-
This = wxListView()
-
See external documentation.
focus(This, Index) -> ok
-
Types:
-
This = wxListView()
Index = integer()
-
This = wxListView()
-
See external documentation.
getFirstSelected(This) -> integer()
-
Types:
-
This = wxListView()
-
This = wxListView()
-
See external documentation.
getFocusedItem(This) -> integer()
-
Types:
-
This = wxListView()
-
This = wxListView()
-
See external documentation.
getNextSelected(This, Item) -> integer()
-
Types:
-
This = wxListView()
Item = integer()
-
This = wxListView()
-
See external documentation.
isSelected(This, Index) -> boolean()
-
Types:
-
This = wxListView()
Index = integer()
-
This = wxListView()
-
See external documentation.
select(This, N) -> ok
-
Types:
-
This = wxListView()
N = integer()
-
This = wxListView()
-
Equivalent to select(This, N, []).
select(This, N, Options::[Option]) -> ok
-
Types:
-
This = wxListView()
N = integer()
Option = {on, boolean()}
-
This = wxListView()
-
See external documentation.
setColumnImage(This, Col, Image) -> ok
-
Types:
-
This = wxListView()
Col = integer()
Image = integer()
-
This = wxListView()
-
See external documentation.
AUTHORS
<>