NAME
Fl::FillDial - Filled, Circular Dial to Control a Single Floating Point Value
Description
The Fl::FillDial widget proides a circular dial to control a single floating point value. The dial is drawn with a filled arc.
Methods
Fl::FillDial inherits from Fl::Dial and Fl::Widget. On top of that, it exposes the following methods...
new(...)
my $dial_a = Fl::FillDial->new(0, 0, 250, 500, 'Important Stuff');
my $dial_b = Fl::FillDial->new(0, 0, 250, 500);
The constructor creates a new widget using the given position, size, and label.
The default type is FL_FILL_DIAL.
The destructor removes the widget.
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sanko Robinson <sanko@cpan.org>