wxPopupWindow
Description
See external documentation: wxPopupWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
new(Parent) -> wxPopupWindow()
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxPopupWindow()
Equivalent to create(This, Parent, []).
Types
This = wxPopupWindow()
PtOrigin = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}