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