Tk::Balloon

Tk::Balloon is a pop up help balloons.
Download

Tk::Balloon Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tk::Balloon Team
  • Publisher web site:
  • http://search.cpan.org/~ni-s/Tk-804.027/pod/Balloon.pod

Tk::Balloon Tags


Tk::Balloon Description

Tk::Balloon is a pop up help balloons. Tk::Balloon is a pop up help balloons.SYNOPSIS use Tk::Balloon; ... $b = $top->Balloon(-statusbar => $status_bar_widget); # Normal Balloon: $b->attach($widget, -balloonmsg => "Balloon help message", -statusmsg => "Status bar message"); # Balloon attached to entries in a menu widget: $b->attach($menu, -state => 'status', -msg => , ); # Balloon attached to individual items in a canvas widget: $b->attach($canvas, -balloonposition => 'mouse', -msg => {'item1' => 'msg1', 'tag2' => 'msg2', ... }, ); # Balloon attached to items in a listbox widget: $b->attach($listbox, -balloonposition => 'mouse', -msg => , );Balloon provides the framework to create and attach help balloons to various widgets so that when the mouse pauses over the widget for more than a specified amount of time, a help balloon is popped up. Requirements: · Perl


Tk::Balloon Related Software