Screen.getSetting

Retrieves a desktop-wide setting such as double-click time for the GdkScreen screen. FIXME needs a list of valid settings here, or a link to more information. Since 2.2

class Screen
int
getSetting
(
string name
,)

Parameters

name string

the name of the setting

value Value

location to store the value of the setting

Return Value

Type: int

TRUE if the setting existed and a value was stored in value, FALSE otherwise.

Meta