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

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

DOES, META, cols, completion, direction, lines, new, orientation, pen_for_position, style, style_definition, style_redraw_keys, style_reshape_keys, style_reshape_textwidth_keys

Tickit::Widget

get_style_pen, get_style_text, get_style_values, key_focus_next_after, key_focus_next_before, parent, pen, redraw, requested_cols, requested_lines, requested_size, reshape, resized, set_parent, set_requested_size, set_style, set_style_tag, set_window, split_widget_opts, style_classes, take_focus, window, window_gained, window_lost

Object::Pad::UNIVERSAL

BUILDARGS

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

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