Trait gtk::ListBoxRowExt [−][src]
pub trait ListBoxRowExt { fn changed(&self); fn get_header(&self) -> Option<Widget>; fn get_index(&self) -> i32; fn set_header<'a, P: IsA<Widget> + 'a, Q: Into<Option<&'a P>>>(
&self,
header: Q
); fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId; fn emit_activate(&self); }
Required Methods
fn changed(&self)
fn get_header(&self) -> Option<Widget>
fn get_index(&self) -> i32
fn set_header<'a, P: IsA<Widget> + 'a, Q: Into<Option<&'a P>>>(&self, header: Q)
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn emit_activate(&self)
Implementors
impl<O: IsA<ListBoxRow> + IsA<Object> + ObjectExt> ListBoxRowExt for O