xref: /386bsd/usr/X386/include/X11/Xaw/Logo.h (revision a2142627)
1 /*
2 * $XConsortium: Logo.h,v 1.11 90/10/22 14:45:11 converse Exp $
3 */
4 
5 /*
6 Copyright 1988 by the Massachusetts Institute of Technology
7 
8 Permission to use, copy, modify, and distribute this
9 software and its documentation for any purpose and without
10 fee is hereby granted, provided that the above copyright
11 notice appear in all copies and that both that copyright
12 notice and this permission notice appear in supporting
13 documentation, and that the name of M.I.T. not be used in
14 advertising or publicity pertaining to distribution of the
15 software without specific, written prior permission.
16 M.I.T. makes no representations about the suitability of
17 this software for any purpose.  It is provided "as is"
18 without express or implied warranty.
19 */
20 
21 #ifndef _XawLogo_h
22 #define _XawLogo_h
23 
24 /* Parameters:
25 
26  Name		     Class		RepType		Default Value
27  ----		     -----		-------		-------------
28  background	     Background		Pixel		XtDefaultBackground
29  border		     BorderColor	Pixel		XtDefaultForeground
30  borderWidth	     BorderWidth	Dimension	1
31  destroyCallback     Callback		Pointer		NULL
32  foreground	     Foreground		Pixel		XtDefaultForeground
33  height		     Height		Dimension	100
34  mappedWhenManaged   MappedWhenManaged	Boolean		True
35  shapeWindow	     ShapeWindow	Boolean		False
36  width		     Width		Dimension	100
37  x		     Position		Position	0
38  y		     Position		Position	0
39 
40 */
41 
42 #define XtNshapeWindow "shapeWindow"
43 #define XtCShapeWindow "ShapeWindow"
44 
45 typedef struct _LogoRec *LogoWidget;
46 typedef struct _LogoClassRec *LogoWidgetClass;
47 
48 extern WidgetClass logoWidgetClass;
49 
50 #endif /* _XawLogo_h */
51