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::Wizard::Image - 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( -format=>'bmp', -file=>'file.bmp' )->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 35:

Non-ASCII character seen before =encoding in 'Pál'. Assuming CP1252