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

NAME

6       wxSizerFlags - See external documentation: wxSizerFlags.
7

DESCRIPTION

9       See external documentation: wxSizerFlags.
10

DATA TYPES

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

EXPORTS

20       new() -> wxSizerFlags()
21
22              Equivalent to new([]).
23
24       new(Options::[Option]) -> wxSizerFlags()
25
26              Types:
27
28                 Option = {proportion, integer()}
29
30              See external documentation.
31
32       align(This, Alignment) -> wxSizerFlags()
33
34              Types:
35
36                 This = wxSizerFlags()
37                 Alignment = integer()
38
39              See external documentation.
40
41       border(This) -> wxSizerFlags()
42
43              Types:
44
45                 This = wxSizerFlags()
46
47              Equivalent to border(This, []).
48
49       border(This, Options::[Option]) -> wxSizerFlags()
50
51              Types:
52
53                 This = wxSizerFlags()
54                 Option = {direction, integer()}
55
56              See external documentation.
57
58       border(This, Direction, BorderInPixels) -> wxSizerFlags()
59
60              Types:
61
62                 This = wxSizerFlags()
63                 Direction = integer()
64                 BorderInPixels = integer()
65
66              See external documentation.
67
68       center(This) -> wxSizerFlags()
69
70              Types:
71
72                 This = wxSizerFlags()
73
74              See external documentation.
75
76       centre(This) -> wxSizerFlags()
77
78              Types:
79
80                 This = wxSizerFlags()
81
82              See external documentation.
83
84       expand(This) -> wxSizerFlags()
85
86              Types:
87
88                 This = wxSizerFlags()
89
90              See external documentation.
91
92       left(This) -> wxSizerFlags()
93
94              Types:
95
96                 This = wxSizerFlags()
97
98              See external documentation.
99
100       proportion(This, Proportion) -> wxSizerFlags()
101
102              Types:
103
104                 This = wxSizerFlags()
105                 Proportion = integer()
106
107              See external documentation.
108
109       right(This) -> wxSizerFlags()
110
111              Types:
112
113                 This = wxSizerFlags()
114
115              See external documentation.
116
117       destroy(This::wxSizerFlags()) -> ok
118
119              Destroys this object, do not use object again
120

AUTHORS

122       <>
123
124
125
126                                   wx 1.9.3                    wxSizerFlags(3)
Impressum