gdk_pixbuf::subclass::pixbuf_loader

Trait PixbufLoaderImplExt

Source
pub trait PixbufLoaderImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_size_prepared(&self, width: i32, height: i32) { ... }
    fn parent_area_prepared(&self) { ... }
    fn parent_area_updated(&self, x: i32, y: i32, width: i32, height: i32) { ... }
    fn parent_closed(&self) { ... }
}

Provided Methods§

Source

fn parent_size_prepared(&self, width: i32, height: i32)

Source

fn parent_area_prepared(&self)

Source

fn parent_area_updated(&self, x: i32, y: i32, width: i32, height: i32)

Source

fn parent_closed(&self)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§