Trait gtk::ListBoxRowExt [−][src]
Required methods
fn changed(&self)[src]
fn get_activatable(&self) -> bool[src]
fn get_header(&self) -> Option<Widget>[src]
fn get_index(&self) -> i32[src]
fn get_selectable(&self) -> bool[src]
fn is_selected(&self) -> bool[src]
fn set_activatable(&self, activatable: bool)[src]
fn set_header<'a, P: IsA<Widget> + 'a, Q: Into<Option<&'a P>>>(&self, header: Q)[src]
fn set_selectable(&self, selectable: bool)[src]
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn emit_activate(&self)[src]
fn connect_property_activatable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_selectable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ListBoxRow>> ListBoxRowExt for O[src]
fn changed(&self)[src]
fn get_activatable(&self) -> bool[src]
fn get_header(&self) -> Option<Widget>[src]
fn get_index(&self) -> i32[src]
fn get_selectable(&self) -> bool[src]
fn is_selected(&self) -> bool[src]
fn set_activatable(&self, activatable: bool)[src]
fn set_header<'a, P: IsA<Widget> + 'a, Q: Into<Option<&'a P>>>(&self, header: Q)[src]
fn set_selectable(&self, selectable: bool)[src]
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn emit_activate(&self)[src]
fn connect_property_activatable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_selectable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId