gdkDisplayGetMaximalCursorSize {RGtk2}R Documentation

gdkDisplayGetMaximalCursorSize

Description

Gets the maximal size to use for cursors on display.

Usage

gdkDisplayGetMaximalCursorSize(object)

Arguments

object [GdkDisplay] a GdkDisplay

Details

Since 2.4

Value

A list containing the following elements:

width [numeric] the return location for the maximal cursor width
height [numeric] the return location for the maximal cursor height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]