The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Tkx-ImageButton
================================

Tkx::ImageButton is a megawidget that implements graphical button.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Tkx::ImageButton

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tkx-ImageButton

    Search CPAN
        http://search.cpan.org/dist/Tkx-ImageButton/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Alexander Nusov <alexander.nusov+cpan <at> gmail.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.