|
||||
File indexing completed on 2025-01-18 10:14:24
0001 /* 0002 * Copyright 1991 by OMRON Corporation 0003 * 0004 * Permission to use, copy, modify, distribute, and sell this software and its 0005 * documentation for any purpose is hereby granted without fee, provided that 0006 * the above copyright notice appear in all copies and that both that 0007 * copyright notice and this permission notice appear in supporting 0008 * documentation, and that the name OMRON is not be used in 0009 * advertising or publicity pertaining to distribution of the software without 0010 * specific, written prior permission. OMRON makes no representations 0011 * about the suitability of this software for any purpose. It is provided 0012 * "as is" without express or implied warranty. 0013 * 0014 * OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 0015 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 0016 * EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 0017 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 0018 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 0019 * TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 0020 * PERFORMANCE OF THIS SOFTWARE. 0021 * 0022 * Author: Li Yuhong OMRON Corporation 0023 */ 0024 0025 /*********************************************************** 0026 0027 Copyright 1987, 1988, 1994, 1998 The Open Group 0028 0029 Permission to use, copy, modify, distribute, and sell this software and its 0030 documentation for any purpose is hereby granted without fee, provided that 0031 the above copyright notice appear in all copies and that both that 0032 copyright notice and this permission notice appear in supporting 0033 documentation. 0034 0035 The above copyright notice and this permission notice shall be included in 0036 all copies or substantial portions of the Software. 0037 0038 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 0039 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 0040 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 0041 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 0042 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 0043 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 0044 0045 Except as contained in this notice, the name of The Open Group shall not be 0046 used in advertising or otherwise to promote the sale, use or other dealings 0047 in this Software without prior written authorization from The Open Group. 0048 0049 0050 Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. 0051 0052 All Rights Reserved 0053 0054 Permission to use, copy, modify, and distribute this software and its 0055 documentation for any purpose and without fee is hereby granted, 0056 provided that the above copyright notice appear in all copies and that 0057 both that copyright notice and this permission notice appear in 0058 supporting documentation, and that the name of Digital not be 0059 used in advertising or publicity pertaining to distribution of the 0060 software without specific, written prior permission. 0061 0062 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 0063 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 0064 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 0065 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 0066 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 0067 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 0068 SOFTWARE. 0069 0070 ******************************************************************/ 0071 0072 #ifndef _XawMultiSink_h 0073 #define _XawMultiSink_h 0074 0075 /* 0076 * MultiSink Object 0077 */ 0078 0079 #include <X11/Xaw/TextSink.h> 0080 0081 /* Resources: 0082 0083 Name Class RepType Default Value 0084 ---- ----- ------- ------------- 0085 echo Output Boolean True 0086 displayNonprinting Output Boolean True 0087 fontSet FontSet XFontSet XtDefaultFontSet 0088 0089 */ 0090 0091 #define XtCOutput "Output" 0092 0093 #define XtNdisplayNonprinting "displayNonprinting" 0094 #define XtNecho "echo" 0095 0096 #ifndef XtNfontSet /*Sheeran, Omron KK, 93/03/04*/ 0097 #define XtNfontSet "fontSet" 0098 #endif 0099 0100 #ifndef XtCFontSet /*Sheeran, Omron KK, 93/03/04*/ 0101 #define XtCFontSet "FontSet" 0102 #endif 0103 0104 /* Class record constants */ 0105 extern WidgetClass multiSinkObjectClass; 0106 0107 typedef struct _MultiSinkClassRec *MultiSinkObjectClass; 0108 typedef struct _MultiSinkRec *MultiSinkObject; 0109 0110 #endif /* _XawMultiSink_h */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |