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

NAME

6       wxStaticLine - See external documentation: wxStaticLine.
7

DESCRIPTION

9       See external documentation: wxStaticLine.
10
11       This class is derived (and can use functions) from:
12       wxControl
13       wxWindow
14       wxEvtHandler
15

DATA TYPES

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

EXPORTS

25       new() -> wxStaticLine()
26
27              See external documentation.
28
29       new(Parent) -> wxStaticLine()
30
31              Types:
32
33                 Parent = wxWindow:wxWindow()
34
35              Equivalent to new(Parent, []).
36
37       new(Parent, Options::[Option]) -> wxStaticLine()
38
39              Types:
40
41                 Parent = wxWindow:wxWindow()
42                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
43                 ger()}} |  {size,  {W::integer(),  H::integer()}}  |  {style,
44                 integer()}
45
46              See external documentation.
47
48       create(This, Parent) -> boolean()
49
50              Types:
51
52                 This = wxStaticLine()
53                 Parent = wxWindow:wxWindow()
54
55              Equivalent to create(This, Parent, []).
56
57       create(This, Parent, Options::[Option]) -> boolean()
58
59              Types:
60
61                 This = wxStaticLine()
62                 Parent = wxWindow:wxWindow()
63                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
64                 ger()}} |  {size,  {W::integer(),  H::integer()}}  |  {style,
65                 integer()}
66
67              See external documentation.
68
69       isVertical(This) -> boolean()
70
71              Types:
72
73                 This = wxStaticLine()
74
75              See external documentation.
76
77       getDefaultSize() -> integer()
78
79              See external documentation.
80
81       destroy(This::wxStaticLine()) -> ok
82
83              Destroys this object, do not use object again
84

AUTHORS

86       <>
87
88
89
90                                   wx 1.9.3                    wxStaticLine(3)
Impressum