Instance Method
readPreferenceValue:
Read the preference value for the given specifier. By default it reads widget option value.
Declaration
-(id)readPreferenceValue:(PSSpecifier *)specifier;
Parameters
-
specifier
specifier to use to read the value for.
Return Value
An object representing the value for the given specifier.
Related Links
Managing Preferences
-
- setPreferenceValue:specifier:
Set the preference value for the given specifier.