13da7aff1Smrg/*
23da7aff1Smrg
33da7aff1SmrgCopyright 1988, 1990, 1998  The Open Group
43da7aff1Smrg
53da7aff1SmrgPermission to use, copy, modify, distribute, and sell this software and its
63da7aff1Smrgdocumentation for any purpose is hereby granted without fee, provided that
73da7aff1Smrgthe above copyright notice appear in all copies and that both that
83da7aff1Smrgcopyright notice and this permission notice appear in supporting
93da7aff1Smrgdocumentation.
103da7aff1Smrg
113da7aff1SmrgThe above copyright notice and this permission notice shall be included
123da7aff1Smrgin all copies or substantial portions of the Software.
133da7aff1Smrg
143da7aff1SmrgTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
153da7aff1SmrgOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
163da7aff1SmrgMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
173da7aff1SmrgIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
183da7aff1SmrgOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
193da7aff1SmrgARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
203da7aff1SmrgOTHER DEALINGS IN THE SOFTWARE.
213da7aff1Smrg
223da7aff1SmrgExcept as contained in this notice, the name of The Open Group shall
233da7aff1Smrgnot be used in advertising or otherwise to promote the sale, use or
243da7aff1Smrgother dealings in this Software without prior written authorization
253da7aff1Smrgfrom The Open Group.
263da7aff1Smrg
273da7aff1Smrg*/
283da7aff1Smrg
293da7aff1Smrg#ifndef _XawLogo_h
303da7aff1Smrg#define _XawLogo_h
313da7aff1Smrg
323da7aff1Smrg/* Parameters:
333da7aff1Smrg
343da7aff1Smrg Name		     Class		RepType		Default Value
353da7aff1Smrg ----		     -----		-------		-------------
363da7aff1Smrg background	     Background		Pixel		XtDefaultBackground
373da7aff1Smrg border		     BorderColor	Pixel		XtDefaultForeground
383da7aff1Smrg borderWidth	     BorderWidth	Dimension	1
393da7aff1Smrg destroyCallback     Callback		Pointer		NULL
403da7aff1Smrg foreground	     Foreground		Pixel		XtDefaultForeground
413da7aff1Smrg height		     Height		Dimension	100
423da7aff1Smrg mappedWhenManaged   MappedWhenManaged	Boolean		True
433da7aff1Smrg shapeWindow	     ShapeWindow	Boolean		False
443da7aff1Smrg width		     Width		Dimension	100
453da7aff1Smrg x		     Position		Position	0
463da7aff1Smrg y		     Position		Position	0
473da7aff1Smrg
483da7aff1Smrg*/
493da7aff1Smrg
503da7aff1Smrg#define XtNshapeWindow "shapeWindow"
513da7aff1Smrg#define XtCShapeWindow "ShapeWindow"
523da7aff1Smrg
533da7aff1Smrg#define XtNrender "render"
543da7aff1Smrg#define XtCRender "Render"
553da7aff1Smrg
563da7aff1Smrg#define XtRXftColor "XftColor"
573da7aff1Smrg
583da7aff1Smrg#define XtNsharp "sharp"
593da7aff1Smrg#define XtCSharp "Sharp"
603da7aff1Smrg
613da7aff1Smrgtypedef struct _LogoRec *LogoWidget;
623da7aff1Smrgtypedef struct _LogoClassRec *LogoWidgetClass;
633da7aff1Smrg
643da7aff1Smrgextern WidgetClass logoWidgetClass;
653da7aff1Smrg
663da7aff1Smrg#endif /* _XawLogo_h */
67