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

NAME

Curses::Toolkit::Theme::Default::Test - widget test theme

VERSION

version 0.211

DESCRIPTION

This theme is used for testing : it doesn't mess too much with the terminal, and it provides the output as string, that can be used for checking test results.

CLASS METHOD

set_writer

CONSTRUCTOR

new

the coderef will be called with 3 arguments : $x, $y, and the data to be outputed.

  input : a Curses::Toolkit::Widget
  output : a Curses::Toolkit::Theme::Default::Test object

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.