Trait gdk_pixbuf::prelude::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
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
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<PixbufSimpleAnim> + IsA<Object>> PixbufSimpleAnimExt for O