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() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxPopupTransientWindow()
Types:
Parent = wxWindow() (see module wxWindow)
Option = {style, integer()}
Types:
This = wxPopupTransientWindow()
Equivalent to popup(This, []).
popup(This, Options::[Option]) -> ok
Types:
This = wxPopupTransientWindow()
Option = {focus, wxWindow() (see module wxWindow)}
Types:
This = wxPopupTransientWindow()