MultiSink.h

Go to the documentation of this file.
00001 /* $XConsortium: MultiSink.h,v 1.2 94/04/17 20:12:23 kaleb Exp $ */
00002 
00003 /*
00004  * Copyright 1991 by OMRON Corporation
00005  *
00006  * Permission to use, copy, modify, distribute, and sell this software and its
00007  * documentation for any purpose is hereby granted without fee, provided that
00008  * the above copyright notice appear in all copies and that both that
00009  * copyright notice and this permission notice appear in supporting
00010  * documentation, and that the name OMRON is not be used in
00011  * advertising or publicity pertaining to distribution of the software without
00012  * specific, written prior permission.  OMRON makes no representations
00013  * about the suitability of this software for any purpose.  It is provided
00014  * "as is" without express or implied warranty.
00015  *
00016  * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
00017  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
00018  * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
00019  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
00020  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
00021  * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
00022  * PERFORMANCE OF THIS SOFTWARE.
00023  *
00024  *      Author: Li Yuhong        OMRON Corporation
00025  */
00026 
00027 /***********************************************************
00028 
00029 Copyright (c) 1987, 1988, 1994  X Consortium
00030 
00031 Permission is hereby granted, free of charge, to any person obtaining a copy
00032 of this software and associated documentation files (the "Software"), to deal
00033 in the Software without restriction, including without limitation the rights
00034 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
00035 copies of the Software, and to permit persons to whom the Software is
00036 furnished to do so, subject to the following conditions:
00037 
00038 The above copyright notice and this permission notice shall be included in
00039 all copies or substantial portions of the Software.
00040 
00041 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00042 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00043 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00044 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00045 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00046 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00047 
00048 Except as contained in this notice, the name of the X Consortium shall not be
00049 used in advertising or otherwise to promote the sale, use or other dealings
00050 in this Software without prior written authorization from the X Consortium.
00051 
00052 
00053 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
00054 
00055                         All Rights Reserved
00056 
00057 Permission to use, copy, modify, and distribute this software and its 
00058 documentation for any purpose and without fee is hereby granted, 
00059 provided that the above copyright notice appear in all copies and that
00060 both that copyright notice and this permission notice appear in 
00061 supporting documentation, and that the name of Digital not be
00062 used in advertising or publicity pertaining to distribution of the
00063 software without specific, written prior permission.  
00064 
00065 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
00066 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
00067 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
00068 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
00069 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
00070 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
00071 SOFTWARE.
00072 
00073 ******************************************************************/
00074 
00075 #ifndef _XawMultiSink_h
00076 #define _XawMultiSink_h
00077 
00078 /***********************************************************************
00079  *
00080  * MultiSink Object
00081  *
00082  ***********************************************************************/
00083 
00084 #include <X11/Xaw3d/TextSink.h>
00085 
00086 /* Resources:
00087 
00088  Name                Class              RepType         Default Value
00089  ----                -----              -------         -------------
00090  echo                Output             Boolean         True
00091  displayNonprinting  Output             Boolean         True
00092  fontSet             FontSet            XFontSet        XtDefaultFontSet
00093 
00094 */
00095 
00096 #define XtCOutput "Output"
00097 
00098 #define XtNdisplayNonprinting "displayNonprinting"
00099 #define XtNecho "echo"
00100 
00101 #ifndef XtNfontSet              /*Sheeran, Omron KK, 93/03/04*/
00102 #define XtNfontSet              "fontSet"
00103 #endif
00104 
00105 #ifndef XtCFontSet              /*Sheeran, Omron KK, 93/03/04*/
00106 #define XtCFontSet              "FontSet"
00107 #endif
00108 
00109 /* Class record constants */
00110 
00111 extern WidgetClass multiSinkObjectClass;
00112 
00113 typedef struct _MultiSinkClassRec *MultiSinkObjectClass;
00114 typedef struct _MultiSinkRec      *MultiSinkObject;
00115 
00116 
00117 #endif /* _XawMultiSrc_h */
00118 /* DON'T ADD STUFF AFTER THIS #endif */

Generated on Sun Mar 4 15:03:55 2007 for Scilab [trunk] by  doxygen 1.5.1