Trait libhelium::prelude::SegmentedButtonExt
source · pub trait SegmentedButtonExt: IsA<SegmentedButton> + Sealed + 'static {
// Provided method
fn add_child(
&self,
builder: &Builder,
child: &impl IsA<Object>,
type_: Option<&str>,
) { ... }
}
Expand description
Provided Methods§
Object Safety§
This trait is not object safe.