1wxGridSizer(3)             Erlang Module Definition             wxGridSizer(3)
2
3
4

NAME

6       wxGridSizer - See external documentation: wxGridSizer.
7

DESCRIPTION

9       See external documentation: wxGridSizer.
10
11       This class is derived (and can use functions) from:
12       wxSizer
13

DATA TYPES

15         wxGridSizer():
16
17
18           An  object  reference,  The  representation  is internal and can be
19           changed without notice. It can't be used for comparsion  stored  on
20           disc or distributed for use on other nodes.
21

EXPORTS

23       new(Cols) -> wxGridSizer()
24
25              Types:
26
27                 Cols = integer()
28
29              Equivalent to new(Cols, []).
30
31       new(Cols, Options::[Option]) -> wxGridSizer()
32
33              Types:
34
35                 Cols = integer()
36                 Option = {vgap, integer()} | {hgap, integer()}
37
38              See external documentation.
39
40       new(Rows, Cols, Vgap, Hgap) -> wxGridSizer()
41
42              Types:
43
44                 Rows = integer()
45                 Cols = integer()
46                 Vgap = integer()
47                 Hgap = integer()
48
49              See external documentation.
50
51       getCols(This) -> integer()
52
53              Types:
54
55                 This = wxGridSizer()
56
57              See external documentation.
58
59       getHGap(This) -> integer()
60
61              Types:
62
63                 This = wxGridSizer()
64
65              See external documentation.
66
67       getRows(This) -> integer()
68
69              Types:
70
71                 This = wxGridSizer()
72
73              See external documentation.
74
75       getVGap(This) -> integer()
76
77              Types:
78
79                 This = wxGridSizer()
80
81              See external documentation.
82
83       setCols(This, Cols) -> ok
84
85              Types:
86
87                 This = wxGridSizer()
88                 Cols = integer()
89
90              See external documentation.
91
92       setHGap(This, Gap) -> ok
93
94              Types:
95
96                 This = wxGridSizer()
97                 Gap = integer()
98
99              See external documentation.
100
101       setRows(This, Rows) -> ok
102
103              Types:
104
105                 This = wxGridSizer()
106                 Rows = integer()
107
108              See external documentation.
109
110       setVGap(This, Gap) -> ok
111
112              Types:
113
114                 This = wxGridSizer()
115                 Gap = integer()
116
117              See external documentation.
118
119       destroy(This::wxGridSizer()) -> ok
120
121              Destroys this object, do not use object again
122

AUTHORS

124       <>
125
126
127
128                                   wx 1.9.3                     wxGridSizer(3)
Impressum