wxListView

See external documentation: wxListView.

See external documentation: wxListView.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Types


wxListView() = wx:wx_object()

Functions


clearColumnImage(This, Col) -> ok

  • This = wxListView()
  • Col = integer()

See external documentation.

focus(This, Index) -> ok

  • This = wxListView()
  • Index = integer()

See external documentation.

getFirstSelected(This) -> integer()

  • This = wxListView()

See external documentation.

getFocusedItem(This) -> integer()

  • This = wxListView()

See external documentation.

getNextSelected(This, Item) -> integer()

  • This = wxListView()
  • Item = integer()

See external documentation.

isSelected(This, Index) -> boolean()

  • This = wxListView()
  • Index = integer()

See external documentation.

select(This, N) -> ok

  • This = wxListView()
  • N = integer()

Equivalent to select(This, N, []).

select(This, N, Option::[Option]) -> ok

  • This = wxListView()
  • N = integer()
  • Option = {on, boolean()}

See external documentation.

setColumnImage(This, Col, Image) -> ok

  • This = wxListView()
  • Col = integer()
  • Image = integer()

See external documentation.