NAME
Tk::AppWindow::Ext::Balloon - Adding balloon functionality
SYNOPSIS
my $app = new Tk::AppWindow(@options,
-extensions => ['Balloon'],
);
$app->MainLoop;
DESCRIPTION
Adds a balloon widget to your application
CONFIG VARIABLES
None.
METHODS
- Attach($widget = $message)>
-
Attaches a balloon with $message to $widget.
- Balloon
-
Returns a reference to the Balloon widget.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.