Learn R Programming

RGtk2 (version 2.8.8)

gdkScreenGetSetting: gdkScreenGetSetting

Description

Retrieves a desktop-wide setting such as double-click time for the GdkScreen screen.

Usage

gdkScreenGetSetting(object, name)

Arguments

object
[GdkScreen] the GdkScreen where the setting is located
name
[character] the name of the setting

Value

  • A list containing the following elements:
  • retval[logical] TRUE if the setting existed and a value was stored in value, FALSE otherwise.
  • value[R object] location to store the value of the setting

Details

FIXME needs a list of valid settings here, or a link to more information.

Since 2.2