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

NAME

Tickit::Widget::Progressbar::Vertical - simple progressbar implementation for Tickit

VERSION

version 0.100

SYNOPSIS

 my $bar = Tickit::Widget::Progressbar::Vertical->new(
        completion      => 0.00,
 );

DESCRIPTION

See Tickit::Widget::Progressbar.

METHODS

chars

Returns a list of chars for the various styles we support.

Currently only handles 'ascii' and 'boxchar'.

TODO - this should probably be aligned with the naming scheme used in other widgets?

SEE ALSO

INHERITED METHODS

Tickit::Widget::Progressbar

cols, completion, direction, lines, new, orientation, pen_for_position, style

Tickit::Widget

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

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2011-2013. Licensed under the same terms as Perl itself.