gtk.accessible
Module for [Accessible] class
Types 3
classAccessible : atk.object.ObjectWrap
The #GtkAccessible class is the base class for accessible implementations for #GtkWidget subclasses. It is a thin wrapper around #AtkObject, which adds facilities for associating a widget with its accessible object.
An accessible implementation for a third-party widget should derive from #GtkAccessible and implement the suitable interfaces from ATK, such as #AtkText or #AtkSelection. To establish the connection between the widget class and its corresponding acccessible implementation, override the get_accessible vfunc in #GtkWidgetClass.
Methods
Accessible self()Returns `this`, for use in `with` statements.AccessibleGidBuilder builder()Get builder for [gtk.accessible.Accessible] Returns: New builder objectgtk.widget.Widget widget() @propertyvoid widget(gtk.widget.Widget propval) @propertyvoid connectWidgetDestroyed()This function specifies the callback function to be called when the widget corresponding to a GtkAccessible is destroyed.gtk.widget.Widget getWidget()Gets the #GtkWidget corresponding to the #GtkAccessible. The returned widget does not have a reference added, so you do not need to unref it. Returns: pointer to the #GtkWidget corresponding to the...void setWidget(gtk.widget.Widget widget = null)Sets the #GtkWidget corresponding to the #GtkAccessible.Methods
T widget(gtk.widget.Widget propval)Fluent builder for [gtk.accessible.Accessible]
Methods