NAME
Tk::PopColor - Pop A Tk::ColorPicker widget relative to a widget.
SYNOPSIS
use Tk::PopColor;
my $pop = $window->PopColor(
-widget => $widget,
);
$pop->popUp;
DESCRIPTION
Inherits Tk::Poplevel
Tk::PopColor is a Tk::Poplevel containing a Tk::ColorPicker. See these two for options and methods.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.