Trait BinExt
gtk
pub trait BinExt { fn get_child(&self) -> Option<Widget>; }
fn get_child(&self) -> Option<Widget>
impl<O: IsA<Bin>> BinExt for O