Class

CdkPixbufPixbufSimpleAnim

Description [src]

final class CdkPixbuf.PixbufSimpleAnim : CdkPixbuf.PixbufAnimation
{
  /* No available fields */
}

An opaque struct representing a simple animation.

Constructors

cdk_pixbuf_simple_anim_new

Creates a new, empty animation.

deprecated: 2.44 since: 2.8

Instance methods

cdk_pixbuf_simple_anim_add_frame

Adds a new frame to animation. The pixbuf must have the dimensions specified when the animation was constructed.

deprecated: 2.44 since: 2.8

cdk_pixbuf_simple_anim_get_loop

Gets whether animation should loop indefinitely when it reaches the end.

deprecated: 2.44 since: 2.18

cdk_pixbuf_simple_anim_set_loop

Sets whether animation should loop indefinitely when it reaches the end.

deprecated: 2.44 since: 2.18

Methods inherited from CdkPixbufAnimation (7)
cdk_pixbuf_animation_get_height

Queries the height of the bounding box of a pixbuf animation.

deprecated: 2.44 

cdk_pixbuf_animation_get_iter

Get an iterator for displaying an animation.

deprecated: 2.44 

cdk_pixbuf_animation_get_static_image

Retrieves a static image for the animation.

deprecated: 2.44 

cdk_pixbuf_animation_get_width

Queries the width of the bounding box of a pixbuf animation.

deprecated: 2.44 

cdk_pixbuf_animation_is_static_image

Checks whether the animation is a static image.

deprecated: 2.44 

cdk_pixbuf_animation_ref

Adds a reference to an animation.

deprecated: 2.0 

cdk_pixbuf_animation_unref

Removes a reference from an animation.

deprecated: 2.0 

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

CdkPixbuf.PixbufSimpleAnim:loop

Whether the animation should loop when it reaches the end.

deprecated: 2.44 since: 2.18

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct CdkPixbufPixbufSimpleAnimClass {
  /* no available fields */
}

No description available.