This is all about animated images in GTK+ (which I get from .gif files).
I get a GtkImage using the API - gtk_image_set_from_file(GtkImage *, gchar * filename);
This file is a .gif file. When I put this in to some container/box it all works fine.
I have few questions,
Can I transform/rotate this animated image (i.e) to 90/180/270 degrees ?
Can I scale this animated image ? (say from x,y to a specific width and height). ?
I already tried with gdk_pixbuf_scale_simple() &
gdk_pixbud_rotate_simple() ...... I suppose this only works for still images.
Thanks in advance .
cheers,
R Gautam
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list