pub trait CellRendererPixbufExtManual: 'static {
    fn stock_size(&self) -> IconSize;
    fn set_stock_size(&self, stock_size: IconSize);
}

Required Methods

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

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

Implementors