gdkWindowGetPosition: gdkWindowGetPosition

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

Obtains the position of the window as reported in the most-recently-processed GdkEventConfigure. Contrast with gdkWindowGetGeometry which queries the X server for the current window position, regardless of which events have been received or processed.

Usage

1

Arguments

object

a GdkWindow

Details

The position coordinates are relative to the window's parent window.

Value

A list containing the following elements:

x

X coordinate of window

y

Y coordinate of window

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.