1wxPopupTransientWindow(3) Erlang Module Definition wxPopupTransientWindow(3)
2
3
4
6 wxPopupTransientWindow - See external documentation: wxPopupTransienâ
7 tWindow.
8
10 See external documentation: wxPopupTransientWindow.
11
12 This class is derived (and can use functions) from:
13 wxPopupWindow
14 wxWindow
15 wxEvtHandler
16
18 wxPopupTransientWindow():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new() -> wxPopupTransientWindow()
27
28 See external documentation.
29
30 new(Parent) -> wxPopupTransientWindow()
31
32 Types:
33
34 Parent = wxWindow:wxWindow()
35
36 Equivalent to new(Parent, []).
37
38 new(Parent, Options::[Option]) -> wxPopupTransientWindow()
39
40 Types:
41
42 Parent = wxWindow:wxWindow()
43 Option = {style, integer()}
44
45 See external documentation.
46
47 popup(This) -> ok
48
49 Types:
50
51 This = wxPopupTransientWindow()
52
53 Equivalent to popup(This, []).
54
55 popup(This, Options::[Option]) -> ok
56
57 Types:
58
59 This = wxPopupTransientWindow()
60 Option = {focus, wxWindow:wxWindow()}
61
62 See external documentation.
63
64 dismiss(This) -> ok
65
66 Types:
67
68 This = wxPopupTransientWindow()
69
70 See external documentation.
71
72 destroy(This::wxPopupTransientWindow()) -> ok
73
74 Destroys this object, do not use object again
75
77 <>
78
79
80
81 wx 1.8.9 wxPopupTransientWindow(3)