
Curses::Toolkit::Widget::VPaned - a container with two panes arranged horizontally

version 0.207

This widget contain 2 widgets. The children are packed horizontally.

With a border
+----------+-----------+ | | | | Widget 1 | Widget 2 | | | | | | | +----------+-----------+

input : none output : a Curses::Toolkit::Widget::VPaned

Add a widget in the upper box
input : the child widget output : the current widget (not the child widget)
Add a widget in the lower box
input : the child widget output : the current widget (not the child widget)
Set the position of the gutter from the top
input : the position (an integer) output : the current widget (not the child widget)
Return the position of the gutter from the top
input : none output : the current gutter position
Given a coordinate representing the available space, returns the space desired
input : a Curses::Toolkit::Object::Coordinates object output : a Curses::Toolkit::Object::Coordinates object
Given a coordinate representing the available space, returns the minimum space needed to properly display itself
input : a Curses::Toolkit::Object::Coordinates object output : a Curses::Toolkit::Object::Coordinates object

Damien "dams" Krotkine

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.