gtkTargetListFind {RGtk2} | R Documentation |
Looks up a given target in a GtkTargetList
.
gtkTargetListFind(object, target)
|
[GtkTargetList ] a GtkTargetList |
|
[GdkAtom ] an interned atom representing the target to search for |
A list containing the following elements:
retval |
[logical] TRUE if the target was found, otherwise FALSE |
|
[numeric] a pointer to the location to store application info for target |
Derived by RGtkGen from GTK+ documentation