Trait libbismuth::prelude::BinExt
source · pub trait BinExt: IsA<Bin> + Sealed + 'static {
// Provided methods
fn child(&self) -> Option<Widget> { ... }
fn set_child(&self, child: Option<&impl IsA<Widget>>) { ... }
fn connect_child_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn connect_child_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.