Functions | |
| GdkPixbufAnimation * | alp_pixbuf_animation_new_from_url (const gchar *bundle_name, const gchar *image_url) |
| Create and load a pixbuf animation from an URL reference. | |
| GdkPixbuf * | alp_pixbuf_new_badged_at_scale (GdkPixbuf *base_image, GtkWidget *context, const gchar *bundle_name, const gchar *badge_urls[], gint badge_count, const gchar *size, gboolean preserve_aspect_ratio) |
| Overlay badge images on the provided base image, scaling it to the desired size. | |
| GdkPixbuf * | alp_pixbuf_new_from_url_at_scale (GtkWidget *context, const gchar *bundle_name, const gchar *url, const gchar *size, gboolean preserve_aspect_ratio) |
| Create and load a pixbuf from an URL reference, scaling it to the desired size. | |
| GdkPixbuf * | alp_pixbuf_new_from_url_at_scale_badged (GtkWidget *context, const gchar *bundle_name, const gchar *url, const gchar *badge_urls[], gint badge_count, const gchar *size, gboolean preserve_aspect_ratio) |
| Create and load a pixbuf from an URL reference, scaling it to the desired size, with badge images overlaid on the base image. | |
| void | alp_pixbuf_simple_anim_add_url_sequence_at_scale (GdkPixbufSimpleAnim *anim, GtkWidget *context, const gchar *size, gboolean preserve_aspect_ratio, const gchar *bundle_name, const gchar *format, gint sequence_start, gint sequence_end, gint seqeunce_increment) |
| Append one or more images from numerically generated URL references to a simple pixbuf animation, and scaling them to the desired size. | |
| void | alp_pixbuf_simple_anim_add_urls (GdkPixbufSimpleAnim *anim, const gchar *bundle_name,...) |
| Append one or more images from URL references to a simple pixbuf animation. | |
| void | alp_pixbuf_simple_anim_add_urls_at_scale (GdkPixbufSimpleAnim *anim, GtkWidget *context, const gchar *size, gboolean preserve_aspect_ratio, const gchar *bundle_name,...) |
| Append one or more images from URL references to a simple pixbuf animation, scaling them to the desired size. | |
| void | alp_pixbuf_simple_anim_add_urls_at_scale_valist (GdkPixbufSimpleAnim *anim, GtkWidget *context, const gchar *size, gboolean preserve_aspect_ratio, const gchar *bundle_name, va_list valist) |
| Append one or more images from URL references to a simple pixbuf animation, using a vararg list, and scaling them to the desired size. | |
| void | alp_pixbuf_simple_anim_add_urls_valist (GdkPixbufSimpleAnim *anim, const gchar *bundle_name, va_list valist) |
| Append one or more images from URL references to a simple pixbuf animation, using a vararg list. | |
| GdkPixbufSimpleAnim * | alp_pixbuf_simple_anim_new_from_name (const gchar *size_name, float rate) |
| Create an empty simple pixbuf animation, sizing it to a standard icon size. | |
|
||||||||||||
|
Create and load a pixbuf animation from an URL reference.
|
|
||||||||||||||||||||||||||||||||
|
Overlay badge images on the provided base image, scaling it to the desired size.
|
|
||||||||||||||||||||||||
|
Create and load a pixbuf from an URL reference, scaling it to the desired size.
|
|
||||||||||||||||||||||||||||||||
|
Create and load a pixbuf from an URL reference, scaling it to the desired size, with badge images overlaid on the base image.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Append one or more images from numerically generated URL references to a simple pixbuf animation, and scaling them to the desired size.
|
|
||||||||||||||||
|
Append one or more images from URL references to a simple pixbuf animation.
|
|
||||||||||||||||||||||||||||
|
Append one or more images from URL references to a simple pixbuf animation, scaling them to the desired size.
|
|
||||||||||||||||||||||||||||
|
Append one or more images from URL references to a simple pixbuf animation, using a vararg list, and scaling them to the desired size.
|
|
||||||||||||||||
|
Append one or more images from URL references to a simple pixbuf animation, using a vararg list.
|
|
||||||||||||
|
Create an empty simple pixbuf animation, sizing it to a standard icon size.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.