Trait gtk::BinExt[][src]

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

Required methods

fn get_child(&self) -> Option<Widget>[src]

Loading content...

Implementors

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

Loading content...