Tickit::Widget::Progressbar - simple progressbar implementation for Tickit
version 0.100
use Tickit::Widget::Progressbar::Horizontal; my $bar = Tickit::Widget::Progressbar::Horizontal->new( completion => 0.00, ); $bar->completion($_ / 100.0) for 0..100;
Provides support for a 'progress bar' widget. Use the Tickit::Widget::Progressbar::Horizontal or Tickit::Widget::Progressbar::Vertical subclasses depending on whether you want the progress bar to go from left to right or bottom to top.
Instantiate a new Tickit::Widget::Progressbar object. Takes the following named parameters:
Note that this is a base class, and the appropriate Tickit::Widget::Progressbar::Horizontal or Tickit::Widget::Progressbar::Vertical subclass should be used when instantiating a real widget.
Accessor for the current progress bar completion state - call this with a float value from 0.00..1.00 to set completion and re-render.
get_style_pen, get_style_text, get_style_values, key_focus_next_after, key_focus_next_before, on_pen_changed, parent, pen, redraw, reshape, resized, set_parent, set_pen, set_style, set_style_tag, set_window, style_classes, take_focus, window, window_gained, window_lost
Tom Molesworth <cpan@entitymodel.com>
Copyright Tom Molesworth 2011-2013. Licensed under the same terms as Perl itself.