[][src]Trait atk::prelude::GObjectAccessibleExt

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

Trait containing all GObjectAccessible methods.

Implementors

GObjectAccessible

Required methods

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

Gets the GObject for which self is the accessible object.

Returns

a gobject::Object which is the object for which self is the accessible object

Loading content...

Implementors

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

Loading content...