atk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.GLib.ObjectAn determines a component's state set.An determines a component's state set. It is composed of a set of s.ConstructorDefault constructorConstructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.MethodSystem.Boolean
an object of type Add a new state for the specified type to the current state set if it is not already present.an object of type , if the state for type is not already in set.MethodAtk.StateType
a Add the states for the specified types to the current state set.a To be addedMethodAtk.StateSet
an object of type Constructs the intersection of the two sets, returning if the intersection is empty.an object of type which is the intersection of the two sets.MethodSystem.VoidRemoves all states from the state set.MethodSystem.Boolean
an object of type Checks whether the state for the specified type is in the specified set.an object of type , if type is the state type is in set.MethodSystem.Boolean
a
a Checks whether the states for all the specified types are in the specified set.a To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .PropertySystem.BooleanChecks whether the state set is empty, i.e. has no states set.a , if the StateSet has no states set, otherwise MethodAtk.StateSet
an object of type Constructs the union of the two sets.an object of type which is the union of the two sets, returning is empty.To be addedMethodSystem.Boolean
an object of type Removes the state for the specified type from the state set.an object of type , if type was the state type is in set.MethodAtk.StateSet
an object of type Constructs the exclusive-or of the two sets, returning is empty.an object of type which contains the states which are in exactly one of the two sets.The set returned by this operation contains the states in exactly one of the two sets.