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

NAME

Gapp::Container - Container Widget

OBJECT HIERARCHY

Gapp::Widget
+-- Gapp::Widget
....+-- Gapp::Container

PROVIDED ATTRIBUTES

content
isa ArrayRef[Gapp::Widget]

These widgets will be packed into the container at construction time.

PROVIDED METHODS

add @widgets

Adds widgets to content to 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 158:

You forgot a '=back' before '=head1'