Trait gtk::prelude::ListBoxRowExt
source · [−]pub trait ListBoxRowExt: 'static {
Show 13 methods
fn changed(&self);
fn get_activatable(&self) -> bool;
fn get_header(&self) -> Option<Widget>;
fn get_index(&self) -> i32;
fn get_selectable(&self) -> bool;
fn is_selected(&self) -> bool;
fn set_activatable(&self, activatable: bool);
fn set_header<P: IsA<Widget>>(&self, header: Option<&P>);
fn set_selectable(&self, selectable: bool);
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn emit_activate(&self);
fn connect_property_activatable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_selectable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_activatable(&self) -> bool
source
fn get_header(&self) -> Option<Widget>
source
fn get_selectable(&self) -> bool
source
fn is_selected(&self) -> bool
source
fn set_activatable(&self, activatable: bool)
source
fn set_selectable(&self, selectable: bool)
source
fn connect_activate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
source
fn emit_activate(&self)
sourcefn connect_property_activatable_notify<F: Fn(&Self) + 'static>(
fn connect_property_activatable_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_selectable_notify<F: Fn(&Self) + 'static>(