wxToolTip(3erl) Erlang Module Definition wxToolTip(3erl)
NAME
wxToolTip - See external documentation: wxToolTip.
DESCRIPTION
See external documentation: wxToolTip .
DATA TYPES
wxToolTip() :
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
enable(Flag::bool()) -> ok
See external documentation .
setDelay(Msecs::integer()) -> ok
See external documentation .
new(Tip::string()) -> wxToolTip()
See external documentation .
setTip(This::wxToolTip(), Tip::string()) -> ok
See external documentation .
getTip(This::wxToolTip()) -> string()
See external documentation .
getWindow(This::wxToolTip()) -> wxWindow() (see module wxWindow)
See external documentation .
destroy(This::wxToolTip()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxToolTip(3erl)