Method GTK2.Widget()->drag_dest_set()


Method drag_dest_set

GTK2.Widget drag_dest_set(int flags, array targets, int actions)

Description

Set this widget up so it can accept drops. Parallel to drag_source_set - see there for arg info. flags allows default drop behaviour to turned on and off; use GTK2.DEST_DEFAULT_ALL for normal behaviour.