NAME
Tk::RotatingGauge - a rotating gauge for Tk
SYNOPSIS
use Tk::RotatingGauge;
my $g = $mw->RotatingGauge(
);
DESCRIPTION
This perl module provides a new Tk widget representing a gauge where the current value always stays at the same place. Think about your old mileage counters...
STANDARD OPTIONS
WIDGET-SPECIFIC OPTIONS
METHODS
value($val)
BUGS
Please report any bugs or feature requests to < bug-tk-rotatinggauge at rt.cpan.org>
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Tk-RotatingGauge. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SEE ALSO
Tk::RotatingGauge
development takes place on http://tk-rotatinggauge.googlecode.com - feel free to join us.
You can also look for information on this module at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
AUTHOR
Jerome Quelin, <jquelin at cpan.org>
COPYRIGHT & LICENSE
Copyright (c) 2007 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.