NAME
Fl::NiceSlider - Slider with an Easy-to-Grab Handle
Description
The Fl::NiceSlider draws a slider with a handle that's easy to grab.
Methods
Fl::NiceSlider inherits from Fl::Slider, Fl::Valuator and Fl::Widget. On top of that, it exposes the following methods...
new(...)
my $val_a = Fl::NiceSlider->new(0, 0, 250, 500, 'Important Stuff');
my $val_b = Fl::NiceSlider->new(0, 0, 250, 500);
The constructor creates a new widget using the given position, size, and label.
The default boxtype is FL_DOWN_BOX.
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>