Trait gdk_pixbuf::PixbufSimpleAnimExt[][src]

pub trait PixbufSimpleAnimExt {
    fn add_frame(&self, pixbuf: &Pixbuf);
fn get_loop(&self) -> bool;
fn set_loop(&self, loop_: bool);
fn connect_property_loop_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors