Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

object

a GdkDragContext.

drag.window

a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon.

x.root

the x position of the pointer in root coordinates.

y.root

the y position of the pointer in root coordinates.

Details

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

Value

A list containing the following elements:

dest.window

location to store the destination window in. [ out ]

protocol

location to store the DND protocol in. [ out ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.