atk-AtkStateSet {RGtk2}R Documentation

AtkStateSet

Description

An AtkStateSet determines a component's state set.

Methods and Functions

atkStateSetNew()
atkStateSetIsEmpty(object)
atkStateSetAddState(object, type)
atkStateSetAddStates(object, types)
atkStateSetClearStates(object)
atkStateSetContainsState(object, type)
atkStateSetContainsStates(object, types)
atkStateSetRemoveState(object, type)
atkStateSetAndSets(object, compare.set)
atkStateSetOrSets(object, compare.set)
atkStateSetXorSets(object, compare.set)

Detailed Description

An AtkStateSet determines a component's state set. It is composed of a set of AtkStates.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/atk/atk-AtkStateSet.html


[Package RGtk2 version 2.12.5-3 Index]