
#ifndef _Rolo_h
#define _Rolo_h

#include <X11/Xaw/Form.h>
#include <X11/Xaw/Reports.h>

/* Resources:

 Name		     Class		RepType		Default Value
 ----		     -----		-------		-------------
 background	     Background		Pixel		XtDefaultBackground
 border		     BorderColor	Pixel		XtDefaultForeground
 borderWidth	     BorderWidth	Dimension	1
 destroyCallback     Callback		Pointer		NULL
 height		     Height		Dimension	0
 mappedWhenManaged   MappedWhenManaged	Boolean		True
 sensitive	     Sensitive		Boolean		True
 useBottom	     Boolean		Boolean		False
 useRight	     Boolean		Boolean		False
 width		     Width		Dimension	0
 x		     Position		Position	0
 y		     Position		Position	0

*/

/* fields added to Form */
#define XtNuseBottom "useBottom"
#define XtNuseRight "useRight"

extern WidgetClass roloWidgetClass;

typedef struct _RoloClassRec *RoloWidgetClass;
typedef struct _RoloRec  *RoloWidget;

#ifdef __cplusplus
extern "C" {					/* for C++ V2.0 */
#endif

#ifdef __cplusplus
}						/* for C++ V2.0 */
#endif

#endif /* _Rolo_h */
