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::Absolute - No frills layout manager

Author

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

Description

       Does nothing.  Expects that all components will be positioned already.

Methods

do_layout
       Size and position the components in this layout.

Name

       Layout::Manager::Absolute - No frills layout manager

Synopsis

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

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

See Also