pub trait GObjectAccessibleExt: 'static { fn object(&self) -> Option<Object>; }
Trait containing all GObjectAccessible methods.
GObjectAccessible
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