Inheritance diagram for Image:

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 | |
| GdkPixbuf * | 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. | |
Protected Member Functions | |
| this (GtkWidget *gtkWidget) | |
| Creates a Misc from a GtkMisc. | |
|
|
getAnimation
|
|
||||||||||||
|
getIconSet
|
|
||||||||||||
|
getImage
|
|
|
|
|
||||||||||||
|
getPixmap
|
|
||||||||||||
|
|
|
|
getStorageType
|
|
|
Gets this class type.
Reimplemented from Misc. |
|
|
setFromAnimation
|
|
|
setFromFile
|
|
||||||||||||
|
setFromIconSet
|
|
||||||||||||
|
setFromImage
|
|
|
setFromPixbuf
|
|
||||||||||||
|
Sets this image from a pixmap and a mask.
|
|
||||||||||||
|
setFromStock
|
|
||||||||||||
|
Create a new Image from an animation.
|
|
||||||||||||
|
Creates a new Image from and icon set with a size.
|
|
||||||||||||
|
creates a new image from the stock of images (same as the stock of buttons...)
|
|
|
creates a new image from a pixbuf
|
|
|
Creates a new image from a file.
|
|
||||||||||||||||
|
creates a new image from and image and a mask
|
|
||||||||||||
|
creates a new image from a pixmap and a mask
|
|
|
creates a new image
|
|
|
Creates a Misc from a GtkMisc.
Reimplemented from Misc. |
1.3.4