Learn R Programming

RGtk2 (version 2.8.8)

atk-AtkStateSet: AtkStateSet

Description

An AtkStateSet determines a component's state set.

Arguments

Methods and Functions

atkStateSetNew() atkStateSetIsEmpty(object) atkStateSetAddState(object, type) atkStateSetAddStates(object, types) atkStateSetClearStates(object) atkStateSetContainsState(object, type) atkStateSetContainsStates(object, types, n.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.

References

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