The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FLTK::LabelType - Determines how to draw a label's text

Description

A LabelType determines how to draw the text of the label. This is not used very much, it can be used to draw engraved or shadowed labels. You could also put in code that interprets the text of the label and draws anything you want with it.

Functions

find

my $type = $labeltype->find( $name );

first

my $type = $labeltype->first( );

name

my $string = $labeltype->name( );

new

my $type = $labeltype->new( $name );

next

my $type = $labeltype->next( );

Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

License and Legal

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or notes on the Artistic License 2.0 for clarification.

When separated from the distribution, all original POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See the clarification of the CCA-SA3.0.