Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxstaticbox(3erl) [linux man page]

wxStaticBox(3erl)					     Erlang Module Definition						 wxStaticBox(3erl)

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

Check Out this Related Man Page

wxToggleButton(3erl)					     Erlang Module Definition					      wxToggleButton(3erl)

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

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to create file of fixed size?

I want to create a file, that has a fixed size, as a placeholder so no one will write to that disc and I may store backup files at a later date. how can I do this? Using HP 9000/300 computer with HP 7937 Disc Drives and HPUX 6.5 OS. (3 Replies)
Discussion started by: dblevans
3 Replies

2. UNIX for Dummies Questions & Answers

Changing Label with Lonetar

Hello, Does anyone know how to change the labeling of media tapes with Lonetar? For ex. M_01, M_02, M_03 etc... Any ideas would be greatly appreciated. Thank you (0 Replies)
Discussion started by: Yorgy
0 Replies

3. Shell Programming and Scripting

Comparing string and integer in IF

hi, I need to create an IF condition. I read a line from a file and get the 5 word using space as a delimited. This word can have only two values either '*' or '1-5' I need to write an IF condition for two cases. I can either compare it to * or 1-5(or even 1 by cutting and getting only the... (3 Replies)
Discussion started by: kaushys
3 Replies

4. UNIX for Dummies Questions & Answers

How to seach in specific directories?

Hi, How can I perform a search on parent directories and not child? I need to search and gzip files that are in /Home/Parent, but there are subdirectories under Parent ( /Home/Parent/Today). I don't want to gzip anything in the "Today" folder, just stop at the parent. There are about 50... (2 Replies)
Discussion started by: bbbngowc
2 Replies

5. Shell Programming and Scripting

Traverse through directory....

hi I have a directory structure like Parent Parent/child1/ Parent/child2/ Parent/child3/ and the each main directory contains Parent/child1/file1.txt, Parent/child1/fil2.zip ....... Parent/child2/file1.txt,Parent/child/fil2.zip ...... Now i want to traverse to each and want to... (1 Reply)
Discussion started by: Reddy482
1 Replies

6. Shell Programming and Scripting

Use Awk and Array to get total size of files

Hello all, I need to do scripts total up the size in selected extension file for example motion.mov and segmentation.avi is in Label Media. For file info.doc and calc.xls in Label Document. I need output will be like this: count 1 Media,,2 GB count 2 Document,,4 GB My problem is,... (16 Replies)
Discussion started by: sheikh76
16 Replies