wxPopupWindow
See external documentation: wxPopupWindow.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxPopupWindow()
See
new(Parent) -> wxPopupWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxPopupWindow()
Parent = wxWindow() (see module wxWindow)
Option = {flags, integer()}
See
create(This, Parent) -> boolean()
This = wxPopupWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to create(This, Parent, []).
create(This, Parent, Option::[Option]) -> boolean()
This = wxPopupWindow()
Parent = wxWindow() (see module wxWindow)
Option = {flags, integer()}
See
position(This, PtOrigin, Size) -> ok
This = wxPopupWindow()
PtOrigin = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
See
destroy(This::wxPopupWindow()) -> ok
Destroys this object, do not use object again