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::Wizard
s of-style => top
. %TOP
-
Two images for
Tk::Wizard
s 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>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 36:
Non-ASCII character seen before =encoding in 'Pál'. Assuming CP1252