Query: wxlistview
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxListView(3erl) Erlang Module Definition wxListView(3erl)NAMEwxListView - See external documentation: wxListView.DESCRIPTIONSee external documentation: wxListView . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandlerDATA TYPESwxListView() : 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.EXPORTSclearColumnImage(This::wxListView(), Col::integer()) -> ok See external documentation . focus(This::wxListView(), Index::integer()) -> ok See external documentation . getFirstSelected(This::wxListView()) -> integer() See external documentation . getFocusedItem(This::wxListView()) -> integer() See external documentation . getNextSelected(This::wxListView(), Item::integer()) -> integer() See external documentation . isSelected(This::wxListView(), Index::integer()) -> bool() See external documentation . select(This::wxListView(), N::integer()) -> ok Equivalent to select(This, N, []) . select(This::wxListView(), N::integer(), Options::[Option]) -> ok Types Option = {on, bool()} See external documentation . setColumnImage(This::wxListView(), Col::integer(), Image::integer()) -> ok See external documentation .AUTHORS<> wxErlang 0.98.9 wxListView(3erl)
Related Man Pages |
---|
wxcaret(3erl) - linux |
wxgauge(3erl) - linux |
wxkeyevent(3erl) - linux |
wxpickerbase(3erl) - linux |
wxscrolledwindow(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
Removing duplicates |
Joining Three Files |
Extracting a certain pattern.. |
.csv file manipulation |
Formatting of output |