::tycho::Preferences
Contents:
Procs
preference
{mode {name {}} args}
create
: Create a new preference set. If the preference set
already exists, flag an error.
info
?name?: List the current preference sets. If name
is given, return name if it is a preference set and nothing
if it is not; if name is not given, return all preference sets.
cget
preferenceset option: Get the specified
option from the preference set.
cget
preferenceset preference option: Get the
specified option from the given preference.
configure
preferenceset ?option? ?_value option
_value...?: Set or get configuration options of the preference set.
configure
preferenceset preference ?option?
?_value option _value...?: Set or get configuration options of
the given preference.
Note: This procedure is not in the tycho namespace in order to make setting and using preferences easier.
COMPATIBILITY PROC: TO BE DELETED.
::tycho::preference
{mode {name {}} args}
preferencecheck
{name}