The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Tooltip - a tooltip widget

INHERITANCE

IWL::Object -> IWL::Script -> IWL::Tooltip IWL::Object -> IWL::Widget -> IWL::Tooltip

DESCRIPTION

The tooltip widget provides a balloon type tooltip. It is generated in javascript

CONSTRUCTOR

IWL::Tooltip->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

METHODS

bindToWidget (WIDGET, SIGNAL)

Binds the tooltip to show when the specified widget emits the given signal.

Parameters: WIDGET - the widget to bind to, SIGNAL - the signal the widget will emit to show the tooltip

Note: The tooltip and widget ids must not be changed after this method is called.

bindHideToWidget (WIDGET, SIGNAL)

Binds the tooltip to hide when the specified widget emits the given signal.

Parameters: WIDGET - the widget to bind to, SIGNAL - the signal the widget will emit to hide the tooltip

Note: The tooltip and widget ids must not be changed after this method is called.

setContent (CONTENT)

Sets the content of the tooltip

Parameters: CONTENT - text or widget to add as the content of the tooltip

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 137:

You forgot a '=back' before '=head1'