|
CoreGTK
2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|
| - (void) clear |
Forwards message to: void gtk_image_clear (GtkImage* image)
| - (GdkPixbufAnimation *) getAnimation |
Forwards message to: GdkPixbufAnimation* gtk_image_get_animation (GtkImage* image)
| - (void) getGiconWithGicon: | (GIcon **) | gicon | |
| andSize: | (GtkIconSize *) | size | |
Forwards message to: void gtk_image_get_gicon (GtkImage* image, GIcon** gicon, GtkIconSize* size)
| - (void) getIconNameWithIconName: | (NSString **) | iconName | |
| andSize: | (GtkIconSize *) | size | |
Forwards message to: void gtk_image_get_icon_name (GtkImage* image, const gchar** icon_name, GtkIconSize* size)
| - (void) getIconSetWithIconSet: | (GtkIconSet **) | iconSet | |
| andSize: | (GtkIconSize *) | size | |
Forwards message to: void gtk_image_get_icon_set (GtkImage* image, GtkIconSet** icon_set, GtkIconSize* size)
| - (void) getImageWithGdkImage: | (GdkImage **) | gdkImage | |
| andMask: | (GdkBitmap **) | mask | |
Forwards message to: void gtk_image_get_image (GtkImage* image, GdkImage** gdk_image, GdkBitmap** mask)
| - (GdkPixbuf *) getPixbuf |
Forwards message to: GdkPixbuf* gtk_image_get_pixbuf (GtkImage* image)
| - (NSNumber *) getPixelSize |
Forwards message to: gint gtk_image_get_pixel_size (GtkImage* image)
| - (void) getPixmapWithPixmap: | (GdkPixmap **) | pixmap | |
| andMask: | (GdkBitmap **) | mask | |
Forwards message to: void gtk_image_get_pixmap (GtkImage* image, GdkPixmap** pixmap, GdkBitmap** mask)
| - (void) getStockWithStockId: | (NSString **) | stockId | |
| andSize: | (GtkIconSize *) | size | |
Forwards message to: void gtk_image_get_stock (GtkImage* image, gchar** stock_id, GtkIconSize* size)
| - (GtkImageType) getStorageType |
Forwards message to: GtkImageType gtk_image_get_storage_type (GtkImage* image)
| - (GtkImage *) IMAGE |
Returns internal GtkImage
| - (id) init |
Forwards message to: GtkWidget* gtk_image_new (void)
Implements CGTKWidget.
| - (id) initFromAnimation: | (GdkPixbufAnimation *) | animation |
Forwards message to: GtkWidget* gtk_image_new_from_animation (GdkPixbufAnimation* animation)
| - (id) initFromFile: | (NSString *) | filename |
Forwards message to: GtkWidget* gtk_image_new_from_file (const gchar* filename)
| - (id) initFromGiconWithIcon: | (GIcon *) | icon | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: GtkWidget* gtk_image_new_from_gicon (GIcon* icon, GtkIconSize size)
| - (id) initFromIconNameWithIconName: | (NSString *) | iconName | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: GtkWidget* gtk_image_new_from_icon_name (const gchar* icon_name, GtkIconSize size)
| - (id) initFromIconSetWithIconSet: | (GtkIconSet *) | iconSet | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: GtkWidget* gtk_image_new_from_icon_set (GtkIconSet* icon_set, GtkIconSize size)
| - (id) initFromImageWithImage: | (GdkImage *) | image | |
| andMask: | (GdkBitmap *) | mask | |
Forwards message to: GtkWidget* gtk_image_new_from_image (GdkImage* image, GdkBitmap* mask)
| - (id) initFromPixbuf: | (GdkPixbuf *) | pixbuf |
Forwards message to: GtkWidget* gtk_image_new_from_pixbuf (GdkPixbuf* pixbuf)
| - (id) initFromPixmapWithPixmap: | (GdkPixmap *) | pixmap | |
| andMask: | (GdkBitmap *) | mask | |
Forwards message to: GtkWidget* gtk_image_new_from_pixmap (GdkPixmap* pixmap, GdkBitmap* mask)
| - (id) initFromStockWithStockId: | (NSString *) | stockId | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: GtkWidget* gtk_image_new_from_stock (const gchar* stock_id, GtkIconSize size)
| - (void) setFromAnimation: | (GdkPixbufAnimation *) | animation |
Forwards message to: void gtk_image_set_from_animation (GtkImage* image, GdkPixbufAnimation* animation)
| - (void) setFromFile: | (NSString *) | filename |
Forwards message to: void gtk_image_set_from_file (GtkImage* image, const gchar* filename)
| - (void) setFromGiconWithIcon: | (GIcon *) | icon | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: void gtk_image_set_from_gicon (GtkImage* image, GIcon* icon, GtkIconSize size)
| - (void) setFromIconNameWithIconName: | (NSString *) | iconName | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: void gtk_image_set_from_icon_name (GtkImage* image, const gchar* icon_name, GtkIconSize size)
| - (void) setFromIconSetWithIconSet: | (GtkIconSet *) | iconSet | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: void gtk_image_set_from_icon_set (GtkImage* image, GtkIconSet* icon_set, GtkIconSize size)
| - (void) setFromImageWithGdkImage: | (GdkImage *) | gdkImage | |
| andMask: | (GdkBitmap *) | mask | |
Forwards message to: void gtk_image_set_from_image (GtkImage* image, GdkImage* gdk_image, GdkBitmap* mask)
| - (void) setFromPixbuf: | (GdkPixbuf *) | pixbuf |
Forwards message to: void gtk_image_set_from_pixbuf (GtkImage* image, GdkPixbuf* pixbuf)
| - (void) setFromPixmapWithPixmap: | (GdkPixmap *) | pixmap | |
| andMask: | (GdkBitmap *) | mask | |
Forwards message to: void gtk_image_set_from_pixmap (GtkImage* image, GdkPixmap* pixmap, GdkBitmap* mask)
| - (void) setFromStockWithStockId: | (NSString *) | stockId | |
| andSize: | (GtkIconSize) | size | |
Forwards message to: void gtk_image_set_from_stock (GtkImage* image, const gchar* stock_id, GtkIconSize size)
| - (void) setPixelSize: | (NSNumber *) | pixelSize |
Forwards message to: void gtk_image_set_pixel_size (GtkImage* image, gint pixel_size)
1.8.6