NAME
Curses::Toolkit::Object::Flags - simple collection of flags
VERSION
version 0.211
DESCRIPTION
Trivial class to hold widgets flags. The list of flags is :
focused : BOOLEAN
selected : BOOLEAN
clicked : BOOLEAN
CONSTRUCTOR
new
input : none
output : a Curses::Toolkit::Object::Flags 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.