| Tk-Wizard documentation | view source | Contained in the Tk-Wizard distribution. |
Tk::Wizard::Image - Base64-encoded images for Tk::Wizard
Base64-encoded bit maps used internally by Tk::Wizard.
%TOPTwo images for Tk::Wizards of -style => top.
%TOPTwo images for Tk::Wizards of -style => top.
%TASK_LISTUsed in the task_list frame.
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
Base64-encodings of images were generated thus:
use TK; print Tk::MainWindow->new->Photo(-file=>'whatever.gif')->data(-format=>'bmp'),"\n";
Lee Goddard <cpan -at- leegoddard -dot- net>
Lee Goddard (lgoddard@cpan.org).
Copyright (C) Lee Goddard, 11/2002 - 01/2008 ff.
Made available under the same terms as Perl itself.
| Tk-Wizard documentation | view source | Contained in the Tk-Wizard distribution. |