wxPopupTransientWindow

See external documentation: wxPopupTransientWindow.

See external documentation: wxPopupTransientWindow.

This class is derived (and can use functions) from:
wxPopupWindow
wxWindow
wxEvtHandler

Types


wxPopupTransientWindow() = wx:wx_object()

Functions


new() -> wxPopupTransientWindow()

See external documentation.

new(Parent) -> wxPopupTransientWindow()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxPopupTransientWindow()

  • Parent = wxWindow() (see module wxWindow)
  • Option = {style, integer()}

See external documentation.

popup(This) -> ok

  • This = wxPopupTransientWindow()

Equivalent to popup(This, []).

popup(This, Options::[Option]) -> ok

  • This = wxPopupTransientWindow()
  • Option = {focus, wxWindow() (see module wxWindow)}

See external documentation.

dismiss(This) -> ok

  • This = wxPopupTransientWindow()

See external documentation.

destroy(This::wxPopupTransientWindow()) -> ok

Destroys this object, do not use object again