|
|
1.1 ! root 1: /* $Header: Xtlib.h,v 1.1 87/09/11 07:59:54 toddb Exp $ */ ! 2: /* ! 3: * sccsid: %W% %G% ! 4: */ ! 5: ! 6: /* ! 7: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ! 8: * ! 9: * All Rights Reserved ! 10: * ! 11: * Permission to use, copy, modify, and distribute this software and its ! 12: * documentation for any purpose and without fee is hereby granted, ! 13: * provided that the above copyright notice appear in all copies and that ! 14: * both that copyright notice and this permission notice appear in ! 15: * supporting documentation, and that the name of Digital Equipment ! 16: * Corporation not be used in advertising or publicity pertaining to ! 17: * distribution of the software without specific, written prior permission. ! 18: * ! 19: * ! 20: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! 21: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ! 22: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ! 23: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ! 24: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ! 25: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ! 26: * SOFTWARE. ! 27: */ ! 28: ! 29: /*********************************************************************** ! 30: * ! 31: * X Toolkit Header File ! 32: * ! 33: ***********************************************************************/ ! 34: ! 35: /* ! 36: * ! 37: * This header file includes the X Toolkit header files for the toolkit ! 38: * intrinsics and all of the base widgets. If your application will not ! 39: * be using all of the widgets, your code will compile MUCH faster if ! 40: * you only include the headers applicable to the widgets you need. ! 41: * ! 42: */ ! 43: ! 44: #ifndef _Xtlib_h ! 45: #define _Xtlib_h ! 46: ! 47: #include <X11/Intrinsic.h> ! 48: #include <X11/Atoms.h> ! 49: #include <X11/Boolean.h> ! 50: #include <X11/ButtonBox.h> ! 51: #include <X11/Command.h> ! 52: #include <X11/Dialog.h> ! 53: #include <X11/Form.h> ! 54: #include <X11/Label.h> ! 55: #include <X11/Menu.h> ! 56: #include <X11/Scroll.h> ! 57: #include <X11/Text.h> ! 58: #include <X11/VPane.h> ! 59: ! 60: #endif _Xtlib_h ! 61: /* DON'T ADD STUFF AFTER THIS #endif */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.