void ufoProcessSetParamGangLabel( ufoProcess process_instance, int param_index, char * label);
ufoProcessSetParamGang will gang certain types of parameters together. The number of ganged parameters is defined by number_params and start from param_index. The supported types are: ufoIntegerParam, ufoFloatParam, ufoNormalisedParam, and ufoAngleParam. Ganged parameters have an extra control to allow all the sliders to be moved simultaneously, such that when the gang control is switched on and any one ganged parameter is changed, then all ganged parameters are changed by the same amount.
ufoProcessSetParamGangLabel sets a collective title for the ganged parameters starting at param_index.
ufoProcessSetParamGang and ufoProcessSetParamGangLabel may be called within ufoProcessDefine after ufoProcessParamDefine.
Autodesk Softimage v7.5