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 controlTop
- Place above controlTrailing
- Place behind controlBottom
- 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>