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

Required Methods

Implementors