[][src]Trait gtk::prelude::BinExt

pub trait BinExt: 'static {
    fn get_child(&self) -> Option<Widget>;
}

Required methods

fn get_child(&self) -> Option<Widget>

Loading content...

Implementors

impl<O: IsA<Bin>> BinExt for O[src]

Loading content...