gtk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An interface to represent the rows of a tree when one of them is dragged to another location. GLib.IWrapper Method System.Boolean Asks the to fill in with a representation of the row at . Should robustly handle a path no longer found in the model. a a object to fill with data A boolean; true if data of the required type was provided. FIXME: the original doc says, "selection_data->target gives the required type of the data.", but there doesn't seem to be a parallel in Gtk#. Check this. Method System.Boolean Check whether the row at is draggable. If the source doesn't implement this method, the row is assumed to be draggable. a A boolean, true if this row can be dragged. Method System.Boolean Asks the TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. Returns FALSE if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model. a to delete A boolean for whether the deletion succeeded.