#ifndef _wbformP_h_
#define _wbformP_h_


/* Initialization Values for a Form Widget */
Arg form_arg_list[] = {
  /* Form widget related instance variables, about appearance */
  { XtNborderWidth, (XtArgVal) 1},
  { XtNy, (XtArgVal) 4},
  { XtNx, (XtArgVal) 4},
  { XtNwidth, (XtArgVal) 17},
  { XtNheight, (XtArgVal) 17},
  { XtNresizable, (XtArgVal) TRUE},
  { NULL, (XtArgVal) NULL}
 };

/****************************************************************************/
#endif       /* end of ifndef _wbformP_h_  :: DO NOT WRITE BELOW THIS LINE. */
