      /********************************************************/
      /* This program was written by Brian R. Gardner, 1988.  */
      /* Copyright 1988, Digital Equipment Corporation  and   */
      /*             Massachusetts Institute of Technology.   */
      /* See X(1) for a statement of rights and permissions.  */
      /********************************************************/

#ifndef _wbscrollbarP_h_
#define _wbscrollbarP_h_

#include "wbscrollbar.h"

/* Initialization Values for a ScrollBar Widget */
Arg scroll_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 _wbscrollbarP_h_  :: DO NOT WRITE BELOW THIS LINE. */
