atkRelationSetContains {RGtk2}R Documentation

atkRelationSetContains

Description

Determines whether the relation set contains a relation that matches the specified type.

Usage

atkRelationSetContains(object, relationship)

Arguments

object [AtkRelationSet] an AtkRelationSet
relationship [AtkRelationType] an AtkRelationType

Value

[logical] TRUE if relationship is the relationship type of a relation in set, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]