[][src]Trait gdk_pixbuf::PixbufSimpleAnimExt

pub trait PixbufSimpleAnimExt: 'static {
    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

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

Loading content...

Implementors

impl<O: IsA<PixbufSimpleAnim>> PixbufSimpleAnimExt for O[src]

Loading content...