atk-AtkStateSet {RGtk2} | R Documentation |
An AtkStateSet determines a component's state set.
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)
An AtkStateSet determines a component's state set. It is composed of a set of AtkStates.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/atk/atk-AtkStateSet.html