NAME

LibUI::At - Placement Specifier to Define Placement in Relation to Another Control

SYNOPSIS

use LibUI::At qw[:all];

DESCRIPTION

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

Values

Leading - Place before control
Top - Place above control
Trailing - Place behind control
Bottom - Place below control

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>