wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxCheckBox

Module

wxCheckBox

Module Summary

See external documentation: wxCheckBox.

Description

See external documentation: wxCheckBox.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

DATA TYPES

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.

Exports

new() -> wxCheckBox()

new(Parent, Id, Label) -> wxCheckBox()

Types

Id = integer()

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

Types

Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

create(This, Parent, Id, Label) -> boolean()

Types

This = wxCheckBox()
Id = integer()

create(This, Parent, Id, Label, Options::[Option]) -> boolean()

Types

This = wxCheckBox()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

getValue(This) -> boolean()

Types

This = wxCheckBox()

get3StateValue(This) -> wx:wx_enum()

Types

This = wxCheckBox()

See external documentation.
Res = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

is3rdStateAllowedForUser(This) -> boolean()

Types

This = wxCheckBox()

is3State(This) -> boolean()

Types

This = wxCheckBox()

isChecked(This) -> boolean()

Types

This = wxCheckBox()

setValue(This, State) -> ok

Types

This = wxCheckBox()
State = boolean()

set3StateValue(This, State) -> ok

Types

This = wxCheckBox()
State = wx:wx_enum()

See external documentation.
State = ?wxCHK_UNCHECKED | ?wxCHK_CHECKED | ?wxCHK_UNDETERMINED

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

Destroys this object, do not use object again