Hi,
I have created a GtkTree where all GtkTreeItems can be dragged. But gtk_drag_dest_set() seems to work only for those items which are directly connected to the main (root) GtkTree. Dragging over other items in subtrees does not highlight them and so the "drop" will not be accepted (drag_dest/ drag_source_set routines are the same). Dropping on the root-tree items works, "drag_data_get" and "drag_data_received" signals work properly there. What could I've done wrong? Thanks in advance for your hints! whyhawk |