Wx::Perl::Throbber

An animated throbber/spinner
Download

Wx::Perl::Throbber Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Flack
  • Publisher web site:
  • http://search.cpan.org/~simonflk/

Wx::Perl::Throbber Tags


Wx::Perl::Throbber Description

An animated throbber/spinner Wx::Perl::Throbber is a Perl module based on the Python library wx.throbber.A throbber displays an animated image that can be started, stopped, reversed, etc. Useful for showing an ongoing process (like most web browsers use) or simply for adding eye-candy to an application.Throbbers utilize a Wx::Timer so that normal processing can continue unencumbered.SYNOPSIS use Wx::Perl::Throbber; my @frames; foreach ('1.gif', '2.gif', '3.gif') { push @frames, new Wx::Bitmap($_, wxBITMAP_TYPE_ANY); } my $throbber = new Wx::Perl::Throbber($parent, -1, \@frames, $pos, $size); $throbber->SetLabel('Please Wait'); $throbber->ShowLabel(1); $throbber->Start(); ... $throbber->Rest(); # or Stop() Requirements: · Perl


Wx::Perl::Throbber Related Software