# Template: sliderfraction
PSI_TOKEN.gad = 
{
 LAYOUT(horizontal%) STRETCH(1, 0)

 PARMLABEL("PSI_LABEL", "PSI_TOKEN") SIZE(1.5, 0);

 SLIDER	RANGEVALUE(PSI_TOKEN3.val, PSI_TOKEN4.val)	# Range
		FRACTIONVALUE(PSI_TOKEN2.val)			# Fraction
		LOOK(hgroove)
		VALUE(PSI_TOKEN1.val)
		STRETCH(1,0);

 # The following should really be PSI_TYPE. The rest of the vector
 # may be float, but the field is an integer (frames?) ...
 FIELD integer VALUE(PSI_TOKEN1.val);
}


