Trait GObjectAccessibleExt
Other items inatk::prelude
pub trait GObjectAccessibleExt: 'static { fn object(&self) -> Option<Object>; }
Trait containing all GObjectAccessible methods.
GObjectAccessible
fn object(&self) -> Option<Object>
Gets the GObject for which self is the accessible object.
self
a glib::Object which is the object for which self is the accessible object
glib::Object
impl<O: IsA<GObjectAccessible>> GObjectAccessibleExt for O