Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkSettingGet: gdkSettingGet
Description
Obtains a desktop-wide setting, such as the double-click time, for the default screen. See
gdkScreenGetSetting
.
Usage
gdkSettingGet(name)
Arguments
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.