gtkTargetEntry: Create a new target for drag-n-drop(?)

Description Usage Arguments Details Value Author(s) References

Description

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.

Usage

1
2
gtkTargetEntry(target, flags, info)
gtkTargetEntryNew(target, flags, info)

Arguments

target

a string

flags

an integer value

info

an integer value

Details

This allocates a new GtkTargetEntry object in C and fills in the targer, flags and info fields.

Value

A reference to the newly creatd GtkTargetEntry.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

Information on the package is available from http://www.omegahat.net/RGtk.

Information on Gtk is available from http://www.gtk.org.


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkTargetEntry in RGtk2...