gdkSettingGet: gdkSettingGet

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Obtains a desktop-wide setting, such as the double-click time, for the default screen. See gdkScreenGetSetting.

Usage

1

Arguments

name

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

location to store the value of the setting.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkSettingGet in RGtk2...