EZ_SetupSpinButton - setup a spin button.
#include <EZ.h>
void EZ_SetupSpinButton( EZ_Widget *spin, char *value,
char *(f)(int,int,void*), void *clientData)
spin Specifies a spin button.
value Specifies the initial value of a spin button.
clientData Specifies the client data to be passed to the spin function
f.
EZ_SetupSpinButton sets the default state of a spin button. Please use
EZ_SPIN_VALUE and
EZ_SPIN_FUNCTION resources to setup a spin
button instead of using this function.
EZ_GetSpinButtonValue(3), EZ_GetSpinButtonComponents(3)