The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Curses::Toolkit::Widget::VScrollBar - a vertical scrollbar widget

VERSION

version 0.206

DESCRIPTION

This widget is just the vertical scrollbar. Usually you will want to use Curses::Toolkit::Widget::ScrollArea

CONSTRUCTOR

new

  input : none
  output : a Curses::Toolkit::Widget::VScrollBar object

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'

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.