Selection.refSelection

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.

interface Selection
refSelection
(
int i
)

Parameters

i int

a #gint specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).

Return Value

Type: atk.object.ObjectAtk

an #AtkObject representing the selected accessible, or null if selection does not implement this interface.