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


Tk-Wizard documentation  | view source Contained in the Tk-Wizard distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Top

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

Top

Lee Goddard (lgoddard@cpan.org).

COPYRIGHT

Top


Tk-Wizard documentation  | view source Contained in the Tk-Wizard distribution.