|
|
1.1 root 1: /* $Header: Load.h,v 1.1 87/09/11 08:00:10 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: #ifndef _XtLoad_h
30: #define _XtLoad_h
31:
32: /***********************************************************************
33: *
34: * Load Widget
35: *
36: ***********************************************************************/
37:
38: #define XtNwindow "window"
39: #define XtNborderWidth "borderWidth"
40: #define XtNjustify "justify"
41: #define XtNLoad "Load"
42: #define XtNborder "border"
43: #define XtNforeground "foreground"
44: #define XtNbackground "background"
45: #define XtNfont "font"
46: #define XtNinternalWidth "internalWidth"
47: #define XtNinternalHeight "internalHeight"
48: #define XtNwidth "width"
49: #define XtNheight "height"
50: #define XtNupdate "update"
51: #define XtNscale "scale"
52: #define XtNvmunix "vmunix"
53: #define XtNminScale "minScale"
54:
55: #define XtCScale "Scale"
56:
57: extern Window XtLoadCreate(); /* dpy, parent, args, argCount */
58: /* Display *dpy; */
59: /* Window parent; */
60: /* ArgList args; */
61: /* int argCount; */
62:
63: extern void XtLoadSetValues(); /* dpy, window, args, argCount */
64: /* Display *dpy; */
65: /* Window window; */
66: /* ArgList args; */
67: /* int argCount; */
68:
69: extern void XtLoadGetValues(); /* dpy, window, args, argCount */
70: /* Display *dpy; */
71: /* Window window; */
72: /* ArgList args; */
73: /* int argCount; */
74:
75: #endif _XtLoad_h
76: /* 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.