Unix and Linux Discussions Tagged with integer |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
47,707 |
OS X (Apple) |
|
|
|
3 |
12,871 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
8,887 |
Shell Programming and Scripting |
|
|
|
11 |
2,719 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
6,631 |
Shell Programming and Scripting |
|
|
|
2 |
3,034 |
Shell Programming and Scripting |
|
|
|
9 |
22,418 |
Shell Programming and Scripting |
|
|
|
5 |
3,529 |
Shell Programming and Scripting |
|
|
|
1 |
2,147 |
Shell Programming and Scripting |
|
|
|
1 |
3,862 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
9,659 |
Shell Programming and Scripting |
|
|
|
1 |
2,436 |
Programming |
|
|
|
1 |
3,067 |
Shell Programming and Scripting |
|
|
|
4 |
1,941 |
Shell Programming and Scripting |
|
|
|
12 |
7,951 |
Shell Programming and Scripting |
|
|
|
4 |
5,681 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,986 |
Programming |
|
|
|
4 |
16,251 |
Programming |
|
|
|
2 |
27,004 |
Shell Programming and Scripting |
|
|
|
0 |
1,371 |
Software Releases - RSS News |
|
|
|
4 |
65,385 |
Shell Programming and Scripting |
|
|
|
3 |
19,861 |
Shell Programming and Scripting |
|
|
|
2 |
100,421 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
27,828 |
Shell Programming and Scripting |
|
|
|
2 |
11,955 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
23,904 |
Shell Programming and Scripting |
|
|
|
5 |
3,773 |
Shell Programming and Scripting |
|
|
|
7 |
45,779 |
Shell Programming and Scripting |
|
|
|
4 |
2,411 |
Shell Programming and Scripting |
|
|
|
16 |
156,072 |
Programming |
|
|
|
13 |
53,433 |
Shell Programming and Scripting |
|
|
|
2 |
15,142 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
27,930 |
Programming |
|
|
|
2 |
3,076 |
Programming |
|
|
|
1 |
4,586 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
17,645 |
Programming |
|
|
|
6 |
28,490 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
113,073 |
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)