Trait gtk::prelude::CellRendererPixbufExtManual[][src]

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

Required methods

fn get_property_stock_size(&self) -> IconSize[src]

fn set_property_stock_size(&self, stock_size: IconSize)[src]

Loading content...

Implementors

impl<O: IsA<CellRendererPixbuf> + IsA<Object>> CellRendererPixbufExtManual for O[src]

Loading content...