gtkSelectionDataGetTargets {RGtk2} | R Documentation |
Gets the contents of selection.data
as a list of targets.
This can be used to interpret the results of getting
the standard TARGETS target that is always supplied for
any selection.
gtkSelectionDataGetTargets(object)
|
[GtkSelectionData ] a GtkSelectionData object |
A list containing the following elements:
retval |
[logical] TRUE if selection.data contains a valid
list of targets, otherwise FALSE . |
|
[GdkAtom ] location to store a list of targets. The result
stored here must be freed with gFree() . |
|
[integer] location to store number of items in targets . |
Derived by RGtkGen from GTK+ documentation