Learn R Programming

RGtk2 (version 2.8.7)

gdkDragFindWindow: gdkDragFindWindow

Description

Finds the destination window and DND protocol to use at the given pointer position.

Usage

gdkDragFindWindow(object, drag.window, x.root, y.root)

Arguments

Value

A list containing the following elements:dest.window[GdkWindow] location to store the destination window in.protocol[GdkDragProtocol] location to store the DND protocol in.

Details

This function is called by the drag source to obtain the dest.window and protocol parameters for gdkDragMotion.