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

NAME

Tk::Wizard::Image - Base64-encoded images for Tk::Wizard

DESCRIPTION

Base64-encoded bit maps used internally by Tk::Wizard.

%TOP

Two images for Tk::Wizards of -style => top.

%TOP

Two images for Tk::Wizards of -style => top.

%TASK_LIST

Used in the task_list frame.

CREDITS

A large number of nicely-sized Wizard images -- some old, some new -- by P�l Korn�l can be found via http://www.kornelpal.hu/wizardimages/. These account for the good images supplied. Nagyon k�sz�n�m, Korn�l

EXTENDING

Base64-encodings of images were generated thus:

  use TK;
  print Tk::MainWindow->new->Photo(-file=>'whatever.gif')->data(-format=>'bmp'),"\n";

AUTHOR

Lee Goddard <cpan -at- leegoddard -dot- net>

AUTHOR

Lee Goddard (lgoddard@cpan.org).

COPYRIGHT

Copyright (C) Lee Goddard, 11/2002 - 01/2008 ff.

Made available under the same terms as Perl itself.