NAME
Curses::Toolkit::Widget::Paned - generic paned widget
VERSION
version 0.211
SYNOPSIS
# don't use this widget directly
DESCRIPTION
A paned widget is a widget containing 2 other widgets. It is used to stack them horizontally or vertically.
Don't use this widget directly. Please see Curses::Toolkit::Widget::HPaned and Curses::Toolkit::Widget::VPaned.
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.