AnimView subclasses ImageView. It has the same look and feel as
its parent but is also capable of displaying GIF animations.
|
|
__init__(self)
Creates a new AnimView with default values. |
|
|
|
|
step(self)
Steps the animation one frame forward. |
|
|
|
|
get_anim(self)
Returns the current animation of the view. |
|
|
|
|
set_anim(self,
anim)
Sets the pixbuf animation to play, or None to not play any
animation. |
|
|
|
|
|
|
|
set_is_playing(self,
playing)
Sets whether the animation should play or not. |
|
|
|
Inherited from ImageView:
get_black_bg,
get_fitting,
get_interpolation,
get_pixbuf,
get_show_cursor,
get_show_frame,
get_tool,
get_zoom,
set_black_bg,
set_fitting,
set_interpolation,
set_pixbuf,
set_show_cursor,
set_show_frame,
set_tool,
set_zoom
|
|
Inherited from ImageView:
sig_pixbuf_changed,
sig_zoom_changed
|
|
Inherited from ImageView:
get_check_colors,
get_draw_rect,
get_viewport
|
|
Inherited from ImageView:
set_offset,
set_transp
|
|
Inherited from ImageView:
damage_pixels,
image_to_widget_rect,
zoom_in,
zoom_out
|