Tk-Dressing

Tk::Dressing allows you to set a theme (a dressing) in your widget by using one of different default themes or by loading a new theme. 


How to participate to module to increase number of default themes ?

The first aim of Tk::Dressing is to allow user to choose between the proposed theme. But it is important 
for Tk::Dressing to propose a lot of default themes then, your help is welcome. 

Send me a .ini file and the name of your theme by email or through the web 
interface at : L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Tk-Dressing>. 
I will add it in the module in a new release. It will be notified in Change file.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

Alternatively, to install with ExtUtils::MakeMaker, you can use 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 Tk::Dressing

You can also look for information at:

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Tk-Dressing

    CPAN Ratings
        http://cpanratings.perl.org/d/Tk-Dressing

    Search CPAN
        http://search.cpan.org/dist/Tk-Dressing/


LICENSE AND COPYRIGHT

Copyright (C) 2011 Djibril Ousmanou

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.