forked from AuroraMiddleware/gtk
Small additions/fixes.
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/tmpl/module_interface.sgml: * gdk-pixbuf/gdk-pixbuf-sections.txt: * gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes.
This commit is contained in:
parent
b9c479ba56
commit
b5cc099058
@ -1,5 +1,9 @@
|
||||
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf/tmpl/module_interface.sgml:
|
||||
* gdk-pixbuf/gdk-pixbuf-sections.txt:
|
||||
* gdk-pixbuf/tmpl/animation.sgml: Small additions/fixes.
|
||||
|
||||
* gdk/tmpl/input.sgml:
|
||||
* gdk/tmpl/rgb.sgml:
|
||||
* gdk/tmpl/x_interaction.sgml:
|
||||
|
@ -146,7 +146,6 @@ GDK_PIXBUF_SIMPLE_ANIM_CLASS
|
||||
GDK_IS_PIXBUF_SIMPLE_ANIM_CLASS
|
||||
GDK_TYPE_PIXBUF_SIMPLE_ANIM
|
||||
GDK_PIXBUF_SIMPLE_ANIM
|
||||
GdkPixbufSimpleAnimClass
|
||||
|
||||
<SUBSECTION Private>
|
||||
gdk_pixbuf_non_anim_new
|
||||
@ -156,6 +155,7 @@ gdk_pixbuf_animation_iter_get_type
|
||||
|
||||
gdk_pixbuf_simple_anim_get_type
|
||||
gdk_pixbuf_simple_anim_iter_get_type
|
||||
GdkPixbufSimpleAnimClass
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -25,13 +25,14 @@ Animated images.
|
||||
|
||||
<!-- ##### STRUCT GdkPixbufAnimation ##### -->
|
||||
<para>
|
||||
|
||||
And opaque struct representing an animation.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkPixbufAnimationIter ##### -->
|
||||
<para>
|
||||
|
||||
And opaque struct representing an iterator which points to a
|
||||
certain position in an animation.
|
||||
</para>
|
||||
|
||||
|
||||
@ -147,7 +148,7 @@ Animated images.
|
||||
|
||||
<!-- ##### STRUCT GdkPixbufSimpleAnim ##### -->
|
||||
<para>
|
||||
|
||||
An
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -354,7 +354,7 @@ Modules supporting animations must derive a type from
|
||||
virtual functions.
|
||||
</para>
|
||||
|
||||
@parent_class:
|
||||
@parent_class: the parent class
|
||||
@is_static_image: returns whether the given animation is just a static image.
|
||||
@get_static_image: returns a static image representing the given animation.
|
||||
@get_size: fills @width and @height with the frame size of the animation.
|
||||
@ -367,7 +367,7 @@ Modules supporting animations must derive a type from
|
||||
virtual functions.
|
||||
</para>
|
||||
|
||||
@parent_class:
|
||||
@parent_class: the parent class
|
||||
@get_delay_time: returns the time in milliseconds that the current frame
|
||||
should be shown.
|
||||
@get_pixbuf: returns the current frame.
|
||||
|
Loading…
Reference in New Issue
Block a user