|
NAME"Tickit::Widget::Placegrid" - a placeholder grid displayDESCRIPTIONThis class provides a widget which displays a simple grid pattern in its display area, and prints the size of the area in its centre.It is intended as a placeholder for other widget code while applications are under development. It easily allows a container to have a child that can take any size, and will keep its window area painted (so avoiding bugs caused by "empty" containers that do not clear unused child areas). STYLEThe default style pen is used as the widget pen. The following style pen prefixes are also used:
CONSTRUCTOR$placegrid = Tickit::Widget::Placegrid->new( %args )Constructs a new "Tickit::Widget::Placegrid" object.Takes the following named arguments.
AUTHOROriginal rendering code by Tom Molesworth <cpan@entitymodel.com>Widget wrapping by Paul Evans <leonerd@leonerd.org.uk>
Visit the GSP FreeBSD Man Page Interface. |