1wxPopupWindow(3) Erlang Module Definition wxPopupWindow(3)
2
3
4
6 wxPopupWindow - See external documentation: wxPopupWindow.
7
9 See external documentation: wxPopupWindow.
10
11 This class is derived (and can use functions) from:
12 wxWindow
13 wxEvtHandler
14
16 wxPopupWindow():
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
24 new() -> wxPopupWindow()
25
26 See external documentation.
27
28 new(Parent) -> wxPopupWindow()
29
30 Types:
31
32 Parent = wxWindow:wxWindow()
33
34 Equivalent to new(Parent, []).
35
36 new(Parent, Options::[Option]) -> wxPopupWindow()
37
38 Types:
39
40 Parent = wxWindow:wxWindow()
41 Option = {flags, integer()}
42
43 See external documentation.
44
45 create(This, Parent) -> boolean()
46
47 Types:
48
49 This = wxPopupWindow()
50 Parent = wxWindow:wxWindow()
51
52 Equivalent to create(This, Parent, []).
53
54 create(This, Parent, Options::[Option]) -> boolean()
55
56 Types:
57
58 This = wxPopupWindow()
59 Parent = wxWindow:wxWindow()
60 Option = {flags, integer()}
61
62 See external documentation.
63
64 position(This, PtOrigin, Size) -> ok
65
66 Types:
67
68 This = wxPopupWindow()
69 PtOrigin = {X::integer(), Y::integer()}
70 Size = {W::integer(), H::integer()}
71
72 See external documentation.
73
74 destroy(This::wxPopupWindow()) -> ok
75
76 Destroys this object, do not use object again
77
79 <>
80
81
82
83 wx 1.9.3.1 wxPopupWindow(3)