param_spec_int
Description:
public ParamSpec param_spec_int (string name, string nick, string blurb, int minimum, int maximum, int default_value, int ui_minimum, int ui_maximum, double ui_gamma, ParamFlags flags)
Creates a new ParamSpecInt instance.
Parameters:
name |
canonical name of the property specified |
nick |
nick name for the property specified |
blurb |
description of the property specified |
minimum |
minimum value for the property specified |
maximum |
maximum value for the property specified |
default_value |
default value for the property specified |
ui_minimum |
minimum value a user should be allowed to input |
ui_maximum |
maximum value a user should be allowed to input |
ui_gamma |
the gamma that should be used when adjusting the value |
flags |
flags for the property specified |
Returns:
a newly created parameter specification |
Namespace: Gegl
Package: gegl-0.4