[−][src]Trait gtk::CellViewExt
Required methods
fn get_displayed_row(&self) -> Option<TreePath>
fn get_draw_sensitive(&self) -> bool
fn get_fit_model(&self) -> bool
fn get_model(&self) -> Option<TreeModel>
fn set_background_rgba(&self, rgba: &RGBA)
fn set_displayed_row(&self, path: &mut TreePath)
fn set_draw_sensitive(&self, draw_sensitive: bool)
fn set_fit_model(&self, fit_model: bool)
fn set_model<P: IsA<TreeModel>>(&self, model: Option<&P>)
fn set_property_background(&self, background: Option<&str>)
fn get_property_background_rgba(&self) -> Option<RGBA>
fn get_property_background_set(&self) -> bool
fn set_property_background_set(&self, background_set: bool)
fn get_property_cell_area(&self) -> Option<CellArea>
fn get_property_cell_area_context(&self) -> Option<CellAreaContext>
fn connect_property_background_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_background_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_background_set_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_draw_sensitive_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_fit_model_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_model_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<CellView>> CellViewExt for O[src]
fn get_displayed_row(&self) -> Option<TreePath>[src]
fn get_draw_sensitive(&self) -> bool[src]
fn get_fit_model(&self) -> bool[src]
fn get_model(&self) -> Option<TreeModel>[src]
fn set_background_rgba(&self, rgba: &RGBA)[src]
fn set_displayed_row(&self, path: &mut TreePath)[src]
fn set_draw_sensitive(&self, draw_sensitive: bool)[src]
fn set_fit_model(&self, fit_model: bool)[src]
fn set_model<P: IsA<TreeModel>>(&self, model: Option<&P>)[src]
fn set_property_background(&self, background: Option<&str>)[src]
fn get_property_background_rgba(&self) -> Option<RGBA>[src]
fn get_property_background_set(&self) -> bool[src]
fn set_property_background_set(&self, background_set: bool)[src]
fn get_property_cell_area(&self) -> Option<CellArea>[src]
fn get_property_cell_area_context(&self) -> Option<CellAreaContext>[src]
fn connect_property_background_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_background_rgba_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_background_set_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_draw_sensitive_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_fit_model_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_model_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId