AtkStateSet: AtkStateSet

Description Methods and Functions Hierarchy Detailed Description Structures Convenient Construction Author(s) References

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)
atkStateSet()

Hierarchy

1
2

Detailed Description

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

Structures

AtkStateSet

undocumented

Convenient Construction

atkStateSet is the equivalent of atkStateSetNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/atk/stable/AtkStateSet.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to AtkStateSet in RGtk2...