Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 1.0


Expand All
Contract All

Table of Contents

wxTaskBarIcon

MODULE

wxTaskBarIcon

MODULE SUMMARY

See external documentation: wxTaskBarIcon.

DESCRIPTION

See external documentation: wxTaskBarIcon.

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

DATA TYPES

wxTaskBarIcon()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxTaskBarIcon()

popupMenu(This, Menu) -> boolean()

Types:

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

removeIcon(This) -> boolean()

Types:

This = wxTaskBarIcon()

setIcon(This, Icon) -> boolean()

Types:

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

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

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

Types:

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

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

Destroys this object, do not use object again