/*************************************************
* Exim Monitor *
*************************************************/
/*************************************************
* Exim Monitor *
*************************************************/
/* See the file NOTICE for conditions of use and distribution. */
/* This file contains a number of subroutines that are in effect
/* See the file NOTICE for conditions of use and distribution. */
/* This file contains a number of subroutines that are in effect
aa[i].name = va_arg(ap, String);
aa[i].value = va_arg(ap, XtArgVal);
}
aa[i].name = va_arg(ap, String);
aa[i].value = va_arg(ap, XtArgVal);
}
XtSetValues(w, aa, num_args);
if (num_args > 15) free(aa);
}
XtSetValues(w, aa, num_args);
if (num_args > 15) free(aa);
}