Screen.getSetting

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

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

class Screen
bool
getSetting
(
string name
,)

Parameters

name string

the name of the setting

value Value

location to store the value of the setting

Return Value

Type: bool

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

Meta