Package: gdk

Function gdk-screen-monitor-width-mm

Lambda List

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

Arguments

screen -- a gdk-screen object
monitor-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 width of the monitor, or -1 if not available.

Details

Gets the width in millimeters of the specified monitor, if available.

Warning

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

See also

2021-12-13