gtk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A type to represent data that's selected as part of a drag-and-drop or clipboard operation. System.ValueType Method System.Void Releases memory that was used by this object. Method Gtk.SelectionData Copy the object by value. a Method System.Boolean Assuming that this selection data object holds a list of targets, determines if any of the targets in can be used to provide text. a Property System.String The text stored in the selection. A A . Property GLib.GType GType Property. a Returns the native value for . Property System.Int32 The unit length of the data in bits. a On most systems, this is 8 for a string and 32 for an integer. Property System.Int32 The length of the selected data. a Constructor Constructor. a , pointer to the underlying C data. a Property System.Byte[] The data as a sequence of bytes. a Method System.Void Sets the data for a selection. a a , the number of bits per data unit a , the data to be set a , the length of the data. Method System.Void Sets the data for a selection. a a , the number of bits per data unit a , the data to be set Property Gdk.Atom The selected data. a Property Gdk.Atom The type of target being used. a XXX: Add a list of useful strings for target types. Property Gdk.Atom[] Gets the selection data as an array of targets. a Property Gdk.Atom The type of selection data a XXX: elaborate on the possible values here.