Event.settingGet

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

class Event
static
int
settingGet
(
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