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

NAME

FLTK::HighlightBox - Draw a box only when highlighted or selected

Description

Draws nothing normally, this can draw as any other box (passed to the constructor) when HIGHLIGHT, STATE, or PUSHED is turned on in the flags. This can be used to make frames appear when the mouse points at widgets or when the widget is turned on.

Functions

_draw

$highlightbox->_draw( $rect );

fills_rectangle

my $eh = $highlightbox->fills_rectangle( );

is_frame

my $eh = $highlightbox->is_frame( );

new

my $box = $highlightbox->new( $name, $box );

Creates a new FLTK::HighlightBox object.

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.