Gtk2::Image
- NAME
- HIERARCHY
- INTERFACES
- METHODS
- widget = Gtk2::Image->new
- widget = Gtk2::Image->new_from_animation ($animation)
- widget = Gtk2::Image->new_from_file ($filename)
- widget = Gtk2::Image->new_from_icon_name ($icon_name, $size)
- widget = Gtk2::Image->new_from_icon_set ($icon_set, $size)
- widget = Gtk2::Image->new_from_image ($image, $mask)
- widget = Gtk2::Image->new_from_pixbuf ($pixbuf)
- widget = Gtk2::Image->new_from_pixmap ($pixmap, $mask)
- widget = Gtk2::Image->new_from_stock ($stock_id, $size)
- pixbufanimation = $image->get_animation
- $image->clear
- $image->set_from_animation ($animation)
- $image->set_from_file ($filename)
- $image->set_from_icon_name ($icon_name, $size)
- $image->set_from_icon_set ($icon_set, $size)
- $image->set_from_image ($gdk_image, $mask)
- $image->set_from_pixbuf ($pixbuf)
- $image->set_from_pixmap ($pixmap, $mask)
- $image->set_from_stock ($stock_id, $size)
- list = $image->get_icon_name
- list = $image->get_icon_set
- list = $image->get_image
- pixbuf = $image->get_pixbuf
- integer = $image->get_pixel_size
- $image->set_pixel_size ($pixel_size)
- list = $image->get_pixmap
- (stock_id, icon_size) = $image->get_stock
- imagetype = $image->get_storage_type
- PROPERTIES
- ENUMS AND FLAGS
- SEE ALSO
- COPYRIGHT
Gtk2::Image
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::Misc
+----Gtk2::Image
Glib::Object::_Unregistered::AtkImplementorIface
Gtk2::Buildable
Since: gtk+ 2.6
Since: gtk+ 2.8
Since: gtk+ 2.6
Since: gtk+ 2.6
Since: gtk+ 2.6
Since: gtk+ 2.6
- 'file' (string : readable / writable / private)
-
Filename to load and display
- 'icon-name' (string : readable / writable / private)
-
The name of the icon from the icon theme
- 'icon-set' (Gtk2::IconSet : readable / writable / private)
-
Icon set to display
- 'icon-size' (integer : readable / writable / private)
-
Symbolic size to use for stock icon, icon set or named icon
- 'image' (Gtk2::Gdk::Image : readable / writable / private)
-
A GdkImage to display
- 'mask' (Gtk2::Gdk::Pixmap : readable / writable / private)
-
Mask bitmap to use with GdkImage or GdkPixmap
- 'pixbuf' (Gtk2::Gdk::Pixbuf : readable / writable / private)
-
A GdkPixbuf to display
- 'pixbuf-animation' (Gtk2::Gdk::PixbufAnimation : readable / writable / private)
-
GdkPixbufAnimation to display
- 'pixel-size' (integer : readable / writable / private)
-
Pixel size to use for named icon
- 'pixmap' (Gtk2::Gdk::Pixmap : readable / writable / private)
-
A GdkPixmap to display
- 'stock' (string : readable / writable / private)
-
Stock ID for a stock image to display
- 'storage-type' (Gtk2::ImageType : readable / private)
-
The representation being used for image data
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
[Top]
Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:02:22 2009