Virtualvfunc_Sets the current value of the accessible range.
This operation should behave similarly as if the user performed the action.
the value to set
Virtualvfunc_Retrieves the accessible parent for an accessible object.
This function returns NULL for top level widgets.
Virtualvfunc_Virtualvfunc_Queries the coordinates and dimensions of this accessible
This functionality can be overridden by Gtk.Accessible implementations, e.g. to get the bounds from an ignored child widget.
Virtualvfunc_Retrieves the first accessible child of an accessible object.
Virtualvfunc_Retrieves the next accessible sibling of an accessible object
Virtualvfunc_Queries a platform state, such as focus.
This functionality can be overridden by Gtk.Accessible implementations, e.g. to get platform state from an ignored child widget, as is the case for Gtk.Text wrappers.
platform state to query
Interface for implementing AccessibleRange. Contains only the virtual methods that need to be implemented.