Trait gtk::CellRendererPixbufExt [] [src]

pub trait CellRendererPixbufExt {
    fn get_property_follow_state(&self) -> bool;
fn set_property_follow_state(&self, follow_state: bool);
fn get_property_gicon(&self) -> Option<Icon>;
fn set_property_gicon<P: IsA<Icon> + IsA<Object> + SetValueOptional>(
        &self,
        gicon: Option<&P>
    );
fn get_property_icon_name(&self) -> Option<String>;
fn set_property_icon_name(&self, icon_name: Option<&str>);
fn get_property_pixbuf(&self) -> Option<Pixbuf>;
fn set_property_pixbuf(&self, pixbuf: Option<&Pixbuf>);
fn get_property_pixbuf_expander_closed(&self) -> Option<Pixbuf>;
fn set_property_pixbuf_expander_closed(
        &self,
        pixbuf_expander_closed: Option<&Pixbuf>
    );
fn get_property_pixbuf_expander_open(&self) -> Option<Pixbuf>;
fn set_property_pixbuf_expander_open(
        &self,
        pixbuf_expander_open: Option<&Pixbuf>
    );
fn get_property_stock_detail(&self) -> Option<String>;
fn set_property_stock_detail(&self, stock_detail: Option<&str>);
fn get_property_stock_id(&self) -> Option<String>;
fn set_property_stock_id(&self, stock_id: Option<&str>);
fn get_property_stock_size(&self) -> u32;
fn set_property_stock_size(&self, stock_size: u32);
fn connect_property_follow_state_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_icon_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pixbuf_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pixbuf_expander_closed_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pixbuf_expander_open_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_stock_detail_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_stock_id_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_stock_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors