gdkSettingGet {RGtk2} | R Documentation |
Obtains a desktop-wide setting, such as the double-click time,
for the default screen. See gdkScreenGetSetting
.
gdkSettingGet(name)
|
[character] the name of the setting. |
A list containing the following elements:
retval |
[logical] : TRUE if the setting existed and a value was stored
in value , FALSE otherwise. |
|
[R object] location to store the value of the setting. |
Derived by RGtkGen from GTK+ documentation