pub trait BinExt: 'static {
    fn add_child(
        &self,
        builder: &Builder,
        child: &impl IsA<Object>,
        type_: Option<&str>
    );
}Expand description
Trait containing all Bin methods.
Implementors
AppBar, Badge, Banner, Bin, BottomBar, ContentBlockImageCluster, ContentBlockImage, ContentBlock, ContentList, EmptyPage, MiniContentBlock, ModifierBadge, OverlayButton, SettingsPage, SideBar, TabPage, TabSwitcher, Tab, Toast, ViewSubTitle, ViewSwitcher, ViewTitle, WelcomeScreen