[][src]Trait sourceview::GutterRendererPixbufExt

pub trait GutterRendererPixbufExt: 'static {
    fn get_gicon(&self) -> Option<Icon>;
fn get_icon_name(&self) -> Option<GString>;
fn get_pixbuf(&self) -> Option<Pixbuf>;
fn get_stock_id(&self) -> Option<GString>;
fn set_gicon<P: IsA<Icon>>(&self, icon: Option<&P>);
fn set_icon_name(&self, icon_name: Option<&str>);
fn set_pixbuf(&self, pixbuf: Option<&Pixbuf>);
fn set_stock_id(&self, stock_id: Option<&str>);
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_stock_id_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_gicon(&self) -> Option<Icon>

fn get_icon_name(&self) -> Option<GString>

fn get_pixbuf(&self) -> Option<Pixbuf>

fn get_stock_id(&self) -> Option<GString>

fn set_gicon<P: IsA<Icon>>(&self, icon: Option<&P>)

fn set_icon_name(&self, icon_name: Option<&str>)

fn set_pixbuf(&self, pixbuf: Option<&Pixbuf>)

fn set_stock_id(&self, stock_id: Option<&str>)

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_stock_id_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<GutterRendererPixbuf>> GutterRendererPixbufExt for O[src]

Loading content...