Tk-Playlist
view release on metacpan or search on metacpan
lib/Tk/Playlist.pm view on Meta::CPAN
# perl itself.
#
package Tk::Playlist;
use 5.005;
use strict;
use vars qw($VERSION @ISA);
use Tk;
use Tk::Derived;
use Tk::HList;
$VERSION = '0.01';
@ISA=qw(Tk::Derived Tk::HList);
Construct Tk::Widget 'Playlist';
sub Tk::Widget::ScrolledPlaylist { shift->Scrolled('Playlist'=>@_); }
return 1;
sub ClassInit
{
my($class,$mw)=@_;
( run in 0.795 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )