linux man page for wxchecklistbox

Query: wxchecklistbox

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

wxCheckListBox(3erl)					     Erlang Module Definition					      wxCheckListBox(3erl)

NAME
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() : 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() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxCheckListBox() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxCheckListBox() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, inte- ger()} | {validator, wx() (see module wx)} See external documentation . check(This::wxCheckListBox(), Index::integer()) -> ok Equivalent to check(This, Index, []) . check(This::wxCheckListBox(), Index::integer(), Options::[Option]) -> ok Types Option = {check, bool()} See external documentation . isChecked(This::wxCheckListBox(), Index::integer()) -> bool() See external documentation . destroy(This::wxCheckListBox()) -> ok Destroys this object, do not use object again
AUTHORS
<> wxErlang 0.98.9 wxCheckListBox(3erl)
Related Man Pages
wxchecklistbox(3erl) - linux
wxcombobox(3erl) - linux
wxgauge(3erl) - linux
wxlistbox(3erl) - linux
wxtogglebutton(3erl) - linux
Similar Topics in the Unix Linux Community
How to check total allocated external disk in unix
How to fix the server to show SysInfo
Connectivity check.
How to read the nth character from the line.?