wxPopupTransientWindow
MODULE
wxPopupTransientWindow
MODULE SUMMARY
See external documentation: wxPopupTransientWindow.
DESCRIPTION
See external documentation: wxPopupTransientWindow.
This class is derived (and can use functions) from:
wxPopupWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new() -> wxPopupTransientWindow()
new(Parent) -> wxPopupTransientWindow()
Types:
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxPopupTransientWindow()
Types:
This = wxPopupTransientWindow()
Equivalent to popup(This, []).
popup(This, Options::[Option]) -> ok
Types:
This = wxPopupTransientWindow()
destroy(This::wxPopupTransientWindow()) -> ok