Gnome::StockIcons 1.4.2 review
DownloadGnome::StockIcons is a Gnome 1.4 stock icons in XPM format. SYNOPSIS use Gtk; use Gnome::StockIcons; my ( $pixmap, $mask
|
|
Gnome::StockIcons is a Gnome 1.4 stock icons in XPM format.
SYNOPSIS
use Gtk;
use Gnome::StockIcons;
my ( $pixmap, $mask ) = Gtk::Gdk::Pixmap->create_from_xpm_d( $window->window,
$style,
@stock_help );
These are the Gnome 1.4 stock icons. The original PNG files are in gnome-libs-1.4.1.2.90/libgnomeui/pixmaps. All names are identical but '-' is replaced by '_'. Currenlty, this only affects calculator-font.png (@calculator_font).
The module does not strictly speaking require Gtk, but it's not much use without.
EXPORT
All icons are exported as arrays. See the source for a full list
Requirements:
Perl
Gnome::StockIcons 1.4.2 search tags