gdkScreenGetMonitorAtPoint {RGtk2}R Documentation

gdkScreenGetMonitorAtPoint

Description

Returns the monitor number in which the point (x,y) is located.

Usage

gdkScreenGetMonitorAtPoint(object, x, y)

Arguments

object [GdkScreen] a GdkScreen.
x [integer] the x coordinate in the virtual screen.
y [integer] the y coordinate in the virtual screen.

Details

Since 2.2

Value

[integer] the monitor number in which the point (x,y) lies, or a monitor close to (x,y) if the point is not in any monitor.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]