The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LibUI::Align - Alignment Specifiers to Define Placement Within the Reserved Area

SYNOPSIS

    use LibUI::Align qw[:all];

DESCRIPTION

These values are used by LibUI::Grid. You may import them individually or with the :all tag.

Values

Fill - Fill area
Start - Place at start
Center - Place in center
End - Place at end

LICENSE

Copyright (C) Sanko Robinson.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Sanko Robinson <sanko@cpan.org>