Tk::XPMs

xpm images for icons
Download

Tk::XPMs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lorenz Domke
  • Publisher web site:
  • http://search.cpan.org/~ldomke/

Tk::XPMs Tags


Tk::XPMs Description

xpm images for icons This module provides some xpm images for icons. Each image is implemented as a function which returns the xpm data as a string.SYNOPSIS use Tk; use Tk::XPMs qw(:all); my $top = MainWindow->new; my $xpm = $top->Pixmap(-data => openfolder_xpm); my $b1 = $top->Button( -image => $xpm, -command => sub{ print "openfolder_xpm\n"; }, ); Requirements: · Perl


Tk::XPMs Related Software