gdkScreenGetMonitorHeightMm {RGtk2}R Documentation

gdkScreenGetMonitorHeightMm

Description

Gets the height in millimeters of the specified monitor.

Usage

gdkScreenGetMonitorHeightMm(object, monitor.num)

Arguments

object

a GdkScreen

monitor.num

number of the monitor, between 0 and gdk_screen_get_n_monitors (screen)

Details

Since 2.14

Value

[integer] the height of the monitor, or -1 if not available

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]