Unix and Linux Discussions Tagged with integer |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
15,468 |
OS X (Apple) |
|
|
|
3 |
3,580 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,726 |
Shell Programming and Scripting |
|
|
|
11 |
642 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
1,932 |
Shell Programming and Scripting |
|
|
|
2 |
580 |
Shell Programming and Scripting |
|
|
|
9 |
14,338 |
Shell Programming and Scripting |
|
|
|
5 |
1,592 |
Shell Programming and Scripting |
|
|
|
1 |
1,345 |
Shell Programming and Scripting |
|
|
|
1 |
2,360 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,599 |
Shell Programming and Scripting |
|
|
|
1 |
1,752 |
Programming |
|
|
|
1 |
2,153 |
Shell Programming and Scripting |
|
|
|
4 |
1,326 |
Shell Programming and Scripting |
|
|
|
12 |
5,697 |
Shell Programming and Scripting |
|
|
|
4 |
4,457 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,070 |
Programming |
|
|
|
4 |
11,933 |
Programming |
|
|
|
2 |
25,204 |
Shell Programming and Scripting |
|
|
|
0 |
864 |
Software Releases - RSS News |
|
|
|
4 |
61,940 |
Shell Programming and Scripting |
|
|
|
3 |
18,456 |
Shell Programming and Scripting |
|
|
|
2 |
74,010 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
16,757 |
Shell Programming and Scripting |
|
|
|
2 |
9,968 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
19,949 |
Shell Programming and Scripting |
|
|
|
5 |
2,985 |
Shell Programming and Scripting |
|
|
|
7 |
41,729 |
Shell Programming and Scripting |
|
|
|
4 |
1,792 |
Shell Programming and Scripting |
|
|
|
16 |
142,714 |
Programming |
|
|
|
13 |
46,342 |
Shell Programming and Scripting |
|
|
|
2 |
11,895 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
25,288 |
Programming |
|
|
|
2 |
2,273 |
Programming |
|
|
|
1 |
3,296 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
15,237 |
Programming |
|
|
|
6 |
22,909 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
90,370 |
UNIX for Dummies Questions & Answers |
wxGridSizer(3erl) Erlang Module Definition wxGridSizer(3erl)
NAME
wxGridSizer - See external documentation: wxGridSizer.
DESCRIPTION
See external documentation: wxGridSizer .
This class is derived (and can use functions) from:
wxSizer
DATA TYPES
wxGridSizer() :
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(Cols::integer()) -> wxGridSizer()
Equivalent to new(Cols, []) .
new(Cols::integer(), Options::[Option]) -> wxGridSizer()
Types Option = {vgap, integer()} | {hgap, integer()}
See external documentation .
new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxGridSizer()
See external documentation .
getCols(This::wxGridSizer()) -> integer()
See external documentation .
getHGap(This::wxGridSizer()) -> integer()
See external documentation .
getRows(This::wxGridSizer()) -> integer()
See external documentation .
getVGap(This::wxGridSizer()) -> integer()
See external documentation .
setCols(This::wxGridSizer(), Cols::integer()) -> ok
See external documentation .
setHGap(This::wxGridSizer(), Gap::integer()) -> ok
See external documentation .
setRows(This::wxGridSizer(), Rows::integer()) -> ok
See external documentation .
setVGap(This::wxGridSizer(), Gap::integer()) -> ok
See external documentation .
destroy(This::wxGridSizer()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxGridSizer(3erl)