From 2bb20aee8bf9a8c8ed6a8c7fb9360559385c6fda Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Wed, 5 Jan 2000 19:46:15 +0000 Subject: [PATCH] Documentation changes. 2000-01-05 Jonathan Blandford * doc/tmpl/animation.sgml: Documentation changes. --- docs/reference/gdk-pixbuf/tmpl/animation.sgml | 9 ++++++++- gdk-pixbuf/ChangeLog | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml index 8a5d558b60..f578a841e7 100644 --- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml @@ -22,7 +22,14 @@ Animations as multi-frame structures. - + Each animation frame can have several things happen to it when the + next frame is displayed. The #GdkPixbufFrameAction determines this. + If a frame as marked as @GDK_PIXBUF_FRAME_RETAIN, then the image + will remain displayed, and will be potentially occluded by the next + frame. If it is marked as @GDK_PIXBUF_FRAME_DISPOSE, then the + animation is reverted to the setting before the frame was shown. If + it is marked as @GDK_PIXBUF_FRAME_REVERT, then the animation is + reverted to the first image before continuing. @GDK_PIXBUF_FRAME_RETAIN: diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index cdd3f4bd59..3bb68cd30e 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2000-01-05 Jonathan Blandford + + * doc/tmpl/animation.sgml: Documentation changes. + 2000-01-01 Federico Mena Quintero * gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference