org.gnu.gtk
public class TargetEntry extends MemStruct
Constructor Summary | |
---|---|
TargetEntry(String name, TargetFlags flags, int id)
Constructs a new target entry
|
Parameters: name Name of the drag and drop type. This must be the same in both the drag source and destination (possibly different applications). flags id Integer id for the drag type. This will be passed to the event handlers. It can be different to that used at the other end of the drag/drop operation.