Instance Method
setWidgetOptionsValue:specifier:
Set the widget option value for the given specifier.
Declaration
-(void)setWidgetOptionsValue:(id)value specifier:(PSSpecifier *)specifier;
Parameters
-
value
value object to be set.
-
specifier
specifier to use to read the value for.
Related Links
Using Widget Options
-
- readWidgetOptionsValue:
Get the widget option value for the given specifier.