mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Documentation changes.
2000-01-05 Jonathan Blandford <jrb@redhat.com> * doc/tmpl/animation.sgml: Documentation changes.
This commit is contained in:
parent
273089af2a
commit
2bb20aee8b
@ -22,7 +22,14 @@ Animations as multi-frame structures.
|
|||||||
|
|
||||||
<!-- ##### ENUM GdkPixbufFrameAction ##### -->
|
<!-- ##### ENUM GdkPixbufFrameAction ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
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.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@GDK_PIXBUF_FRAME_RETAIN:
|
@GDK_PIXBUF_FRAME_RETAIN:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-01-05 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* doc/tmpl/animation.sgml: Documentation changes.
|
||||||
|
|
||||||
2000-01-01 Federico Mena Quintero <federico@helixcode.com>
|
2000-01-01 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference
|
* gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference
|
||||||
|
Loading…
Reference in New Issue
Block a user