EZ_GetRadioButtonGroupVariableValue


NAME

EZ_SetRadioButtonGroupVariableValue, EZ_GetRadioButton- GroupVariableValue - set/retrieve the value of the group variable of a radio button

SYNOPSIS

#include <EZ.h> void EZ_SetRadioButtonGroupVariableValue( EZ_Widget *rbutton, int value) int EZ_SetRadioButtonGroupVariableValue( EZ_Widget *rbutton)

ARGUMENTS

rbutton Specifies a radio button. value Specifies a value to be assigned to the group vari- able.

DESCRIPTION

Radio buttons are grouped into groups. To each group of radio buttons there is a group variable. EZ_SetRadioButtonGroupVariableValue assign the group vari- able to the specified value. It updates the display if necessary. EZ_GetRadioButtonGroupVariableValue returns the current value of the group variable.

SEE ALSO

EZ_GetRadioButtonGroupID(3)