Module wxCheckListBox

See external documentation: wxCheckListBox.

Description

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

    wxCheckListBox()

    abstract datatype: wxCheckListBox()

    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

    check/2*Equivalent to check(This, Index, []).
    check/3*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    isChecked/2*See external documentation.
    new/0*See external documentation.
    new/2*Equivalent to new(Parent, Id, []).
    new/3*See external documentation.

    Function Details

    check/2 *

    check(This::wxCheckListBox(), Index::integer()) -> ok

    Equivalent to check(This, Index, []).

    check/3 *

    check(This::wxCheckListBox(), Index::integer(), Options::[Option]) -> ok

    See external documentation.

    destroy/1 *

    destroy(This::wxCheckListBox()) -> ok

    Destroys this object, do not use object again

    isChecked/2 *

    isChecked(This::wxCheckListBox(), Index::integer()) -> bool()

    See external documentation.

    new/0 *

    new() -> wxCheckListBox()

    See external documentation.

    new/2 *

    new(Parent::wxWindow:wxWindow(), Id::integer()) -> wxCheckListBox()

    Equivalent to new(Parent, Id, []).

    new/3 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Options::[Option]) -> wxCheckListBox()

    See external documentation.


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