wxPopupTransientWindow
See external documentation: wxPopupTransientWindow.
See external documentation:
This class is derived (and can use functions) from:
wxPopupWindow
wxWindow
wxEvtHandler
Functions
new() -> wxPopupTransientWindow()
See
new(Parent) -> wxPopupTransientWindow()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxPopupTransientWindow()
Parent = wxWindow() (see module wxWindow)
Option = {style, integer()}
See
popup(This, Option::[Option]) -> ok
This = wxPopupTransientWindow()
Option = {focus, wxWindow() (see module wxWindow)}
See
dismiss(This) -> ok
This = wxPopupTransientWindow()
See
destroy(This::wxPopupTransientWindow()) -> ok
Destroys this object, do not use object again