Class
AtspiStateSet
Description [src]
class Atspi.StateSet : GObject.Object
{
accessible: _AtspiAccessible*,
states: gint64
}
The atspi-stateset objects implement wrappers around a bitmap of accessible states.
Instance methods
atspi_state_set_add
Adds a particular AtspiState
to an AtspiStateSet
(i.e. sets the
given state to TRUE
in the stateset).
atspi_state_set_contains
Determines whether a given AtspiStateSet
includes a given state; that is,
whether state
is true for the set
in question.
atspi_state_set_equals
Determines whether two instances of AtspiStateSet
are equivalent (i.e.
consist of the same AtspiStates
). Useful for checking multiple
state variables at once.
atspi_state_set_remove
Removes a particular AtspiState
to an AtspiStateSet
(i.e. sets the
given state to FALSE
in the stateset.).
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.