Description Usage Arguments Value Author(s)
Looks for a match between context->targets
and the
dest.target.list
, returning the first matching target, otherwise
returning GDK_NONE
. dest.target.list
should usually be the return
value from gtkDragDestGetTargetList
, but some widgets may
have different valid targets for different parts of the widget; in
that case, they will have to implement a drag_motion handler that
passes the correct target list to this function.
1 | gtkDragDestFindTarget(object, context, target.list)
|
|
drag destination widget |
|
drag context |
|
list of droppable targets, or |
[GdkAtom
] first target that the source offers and the dest can accept, or GDK_NONE
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.