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

Trait containing all SegmentedButton methods.

§Implementors

SegmentedButton

Provided Methods§

source

fn add_child( &self, builder: &Builder, child: &impl IsA<Object>, type_: Option<&str>, )

Adds a widget to SegmentedButton, should only be used in the context of a UI or Blueprint file. There should be no need to use this method in code.

Since: 1.0

Object Safety§

This trait is not object safe.

Implementors§