Tk-Updown

 view release on metacpan or  search on metacpan

UpDown.pm  view on Meta::CPAN

package Tk::UpDown;

use Tk;
use strict;

use base qw(Tk::Derived Tk::Frame);
use vars qw($VERSION);
use Carp;

$VERSION = '0.01';

Tk::Widget->Construct('UpDown');

sub new()
{
	my ($Class) = (shift);



( run in 1.521 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )