Trait libhelium::prelude::ChipGroupExt
source · pub trait ChipGroupExt: IsA<ChipGroup> + Sealed + 'static {
// Provided methods
fn selection_model(&self) -> SingleSelection { ... }
fn set_selection_model(&self, value: &SingleSelection) { ... }
fn is_single_line(&self) -> bool { ... }
fn set_single_line(&self, value: bool) { ... }
fn connect_selection_model_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_single_line_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn selection_model(&self) -> SingleSelection
fn set_selection_model(&self, value: &SingleSelection)
fn is_single_line(&self) -> bool
fn set_single_line(&self, value: bool)
fn connect_selection_model_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_single_line_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.