gtkTargetTableNewFromList {RGtk2}R Documentation

gtkTargetTableNewFromList

Description

This function creates an GtkTargetEntry list that contains the same targets as the passed list.

Usage

gtkTargetTableNewFromList(list)

Arguments

list [GtkTargetList] a GtkTargetList

Details

Since 2.10

Value

A list containing the following elements:

retval [GtkTargetEntry] the new table.
n.targets [integer] return location for the number ot targets in the table

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]