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

NAME

6       wxPanel - See external documentation: wxPanel.
7

DESCRIPTION

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

DATA TYPES

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

AUTHORS

93       <>
94
95
96
97                                   wx 1.8.9                         wxPanel(3)
Impressum