rebuild geeqie
[oi-userland.git] / components / x11 / libXaw4 / src / Xaw3_1Logo.h
blob029b652d3a68d9749b8a2551637b11c8905084ed
1 /*
2 * $XConsortium: Logo.h,v 1.9 89/05/11 01:05:50 kit Exp $
3 */
5 /*
6 Copyright 1988 by the Massachusetts Institute of Technology
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.
21 #ifndef _XawLogo_h
22 #define _XawLogo_h
24 /* Parameters:
26 Name Class RepType Default Value
27 ---- ----- ------- -------------
28 background Background Pixel White
29 border BorderColor Pixel XtDefaultForeground
30 borderWidth BorderWidth Dimension 1
31 destroyCallback Callback Pointer NULL
32 foreground Foreground Pixel Black
33 height Height Dimension 100
34 mappedWhenManaged MappedWhenManaged Boolean True
35 reverseVideo ReverseVideo Boolean False
36 width Width Dimension 100
37 x Position Position 0
38 y Position Position 0
42 typedef struct _LogoRec *LogoWidget;
43 typedef struct _LogoClassRec *LogoWidgetClass;
45 extern WidgetClass logoWidgetClass;
47 #endif /* _XawLogo_h */