StateSet.xorSets

Constructs the exclusive-or of the two sets, returning NULL is empty. The set returned by this operation contains the states in exactly one of the two sets.

class StateSet
xorSets

Parameters

compareSet StateSet

another atk.StateSet

Return Value

Type: StateSet

a new atk.StateSet which contains the states which are in exactly one of the two sets.