gtk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.Opaque A type to represent data that's selected as part of a drag-and-drop or clipboard operation. Constructor a , pointer to the underlying C data. Constructor. Method Gtk.SelectionData Copy the object by value. a Property System.Byte[] The data as a sequence of bytes. a Property Gdk.Atom To be added. To be added. To be added. Property Gdk.Display To be added. To be added. To be added. Method System.Void To be added. To be added. 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. Method System.Obsolete("Gtk.SelectionData is now freed automatically") System.Void Releases memory that was used by this object. Method System.Void To be added. To be added. To be added. Method System.Byte To be added. To be added. To be added. To be added. Property GLib.GType GType Property. a Returns the native value for . Property System.Int32 The length of the selected data. a Property Gdk.Pixbuf To be added a To be added Property Gdk.Atom The selected data. a Method System.Void type of selection data (expressed via a ) format (number of bits in a unit) - set this to 8 and encode your data as UTF-8 a array containing the data to send to this selection object - use .GetBytes(string) to encode string data as UTF-8 before passing it here Stores new data into this object. Should only be called from a selection handler callback. Method System.Void type of selection data (expressed via a ) format (number of bits in a unit) - set this to 8 and encode your data as UTF-8 a array containing the data to send to this selection object - use .GetBytes(string) to encode string data as UTF-8 before passing it here length of the data in bytes Stores new data into this object. Should only be called from a selection handler callback. The version auto-calculates the length for you. Method System.Boolean a To be added a To be added Method System.Boolean a To be added a To be added 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 Method System.Boolean a To be added a To be added Method System.Boolean To be added. Indicates if any targets provide rich text. . 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 Method System.Boolean Indicates if any targets provide a URI list. a . Property System.String The text stored in the selection. A . Property System.String To be added a To be added