wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxCheckListBox

Module

wxCheckListBox

Module Summary

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()

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() -> wxCheckListBox()

new(Parent, Id) -> wxCheckListBox()

Types

Id = integer()

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

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

Types

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

check(This, Index) -> ok

Types

Index = integer()

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

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

Types

Index = integer()
Option = {check, boolean()}

isChecked(This, Index) -> boolean()

Types

Index = integer()

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

Destroys this object, do not use object again