atkObjectGetMdiZorder {RGtk2}R Documentation

atkObjectGetMdiZorder

Description

Gets the zorder of the accessible. The value G_MININT will be returned if the layer of the accessible is not ATK_LAYER_MDI.

Usage

atkObjectGetMdiZorder(object)

Arguments

object [AtkObject] an AtkObject

Value

[integer] a gint which is the zorder of the accessible, i.e. the depth at which the component is shown in relation to other components in the same container.
Deprecated: Use atk_component_get_mdi_zorder instead.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]