| Gnome-StockIcons documentation | view source | Contained in the Gnome-StockIcons distribution. |
Gnome::StockIcons - Gnome 1.4 stock icons in XPM format
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.
All icons are exported as arrays. See the source for a full list
Wim Vanderbauwhede <wim@motherearth.org>
Copyright for the artwork (C) Tigert Labs (tigert.gimp.org)
License for the artwork: GPL
www.gnome.org.
| Gnome-StockIcons documentation | view source | Contained in the Gnome-StockIcons distribution. |