The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Curses::Toolkit::Widget::Container - a container widget

VERSION

version 0.211

DESCRIPTION

This widget can contain 0 or more other widgets.

CONSTRUCTOR

new

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

METHODS

render

Default rendering method for the widget. All render() method should call draw()

  input  : curses_handler
  output : the widget

get_children

Returns the list of children of the widget

  input : none
  output : ARRAY of Curses::Toolkit::Widget

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.