Learn R Programming

RGtk2 (version 2.8.8)

atkSelectionIsChildSelected: atkSelectionIsChildSelected

Description

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 functions or the atk() convenience method. atkSelectionIsChildSelected(object, i) object{[AtkSelection] a GObject instance that implements AtkSelectionIface} i{[integer] a integer specifying the child index.} [logical] a gboolean representing the specified child is selected, or 0 if selection does not implement this interface. [object Object] internal

Arguments