|
Public Member Functions |
| | this () |
| | creates a new image
|
| | this (Pixmap pixmap, Bitmap mask) |
| | creates a new image from a pixmap and a mask
|
| | this (Image image, Bitmap mask, bit dummy) |
| | creates a new image from and image and a mask
|
| | this (char[] filename) |
| | Creates a new image from a file.
|
| | this (Pixbuf pixbuf) |
| | creates a new image from a pixbuf
|
| | this (Stock stockID, IconSize size) |
| | creates a new image from the stock of images (same as the stock of buttons...)
|
| | this (GtkIconSet *icon_set, IconSize size) |
| | Creates a new Image from and icon set with a size.
|
| | this (GdkPixbufAnimation *animation, bit dummy) |
| | Create a new Image from an animation.
|
| void | setFromPixmap (Pixmap pixmap, Bitmap mask) |
| | Sets this image from a pixmap and a mask.
|
| void | setFromImage (GdkImage *gdk_image, Bitmap mask) |
| | setFromImage
|
| void | setFromFile (char[] filename) |
| | setFromFile
|
| void | setFromPixbuf (Pixbuf pixbuf) |
| | setFromPixbuf
|
| void | setFromStock (Stock stockID, IconSize size) |
| | setFromStock
|
| void | setFromIconSet (GtkIconSet *icon_set, IconSize size) |
| | setFromIconSet
|
| void | setFromAnimation (GdkPixbufAnimation *animation) |
| | setFromAnimation
|
| GtkImageType | getStorageType () |
| | getStorageType
|
| void | getPixmap (GdkPixmap **pixmap, GdkBitmap **mask) |
| | getPixmap
|
| void | getImage (GdkImage **gdk_image, GdkBitmap **mask) |
| | getImage
|
| Pixbuf | getPixbuf () |
| void | getStock (gchar **stock_id, IconSize *size) |
| void | getIconSet (GtkIconSet **icon_set, IconSize *size) |
| | getIconSet
|
| GdkPixbufAnimation * | getAnimation () |
| | getAnimation
|
Static Public Member Functions |
| GType | getType () |
| | Gets this class type.
|