Class
AtspiStateSet
since: 2.0
Description [src]
class Atspi.StateSet : GObject.Object
{
accessible: _AtspiAccessible*,
states: gint64
}
The atspi-stateset objects implement wrappers around a bitmap of accessible states.
Available since: 2.0
Instance methods
atspi_state_set_add
Adds a particular AtspiState
to an AtspiStateSet
(i.e. sets the
given state to TRUE
in the stateset).
since: 2.0
atspi_state_set_compare
Determines the differences between two instances of AtspiStateSet
.
since: 2.0
atspi_state_set_contains
Determines whether a given AtspiStateSet
includes a given state; that is,
whether state
is true for the set
in question.
since: 2.0
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.
since: 2.0
atspi_state_set_remove
Removes a particular AtspiState
to an AtspiStateSet
(i.e. sets the
given state to FALSE
in the stateset.)
since: 2.0
atspi_state_set_set_by_name
Enables/disables a state in an AtspiStateSet
according to its name
.
since: 2.0
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.
since: 2.0