Set animated GIF for GtkAboutDialog

Is it possible to set an animated gif as the logo for a GtkAboutDialog?
I tried passing in a GdkPixbufAnimated as the logo, that didn’t quite compile. Is there any way to get this to work, or do I need to drop GtkAboutDialog and use a custom dialog that uses g_timers to loop the animation iterator?

You can’t and that’s fine because the about dialog should simply show the application icon. That can’t be animated anywhere else either. You can do your own custom dialog of course.

Sorry for the late reply.

As I suspected, thanks for confirming this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.