Trait gdk_pixbuf::prelude::PixbufAnimationExt
source · [−]pub trait PixbufAnimationExt: 'static {
fn height(&self) -> i32;
fn static_image(&self) -> Option<Pixbuf>;
fn width(&self) -> i32;
fn is_static_image(&self) -> bool;
}
Required Methods
source
fn static_image(&self) -> Option<Pixbuf>
source