      /********************************************************/
      /* 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 _wbscrollbar_h_
#define _wbscrollbar_h_

#include <X11/Scroll.h>  /* not only includes the ScrollBar widget defs */
                            /* but also the constraint defs                */


/* ScrollBar Widget Options */
/* ------------------------ */

#define WBDestroyFormWidget    "   Destroy Form Widget     "

extern Arg scroll_arg_list[];
extern Cursor the_other_cursor;                  /* Cursor used to point     */

/****************************************************************/

#ifdef __STDC__

extern void create_scrollbar_menu(Widget, Widget);
extern Widget make_editable_scrollbar(Widget);
extern void write_scrollbar(FILE *, WidgetNode *);
extern void prstr_scrollbar(MailBuffer *, WidgetNode *);

#else

extern void create_scrollbar_menu();
extern Widget make_editable_scrollbar();
extern void write_scrollbar();
extern void prstr_scrollbar();

#endif          /* end of  #ifdef _STDC_  */

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