atkSelectionAddSelection {RGtk2}R Documentation

atkSelectionAddSelection

Description

Adds the specified accessible child of the object to the object's selection.

Usage

atkSelectionAddSelection(object, i)

Arguments

object

[AtkSelection] a GObject instance that implements AtkSelectionIface

i

[integer] a

integer
specifying the child index.

Value

[logical] TRUE if success, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]