Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxchecklistbox(3erl) [linux man page]

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)

Check Out this Related Man Page

wxSpinButton(3erl)					     Erlang Module Definition						wxSpinButton(3erl)

NAME
wxSpinButton - See external documentation: wxSpinButton. DESCRIPTION
See external documentation: wxSpinButton . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxSpinButton() : 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() -> wxSpinButton() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxSpinButton() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSpinButton() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . getMax(This::wxSpinButton()) -> integer() See external documentation . getMin(This::wxSpinButton()) -> integer() See external documentation . getValue(This::wxSpinButton()) -> integer() See external documentation . setRange(This::wxSpinButton(), MinVal::integer(), MaxVal::integer()) -> ok See external documentation . setValue(This::wxSpinButton(), Value::integer()) -> ok See external documentation . destroy(This::wxSpinButton()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxSpinButton(3erl)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to check total allocated external disk in unix

hi guys im new here, would like to ask what is the syntax or how could i check the total allocated external disk in HP-UX??? ive check the allocated size using SAM, but in some servers the SAM hangs when checking the disk space. So i would like to know using command line. thanks (3 Replies)
Discussion started by: gob23g
3 Replies

2. UNIX for Advanced & Expert Users

How to fix the server to show SysInfo

Can someone help me in fixing this issue.. this is the result iam getting now.. ---------------------------------------------- Index of /SysInfo Parent Directory hndspdb1.html hndspdb2.html hndspdb3.html hndspdb4.html hndssdb1.html hndssdb2.html... (1 Reply)
Discussion started by: kjamsheed
1 Replies

3. IP Networking

Connectivity check.

How to check connectivity with an external server if I know the IP. Please note traceroute is not working for me, as it is saying command not found. (6 Replies)
Discussion started by: nixhead
6 Replies

4. Post Here to Contact Site Administrators and Moderators

How to read the nth character from the line.?

I have Index Line and I tried to get the 9th character from the file and to check the character is "|" or not. Shell Scripting. Sample Index file. "91799489|K8E|188.004.A.917994892.1099R.c.01.pdf|2013|10/15/2014|002|B|C|C"... (3 Replies)
Discussion started by: pavand
3 Replies