include/alp/pixbuf.h File Reference


Detailed Description

Header file for ALP specific GdkPixbuf APIs.

#include <gtk/gtk.h>

Go to the source code of this file.

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.


Generated on Wed Jul 30 07:06:40 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.