Virtualvfunc_Adds the specified accessible child of the object to the object's selection.
a gint specifying the child index.
Virtualvfunc_Clears the selection in the object so that no children in the object are selected.
Virtualvfunc_Gets the number of accessible children currently selected.
Note: callers should not rely on null or on a zero value for
indication of whether AtkSelectionIface is implemented, they should
use type checking/interface checking macros or the
atk_get_accessible_value() convenience method.
Virtualvfunc_Determines if the current child of this object is selected
Note: callers should not rely on null or on a zero value for
indication of whether AtkSelectionIface is implemented, they should
use type checking/interface checking macros or the
atk_get_accessible_value() convenience method.
a gint specifying the child index.
Virtualvfunc_Gets a reference to the accessible object representing the specified
selected child of the object.
Note: callers should not rely on null or on a zero value for
indication of whether AtkSelectionIface is implemented, they should
use type checking/interface checking macros or the
atk_get_accessible_value() convenience method.
a gint specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).
Virtualvfunc_Removes the specified child of the object from the object's selection.
a gint specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).
Virtualvfunc_Causes every child of the object to be selected if the object supports multiple selections.
Virtualvfunc_
Interface for implementing Selection. Contains only the virtual methods that need to be implemented.