Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

atkSelectionRefSelection

atkSelectionRefSelection


Description

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 functions or the atkGetAccessibleValue() convenience method.

Usage

atkSelectionRefSelection(object, i)

Arguments

object

[AtkSelection] a GObject instance that implements AtkSelectionIface

i

[integer] a integer specifying the index in the selection set. (e.g. the ith selection as opposed to the ith child).

Value

[AtkObject] an AtkObject representing the selected accessible , or NULL if selection does not implement this interface.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.