Trait gtk::prelude::CellRendererPixbufExt
source · [−]pub trait CellRendererPixbufExt: 'static {
Show 22 methods
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(&self, gicon: Option<&Icon>);
fn get_property_icon_name(&self) -> Option<GString>;
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<GString>;
fn set_property_stock_detail(&self, stock_detail: Option<&str>);
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_size_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
sourcefn get_property_follow_state(&self) -> bool
fn get_property_follow_state(&self) -> bool
👎Deprecated
sourcefn set_property_follow_state(&self, follow_state: bool)
fn set_property_follow_state(&self, follow_state: bool)
👎Deprecated
source
fn get_property_gicon(&self) -> Option<Icon>
source
fn set_property_gicon(&self, gicon: Option<&Icon>)
source
fn get_property_icon_name(&self) -> Option<GString>
source
fn set_property_icon_name(&self, icon_name: Option<&str>)
source
fn get_property_pixbuf(&self) -> Option<Pixbuf>
source
fn set_property_pixbuf(&self, pixbuf: Option<&Pixbuf>)
source
fn get_property_pixbuf_expander_closed(&self) -> Option<Pixbuf>
sourcefn set_property_pixbuf_expander_closed(
fn set_property_pixbuf_expander_closed(
&self,
pixbuf_expander_closed: Option<&Pixbuf>
)
source
fn get_property_pixbuf_expander_open(&self) -> Option<Pixbuf>
sourcefn set_property_pixbuf_expander_open(
fn set_property_pixbuf_expander_open(
&self,
pixbuf_expander_open: Option<&Pixbuf>
)
source
fn get_property_stock_detail(&self) -> Option<GString>
source
fn set_property_stock_detail(&self, stock_detail: Option<&str>)
sourcefn connect_property_follow_state_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
fn connect_property_follow_state_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
👎Deprecated
sourcefn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
fn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_icon_name_notify<F: Fn(&Self) + 'static>(
fn connect_property_icon_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_pixbuf_notify<F: Fn(&Self) + 'static>(
fn connect_property_pixbuf_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_pixbuf_expander_closed_notify<F: Fn(&Self) + 'static>(
fn connect_property_pixbuf_expander_closed_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_pixbuf_expander_open_notify<F: Fn(&Self) + 'static>(
fn connect_property_pixbuf_expander_open_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_stock_detail_notify<F: Fn(&Self) + 'static>(
fn connect_property_stock_detail_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_stock_size_notify<F: Fn(&Self) + 'static>(