pub fn param_spec_seed(
name: &str,
nick: &str,
blurb: &str,
flags: ParamFlags
) -> Option<ParamSpec>
Expand description
Creates a new GeglParamSpecSeed
instance specifying an integer random seed.
canonical name of the property specified
nick name for the property specified
description of the property specified
flags for the property specified
a newly created parameter specification