Layout::Manager::Absolute - No frills layout manager
Contents
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.34.0 2022-06-15 Layout::Manager::Absolute(3pm)
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);
