atkRelationSetRemove {RGtk2}R Documentation

atkRelationSetRemove

Description

Removes a relation from the relation set. This function unref's the AtkRelation so it will be deleted unless there is another reference to it.

Usage

atkRelationSetRemove(object, relation)

Arguments

object [AtkRelationSet] an AtkRelationSet
relation [AtkRelation] an AtkRelation

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]