Skip to main content

CellRendererPixbufExtManual

Trait CellRendererPixbufExtManual 

Source
pub trait CellRendererPixbufExtManual:
    IsA<CellRendererPixbuf>
    + IsA<Object>
    + 'static {
    // Provided methods
    fn stock_size(&self) -> IconSize { ... }
    fn set_stock_size(&self, stock_size: IconSize) { ... }
}

Provided Methods§

Source

fn stock_size(&self) -> IconSize

The IconSize value that specifies the size of the rendered icon.

Source

fn set_stock_size(&self, stock_size: IconSize)

The IconSize value that specifies the size of the rendered icon.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§