The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gnome::StockIcons - 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 );

DESCRIPTION

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

AUTHOR

Wim Vanderbauwhede <wim@motherearth.org>

COPYRIGHT

Copyright for the artwork (C) Tigert Labs (tigert.gimp.org)

License for the artwork: GPL

SEE ALSO

www.gnome.org.