wxTaskBarIcon

See external documentation: wxTaskBarIcon.

See external documentation: wxTaskBarIcon.

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

Types


wxTaskBarIcon() = wx:wx_object()

Functions


new() -> wxTaskBarIcon()

See external documentation.

popupMenu(This, Menu) -> boolean()

  • This = wxTaskBarIcon()
  • Menu = wxMenu() (see module wxMenu)

See external documentation.

removeIcon(This) -> boolean()

  • This = wxTaskBarIcon()

See external documentation.

setIcon(This, Icon) -> boolean()

  • This = wxTaskBarIcon()
  • Icon = wxIcon() (see module wxIcon)

Equivalent to setIcon(This, Icon, []).

setIcon(This, Icon, Option::[Option]) -> boolean()

  • This = wxTaskBarIcon()
  • Icon = wxIcon() (see module wxIcon)
  • Option = {tooltip, chardata() (see module unicode)}

See external documentation.

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

Destroys this object, do not use object again