Package: gdk

Function gdk-screen-monitor-at-point

Lambda List

gdk-screen-monitor-at-point (screen x y)

Arguments

screen -- a gdk-screen object
x -- an integer with the x coordinate in the virtual screen
y -- an integer with the y coordinate in the virtual screen

Return Value

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

Details

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

Warning

The gdk-screen-monitor-at-point function has been deprecated since version 3.22 and should not be used in newly written code. Use the gdk-display-monitor-at-point function instead.
 

See also

2021-12-13