NAME
LibUI::Window::ResizeEdge - Enumerations Use to Initiate User-Driven Mouse Resize of the Window
SYNOPSIS
TODO
DESCRIPTION
A LibUI::Area can be resized. To initiate a user-driven resize, you may pass any of the values defined here.
These values may be used as bitmasks.
Enum Values
Here's the current list of values:
windowResizeEdgeLeft
windowResizeEdgeTop
windowResizeEdgeRight
windowResizeEdgeBottom
windowResizeEdgeTopLeft
windowResizeEdgeTopRight
windowResizeEdgeBottomLeft
windowResizeEdgeBottomRight
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>