A DragContext holds information about a drag in process. It is used
on both source and destination sides.
gdk_drag_context_get_type
protected static final int gdk_drag_context_get_type()
gdk_drag_context_new
protected static final Handle gdk_drag_context_new()
getAction
public DragAction getAction()
Return the action chosen by the destination.
getAction
protected static final int getAction(Handle obj)
getActions
protected static final int getActions(Handle obj)
getDestWindow
protected static final Handle getDestWindow(Handle obj)
getDestination
public Window getDestination()
Return the destination window.
getIsSource
protected static final boolean getIsSource(Handle obj)
getProtocol
public DragProtocol getProtocol()
Return the Drag Protocol
getProtocol
protected static final int getProtocol(Handle obj)
BEGINNING OF GENERATED CODE
getSource
public Window getSource()
Return the source window.
getSourceWindow
protected static final Handle getSourceWindow(Handle obj)
getSuggestedAction
public DragAction getSuggestedAction()
Return the action suggested by the source.
getSuggestedAction
protected static final int getSuggestedAction(Handle obj)
isSource
public boolean isSource()
Returns true if the context is used on the source side.