PixbufAnimation
Object Hierarchy:
Gdk.PixbufAnimation
Gdk.PixbufAnimation
Gdk.PixbufAnimation
GLib.Object
GLib.Object
GLib.Object->Gdk.PixbufAnimation
Description:
[ CCode ( type_id = "gdk_pixbuf_animation_get_type ()" ) ]public class PixbufAnimation : Object
An opaque object representing an animation.
The GdkPixBuf library provides a simple mechanism to load and represent animations. An animation is conceptually a series of frames to be
displayed over time.
The animation may not be represented as a series of frames internally; for example, it may be stored as a sprite and instructions for
moving the sprite around a background.
To display an animation you don't need to understand its representation, however; you just ask `GdkPixbuf` what should be displayed at a
given point in time.
Content:
Creation methods:
Methods:
public int get_height ()
Queries the height of the bounding box of a pixbuf animation.
public virtual PixbufAnimationIter get_iter (TimeVal ? start_time)
Get an iterator for displaying an animation.
public virtual void get_size (int width, int height)
public virtual unowned Pixbuf get_static_image ()
Retrieves a static image for the animation.
public int get_width ()
Queries the width of the bounding box of a pixbuf animation.
public virtual bool is_static_image ()
Checks whether the animation is a static image.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref