NAME
LibUI::Area::DrawParams - LibUI::Area Drawing Parameters
SYNOPSIS
TODO
DESCRIPTION
A LibUI::Area::Handler hands drawing parameters to draw
callbacks.
Fields
The structure contains the following data:
context
- pointer (no user serviceable parts inside)width
- width of the drawing area (only defined in non-scrolling areas)height
- height of the drawing area (only defined in non-scrolling areas)clipX
- vertical clipping positionclipY
- horizontal clipping positionclipWidth
- clipping widthclipHeight
- clipping height
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>