Gets a reference to the accessible object representing the specified selected child of the object.
Note:
callers should not rely on 0 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.
Parameters:
i
A int specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).
Returns:
An Atk::Object representing the selected accessible , or 0 if selection does not implement this interface.
int Atk::Selection::get_selection_count
(
)
const
Gets the number of accessible children currently selected.
Note:
callers should not rely on 0 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.
Returns:
A int representing the number of items selected, or 0 if selection does not implement this interface.
virtual int Atk::Selection::get_selection_count_vfunc
Determines if the current child of this object is selected.
Note:
callers should not rely on 0 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.
Parameters:
i
A int specifying the child index.
Returns:
A bool representing the specified child is selected, or 0 if selection does not implement this interface.