wxListView.3erl

Langue: en

Autres versions - même langue

Version: 282066 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxListView - See external documentation: wxListView.

DESCRIPTION

See external documentation: wxListView <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html>.

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::wxListView(), Col::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewclearcolumnimage>.

focus(This::wxListView(), Index::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewfocus>.

getFirstSelected(This::wxListView()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewgetfirstselected>.

getFocusedItem(This::wxListView()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewgetfocuseditem>.

getNextSelected(This::wxListView(), Item::integer()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewgetnextselected>.

isSelected(This::wxListView(), Index::integer()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewisselected>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewselect>.

setColumnImage(This::wxListView(), Col::integer(), Image::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxlistview.html#wxlistviewsetcolumnimage>.