/* 
 * Motif Tools Library, Version 2.0
 * $Id: HelpBox.h,v 2.9 1994/07/04 03:03:50 david Exp $
 * 
 * Written by David Flanagan.
 * Copyright (c) 1992, 1993, 1994 by Dovetail Systems.
 * All Rights Reserved.  See the file COPYRIGHT for details.
 * This is not free software.  See the file SHAREWARE for details.
 * There is no warranty for this software.  See NO_WARRANTY for details.
 */

#ifndef _XmtHelpBox_h
#define _XmtHelpBox_h    

externalref WidgetClass xmtHelpBoxWidgetClass;
typedef struct _XmtHelpBoxClassRec *XmtHelpBoxWidgetClass;
typedef struct _XmtHelpBoxRec *XmtHelpBoxWidget;

externalref _Xconst char XmtHelpBoxStrings[];
#ifndef XmtNhelpBackground
#define XmtNhelpBackground ((char*)&XmtHelpBoxStrings[0])
#endif
#ifndef XmtNhelpFontList
#define XmtNhelpFontList ((char*)&XmtHelpBoxStrings[15])
#endif
#ifndef XmtNhelpForeground
#define XmtNhelpForeground ((char*)&XmtHelpBoxStrings[28])
#endif
#ifndef XmtNhelpNode
#define XmtNhelpNode ((char*)&XmtHelpBoxStrings[43])
#endif
#ifndef XmtNhelpPixmap
#define XmtNhelpPixmap ((char*)&XmtHelpBoxStrings[52])
#endif
#ifndef XmtNhelpText
#define XmtNhelpText ((char*)&XmtHelpBoxStrings[63])
#endif
#ifndef XmtNhelpTitle
#define XmtNhelpTitle ((char*)&XmtHelpBoxStrings[72])
#endif
#ifndef XmtNtitleFontList
#define XmtNtitleFontList ((char*)&XmtHelpBoxStrings[82])
#endif
#ifndef XmtNtitleForeground
#define XmtNtitleForeground ((char*)&XmtHelpBoxStrings[96])
#endif
#ifndef XmtNvisibleLines
#define XmtNvisibleLines ((char*)&XmtHelpBoxStrings[112])
#endif
#ifndef XmtCHelpNode
#define XmtCHelpNode ((char*)&XmtHelpBoxStrings[125])
#endif
#ifndef XmtCHelpPixmap
#define XmtCHelpPixmap ((char*)&XmtHelpBoxStrings[134])
#endif
#ifndef XmtCHelpText
#define XmtCHelpText ((char*)&XmtHelpBoxStrings[145])
#endif
#ifndef XmtCHelpTitle
#define XmtCHelpTitle ((char*)&XmtHelpBoxStrings[154])
#endif
#ifndef XmtCVisibleLines
#define XmtCVisibleLines ((char*)&XmtHelpBoxStrings[164])
#endif

#define XmtHELP_BOX_PIXMAP_NAME  "_xmt_help"

_XFUNCPROTOBEGIN
#if NeedFunctionPrototypes
extern Widget XmtCreateHelpBox(Widget, String, ArgList, Cardinal);
extern Widget XmtCreateHelpDialog(Widget, String, ArgList, Cardinal);
#else
extern Widget XmtCreateHelpBox();
extern Widget XmtCreateHelpDialog();
#endif
_XFUNCPROTOEND
    
#endif /* _XmtHelpBox_h */
