Module wxListView

See external documentation: wxListView.

Description

See external documentation: wxListView.
This class is derived (and can use functions) from:
  • wxControl
  • wxWindow
  • wxEvtHandler
  • Data Types

    wxListView()

    abstract datatype: 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.

    Function Index

    clearColumnImage/2*See external documentation.
    focus/2*See external documentation.
    getFirstSelected/1*See external documentation.
    getFocusedItem/1*See external documentation.
    getNextSelected/2*See external documentation.
    isSelected/2*See external documentation.
    select/2*Equivalent to select(This, N, []).
    select/3*See external documentation.
    setColumnImage/3*See external documentation.

    Function Details

    clearColumnImage/2 *

    clearColumnImage(This::wxListView(), Col::integer()) -> ok

    See external documentation.

    focus/2 *

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

    See external documentation.

    getFirstSelected/1 *

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

    See external documentation.

    getFocusedItem/1 *

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

    See external documentation.

    getNextSelected/2 *

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

    See external documentation.

    isSelected/2 *

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

    See external documentation.

    select/2 *

    select(This::wxListView(), N::integer()) -> ok

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

    select/3 *

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

    See external documentation.

    setColumnImage/3 *

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

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:32.