NAME
Gapp::Container - Container Widget
OBJECT HIERARCHY
- Gapp::Widget
 - +-- Gapp::Widget
 - ....+-- Gapp::Container
 
PROVIDED ATTRIBUTES
- content
 - 
These widgets will be packed into the container at construction time.
 
PROVIDED METHODS
- add @widgets
 - 
Adds widgets to
contentto be packed into the container at construction time.- find_descendants
 - 
Returns a list of all descendants of this container.
 
 
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 170:
 You forgot a '=back' before '=head1'