loon (version 1.3.3)

l_userOptionDefault: Get loon's system default value for the named display option.

Description

All of loon's displays access a set of common options. This function accesses and returns the default value for the named option.

Usage

l_userOptionDefault(option)

Arguments

option

the name of the user changeable loon display option whose default value is to be determined.

Value

the default value for the named option

See Also

l_getOptionNames, l_getOption, l_userOptionDefault, l_userOptions

Examples

Run this code
# NOT RUN {
l_userOptionDefault("background")

# }

Run the code above in your browser using DataLab