atk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An determines a component's state set.An determines a component's state set. It is composed of a set of s.GLib.ObjectGLib.IWrapperSystem.IDisposableMethodSystem.BooleanChecks whether the state for the specified type is in the specified set.
an object of type an object of type , if type is the state type is in set.MethodAtk.StateSetConstructs the exclusive-or of the two sets, returning is empty.
an object of type 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.MethodSystem.BooleanAdd a new state for the specified type to the current state set if it is not already present.
an object of type an object of type , if the state for type is not already in set.MethodAtk.StateSetConstructs the intersection of the two sets, returning if the intersection is empty.
an object of type an object of type which is the intersection of the two sets.MethodSystem.BooleanRemoves the state for the specified type from the state set.
an object of type an object of type , if type was the state type is in set.MethodAtk.StateSetConstructs the union of the two sets.
an object of type an object of type which is the union of the two sets, returning is empty.To be addedMethodSystem.VoidRemoves all states from the state set.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of StateSet, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorDefault constructoran object of type MethodSystem.BooleanChecks whether the states for all the specified types are in the specified set.
a
a a To be addedPropertySystem.BooleanChecks whether the state set is empty, i.e. has no states set.a , if the StateSet has no states set, otherwise PropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorInternal constructor
a a This is a constructor used by derivative types of that would have their own GLib.GType assigned to it. This is not typically used by C# code.MethodAtk.StateTypeAdd the states for the specified types to the current state set.
a a To be added