NAME

Curses::Toolkit::Widget::ScrollArea - a vertical scrollable area

VERSION

version 0.200

get_desired_space

Given a coordinate representing the available space, returns the space desired The ScrollArea desires all the space available, so it returns the available space

input : a Curses::Toolkit::Object::Coordinates object
output : a Curses::Toolkit::Object::Coordinates object

AUTHOR

Damien "dams" Krotkine

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.