FreeBSD Manual Pages
Layout::Manager::AbsolUser3Contributed Perl DocumeLayout::Manager::Absolute(3) NAME Layout::Manager::Absolute - No frills layout manager DESCRIPTION Does nothing. Expects that all components will be positioned already. SYNOPSIS $cont->add_component($comp1); $cont->add_component($comp2); my $lm = Layout::Manager::Absolute->new; $lm->do_layout($cont); METHODS do_layout Size and position the components in this layout. AUTHOR Cory Watson, "<gphat@cpan.org>" COPYRIGHT & LICENSE Copyright 2008-2010 by Cory G Watson This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2014-01-25 Layout::Manager::Absolute(3)
NAME | DESCRIPTION | SYNOPSIS | METHODS | AUTHOR | COPYRIGHT & LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Layout::Manager::Absolute&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>