gtkTargetListFind {RGtk2}R Documentation

gtkTargetListFind

Description

Looks up a given target in a GtkTargetList.

Usage

gtkTargetListFind(object, target)

Arguments

object [GtkTargetList] a GtkTargetList
target [GdkAtom] an interned atom representing the target to search for

Value

A list containing the following elements:

retval [logical] TRUE if the target was found, otherwise FALSE
info [numeric] a pointer to the location to store application info for target

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]