[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how to show an animated gif



Steffen Raach wrote:
> 
> Hi,
> 
> a simple question(,but maybe a complicated answer):
> 
> How can I display an animated gif within a gtk widget?
> 
> Any help very appreciated,
> Steffen
> 
> --
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
>                        "unsubscribe" as the Subject.
> 
>         Mailing list concerns should be mailed to <listmaster@redhat.com>

AFAIK, you'll have to accomplish this by yourself. There isn't any
standard widget which is able to do this by itself. Maybe someone else
has already made such a widget. If not, feel free to write one yourself.
It shouldn't be that hard (i think):
  - Load all the frames in the gif
  - Show the frames in a loop (using a timer)

Jeroen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]