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

gtkWindowBeginMoveDrag

gtkWindowBeginMoveDrag


Description

Starts moving a window. This function is used if an application has window movement grips. When GDK can support it, the window movement will be done using the standard mechanism for the window manager or windowing system. Otherwise, GDK will try to emulate window movement, potentially not all that well, depending on the windowing system.

Usage

gtkWindowBeginMoveDrag(object, button, root.x, root.y, timestamp)

Arguments

object

a GtkWindow

button

mouse button that initiated the drag

root.x

X position where the user clicked to initiate the drag, in root window coordinates

root.y

Y position where the user clicked to initiate the drag

timestamp

timestamp from the click event that initiated the drag

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.