atkObjectGetLayer {RGtk2}R Documentation

atkObjectGetLayer

Description

Gets the layer of the accessible. WARNING: atk_object_get_layer is deprecated and should not be used in newly-written code. Use atk_component_get_layer instead.

Usage

atkObjectGetLayer(object)

Arguments

object [AtkObject] an AtkObject

Details

Returns:

Value

[AtkLayer] an AtkLayer which is the layer of the accessible

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]