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

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 there 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.