NAME
Curses::Toolkit::Widget::ScrollBar
VERSION
version 0.208
METHODS
set_visibility_mode
Set the visibility mode of the scrollbar
input : one of 'auto', 'always'
output : the scrollbar object
get_visibility_mode
Returns the visibility mode of the scrollbar
input : none
output : one of 'auto', 'always'
set_fill
Set the ratio of the scrollbar that is filled
input : ratio number
output : the scrollbar object
get_fill
Returns the ratio of te scrollbar that is filled
input : none
output : ratio number
AUTHOR
Damien "dams" Krotkine
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Damien "dams" Krotkine.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.