749N/A/*
749N/A * $XConsortium: Mailbox.h,v 1.19 89/07/21 01:55:46 kit Exp $
749N/A *
749N/A * Copyright 1988 Massachusetts Institute of Technology
749N/A *
749N/A * Permission to use, copy, modify, and distribute this software and its
749N/A * documentation for any purpose and without fee is hereby granted, provided
749N/A * that the above copyright notice appear in all copies and that both that
749N/A * copyright notice and this permission notice appear in supporting
749N/A * documentation, and that the name of M.I.T. not be used in advertising or
749N/A * publicity pertaining to distribution of the software without specific,
749N/A * written prior permission. M.I.T. makes no representations about the
749N/A * suitability of this software for any purpose. It is provided "as is"
749N/A * without express or implied warranty.
749N/A *
749N/A * Author: Jim Fulton, MIT X Consortium
749N/A */
749N/A
749N/A#ifndef _XawMailbox_h
749N/A#define _XawMailbox_h
749N/A
749N/A/*
749N/A * Mailbox widget; looks a lot like the clock widget, don't it...
749N/A */
749N/A
749N/A/* resource names used by mailbox widget that aren't defined in StringDefs.h */
749N/A
749N/A#define XtNupdate "update"
749N/A
749N/A/* command to exec */
749N/A#define XtNcheckCommand "checkCommand"
749N/A#define XtNonceOnly "onceOnly"
749N/A
749N/A/* Int: volume for bell */
749N/A#define XtNvolume "volume"
749N/A#define XtNfullPixmap "fullPixmap"
749N/A#define XtNfullPixmapMask "fullPixmapMask"
749N/A#define XtNemptyPixmap "emptyPixmap"
749N/A#define XtNemptyPixmapMask "emptyPixmapMask"
749N/A#define XtNflip "flip"
749N/A#define XtNshapeWindow "shapeWindow"
749N/A
749N/A#define XtCCheckCommand "CheckCommand"
749N/A#define XtCVolume "Volume"
749N/A#define XtCPixmapMask "PixmapMask"
749N/A#define XtCFlip "Flip"
749N/A#define XtCShapeWindow "ShapeWindow"
749N/A
749N/A
749N/A/* structures */
749N/A
749N/Atypedef struct _MailboxRec *MailboxWidget; /* see MailboxP.h */
749N/Atypedef struct _MailboxClassRec *MailboxWidgetClass; /* see MailboxP.h */
749N/A
749N/A
749N/Aextern WidgetClass mailboxWidgetClass;
749N/A
749N/A#endif /* _XawMailbox_h */
749N/A/* DON'T ADD STUFF AFTER THIS #endif */