Trait gtk::prelude::CellRendererPixbufExtManual
source · [−]pub trait CellRendererPixbufExtManual: 'static {
fn stock_size(&self) -> IconSize;
fn set_stock_size(&self, stock_size: IconSize);
}
Required Methods
sourcefn stock_size(&self) -> IconSize
fn stock_size(&self) -> IconSize
The IconSize
value that specifies the size of the rendered icon.
sourcefn set_stock_size(&self, stock_size: IconSize)
fn set_stock_size(&self, stock_size: IconSize)
The IconSize
value that specifies the size of the rendered icon.