gdkDisplayGetMaximalCursorSize {RGtk2}R Documentation

gdkDisplayGetMaximalCursorSize

Description

Gets the maximal size to use for cursors on display.

Usage

gdkDisplayGetMaximalCursorSize(object)

Arguments

object

a GdkDisplay

Details

Since 2.4

Value

A list containing the following elements:

width

the return location for the maximal cursor width

height

the return location for the maximal cursor height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.31 Index]