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

NAME

6       wxStaticBoxSizer - See external documentation: wxStaticBoxSizer.
7

DESCRIPTION

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

DATA TYPES

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

EXPORTS

24       new(Orient, Win) -> wxStaticBoxSizer()
25
26              Types:
27
28                 Orient = integer()
29                 Win = wxWindow:wxWindow()
30
31              See external documentation.
32              Also:
33              new(Box, Orient) -> wxStaticBoxSizer() when
34              Box::wxStaticBox:wxStaticBox(), Orient::integer().
35
36
37       new(Orient, Win, Options::[Option]) -> wxStaticBoxSizer()
38
39              Types:
40
41                 Orient = integer()
42                 Win = wxWindow:wxWindow()
43                 Option = {label, unicode:chardata()}
44
45              See external documentation.
46
47       getStaticBox(This) -> wxStaticBox:wxStaticBox()
48
49              Types:
50
51                 This = wxStaticBoxSizer()
52
53              See external documentation.
54
55       destroy(This::wxStaticBoxSizer()) -> ok
56
57              Destroys this object, do not use object again
58

AUTHORS

60       <>
61
62
63
64                                   wx 1.8.9                wxStaticBoxSizer(3)
Impressum