gtk.accessible

Module for [Accessible] class

Types 3

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
GType _gType() @property
Accessible self()Returns `this`, for use in `with` statements.
AccessibleGidBuilder builder()Get builder for [gtk.accessible.Accessible] Returns: New builder object
void widget(gtk.widget.Widget propval) @property
void 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.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gtk.accessible.Accessible]

Methods