Module wxCheckBox

See external documentation: wxCheckBox.

Description

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

    wxCheckBox()

    abstract datatype: wxCheckBox()

    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

    create/4*Equivalent to create(This, Parent, Id, Label, []).
    create/5*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    get3StateValue/1*See external documentation.
    getValue/1*See external documentation.
    is3State/1*See external documentation.
    is3rdStateAllowedForUser/1*See external documentation.
    isChecked/1*See external documentation.
    new/0*See external documentation.
    new/3*Equivalent to new(Parent, Id, Label, []).
    new/4*See external documentation.
    set3StateValue/2*See external documentation.
    setValue/2*See external documentation.

    Function Details

    create/4 *

    create(This::wxCheckBox(), Parent::wxWindow:wxWindow(), Id::integer(), Label::string()) -> bool()

    Equivalent to create(This, Parent, Id, Label, []).

    create/5 *

    create(This::wxCheckBox(), Parent::wxWindow:wxWindow(), Id::integer(), Label::string(), Options::[Option]) -> bool()

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    get3StateValue/1 *

    get3StateValue(This::wxCheckBox()) -> WxCheckBoxState

    See external documentation.
    WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

    getValue/1 *

    getValue(This::wxCheckBox()) -> bool()

    See external documentation.

    is3State/1 *

    is3State(This::wxCheckBox()) -> bool()

    See external documentation.

    is3rdStateAllowedForUser/1 *

    is3rdStateAllowedForUser(This::wxCheckBox()) -> bool()

    See external documentation.

    isChecked/1 *

    isChecked(This::wxCheckBox()) -> bool()

    See external documentation.

    new/0 *

    new() -> wxCheckBox()

    See external documentation.

    new/3 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Label::string()) -> wxCheckBox()

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

    new/4 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Label::string(), Options::[Option]) -> wxCheckBox()

    See external documentation.

    set3StateValue/2 *

    set3StateValue(This::wxCheckBox(), State::WxCheckBoxState) -> ok

    See external documentation.
    WxCheckBoxState is one of ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

    setValue/2 *

    setValue(This::wxCheckBox(), State::bool()) -> ok

    See external documentation.


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