add_drag_dest
Description:
public void add_drag_dest (Widget widget, DestDefaults flags, ToolPaletteDragTargets targets, DragAction actions)
Sets this as drag source (see
set_drag_source) and sets widget as a drag destination for drags from this.
See drag_dest_set.
Parameters:
| this | |
| widget |
a Widget which should be a drag destination for this |
| flags |
the flags that specify what actions GTK+ should take for drops on that widget |
| targets |
the ToolPaletteDragTargets which the widget should support |
| actions |
the DragActions which the widget should suppport |