/*
* save the button event in a module-global variable
*/
/*ARGSUSED*/
void form_popup_button_callback(
int w /* calling widget */,
char button /* value of button pressed */,
double *cbs /* UNUSED */
)
{
answer = button;
}