[][src]Trait atk::GObjectAccessibleExt

pub trait GObjectAccessibleExt: 'static {
    fn get_object(&self) -> Option<Object>;
}

Required methods

fn get_object(&self) -> Option<Object>

Loading content...

Implementors

impl<O: IsA<GObjectAccessible>> GObjectAccessibleExt for O[src]

Loading content...