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

a GtkTargetList

Details

Since 2.10

Value

A list containing the following elements:

retval

[GtkTargetEntry] the new table.

n.targets

return location for the number ot targets in the table

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]