Trait gdk_pixbuf::PixbufSimpleAnimExt[][src]

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)[src]

fn get_loop(&self) -> bool[src]

fn set_loop(&self, loop_: bool)[src]

fn connect_property_loop_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

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

Loading content...