gtkTargetEntry {RGtk2} | R Documentation |
DEPRECATED!! (compatibility wrappers for RGtk 1!)
This creates a new GtkTarget object. This is used in transferring data in the form of selections between processes or widgets.
gtkTargetEntry(target, flags, info) gtkTargetEntryNew(target, flags, info)
target |
a string |
flags |
an integer value |
info |
an integer value |
This allocates a new GtkTargetEntry object in C and fills in the targer, flags and info fields.
A reference to the newly creatd GtkTargetEntry.
Duncan Temple Lang <duncan@research.bell-labs.com>
Information on the package is available from http://www.omegahat.org/RGtk.
Information on Gtk is available from http://www.gtk.org.