gdk-sharp2.6.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A set of flags used to specify conditions for which an input callback will be triggered.To be addedSystem.EnumGLib.GType(WrapperType=typeof(Gdk.InputConditionGType))System.FlagsFieldGdk.InputConditionThe file descriptor has become available for reading. (Or, as is standard in Unix, a socket or pipe was closed at the other end; this is the case if a subsequent read on the file descriptor returns a count of zero.) FieldGdk.InputConditionThe file descriptor has become available for writing. FieldGdk.InputConditionAn exception was raised on the file descriptor.