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

Trait containing all GObjectAccessible methods.

Implementors

GObjectAccessible

Required Methods

Gets the GObject for which self is the accessible object.

Returns

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

Implementors