Sme.h revision 749
262N/A/*
262N/A * $XConsortium: Sme.h,v 1.6 94/04/17 20:12:48 kaleb Exp $
262N/A *
262N/ACopyright (c) 1989, 1994 X Consortium
262N/A
262N/APermission is hereby granted, free of charge, to any person obtaining a copy
262N/Aof this software and associated documentation files (the "Software"), to deal
262N/Ain the Software without restriction, including without limitation the rights
262N/Ato use, copy, modify, merge, publish, distribute, sublicense, and/or sell
262N/Acopies of the Software, and to permit persons to whom the Software is
262N/Afurnished to do so, subject to the following conditions:
262N/A
262N/AThe above copyright notice and this permission notice shall be included in
262N/Aall copies or substantial portions of the Software.
262N/A
262N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
262N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
262N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
262N/AX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
262N/AAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
262N/ACONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
262N/A
262N/AExcept as contained in this notice, the name of the X Consortium shall not be
262N/Aused in advertising or otherwise to promote the sale, use or other dealings
262N/Ain this Software without prior written authorization from the X Consortium.
262N/A */
262N/A
262N/A/*
262N/A * Sme.h - Public Header file for Sme object.
262N/A *
262N/A * This is the public header file for the Athena Sme object.
262N/A * It is intended to be used with the simple menu widget.
262N/A *
262N/A * Date: April 3, 1989
262N/A *
262N/A * By: Chris D. Peterson
262N/A * MIT X Consortium
262N/A * kit@expo.lcs.mit.edu
262N/A */
262N/A
262N/A#ifndef _Sme_h
262N/A#define _Sme_h
262N/A
262N/A#include <X11/RectObj.h>
262N/A
262N/A/****************************************************************
262N/A *
262N/A * Sme Object
262N/A *
262N/A ****************************************************************/
/* Simple Menu Entry Resources:
Name Class RepType Default Value
---- ----- ------- -------------
callback Callback Pointer NULL
destroyCallback Callback Pointer NULL
height Height Dimension 0
sensitive Sensitive Boolean True
width Width Dimension 0
x Position Position 0n
y Position Position 0
*/
#ifndef XtCInternational
#define XtCInternational "International"
#endif
#ifndef XtNinternational
#define XtNinternational "international"
#endif
typedef struct _SmeClassRec* SmeObjectClass;
typedef struct _SmeRec* SmeObject;
extern WidgetClass smeObjectClass;
#endif /* _Sme_h */