gdkScreenGetMonitorWidthMm {RGtk2}R Documentation

gdkScreenGetMonitorWidthMm

Description

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

Usage

gdkScreenGetMonitorWidthMm(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 width of the monitor, or -1 if not available

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]