gdkScreenGetMonitorGeometry {RGtk2} | R Documentation |
Retrieves the GdkRectangle
representing the size and position of
the individual monitor within the entire screen area.
gdkScreenGetMonitorGeometry(object, monitor.num)
|
[GdkScreen ] a GdkScreen . |
|
[integer] the monitor number. |
Note that the size of the entire screen area can be retrieved via
gdkScreenGetWidth
and gdkScreenGetHeight
.
Since 2.2
A list containing the following elements:
|
[GdkRectangle ] a GdkRectangle to be filled with the monitor geometry |
Derived by RGtkGen from GTK+ documentation