The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.