logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Layout::Manager::Single - One-size vertical layout manager

Author

       Cory Watson, "<gphat@cpan.org>"

Description

       Lays out all components in a single position.  All components are set to the height and width of the
       container and positioned at the offsets.  This basically stacks them all vertically.

Methods

do_layout
       Size and position the components in this layout.

Name

       Layout::Manager::Single - One-size vertical layout manager

Synopsis

         $cont->add_component($comp1);
         $cont->add_component($comp2);

         my $lm = Layout::Manager::Single->new();
         $lm->do_layout($cont);

See Also