Package: gdk

Function gdk-screen-monitor-height-mm

Lambda List

gdk-screen-monitor-height-mm (screen num)

Arguments

screen -- a gdk-screen object
num -- an integer with the number of the monitor, between 0 and and the result of (gdk-screen-n-monitors screen)

Return Value

An integer with the height of the monitor, or -1 if not available.

Details

Gets the height in millimeters of the specified monitor.

Warning

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

See also

2021-12-13