|
|
1.1 ! root 1: /* $Header: Clock.h,v 1.1 87/09/11 07:59:04 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 _XtClock_h ! 30: #define _XtClock_h ! 31: ! 32: /*********************************************************************** ! 33: * ! 34: * Clock Widget ! 35: * ! 36: ***********************************************************************/ ! 37: ! 38: #define XtNwindow "window" ! 39: #define XtNborderWidth "borderWidth" ! 40: #define XtNjustify "justify" ! 41: #define XtNclock "clock" ! 42: #define XtNborder "border" ! 43: #define XtNforeground "foreground" ! 44: #define XtNbackground "background" ! 45: #define XtNfont "font" ! 46: #define XtNwidth "width" ! 47: #define XtNheight "height" ! 48: #define XtNupdate "update" ! 49: #define XtNhand "hands" ! 50: #define XtNhigh "highlight" ! 51: #define XtNanalog "analog" ! 52: #define XtNchime "chime" ! 53: #define XtNpadding "padding" ! 54: #define XtNactive "active" ! 55: ! 56: /* classes */ ! 57: #define XtCAnalog "Analog" ! 58: #define XtCChime "Chime" ! 59: #define XtCPadding "Padding" ! 60: #define XtCActive "Active" ! 61: ! 62: ! 63: ! 64: extern Window XtCreateClock(); /* dpy, parent, args, argCount */ ! 65: /* Display *dpy; */ ! 66: /* Window parent; */ ! 67: /* ArgList args; */ ! 68: /* int argCount; */ ! 69: ! 70: extern void XtClockSetValues(); /* dpy, window, args, argCount */ ! 71: /* Display *dpy; */ ! 72: /* Window window; */ ! 73: /* ArgList args; */ ! 74: /* int argCount; */ ! 75: ! 76: extern void XtClockGetValues(); /* dpy, window, args, argCount */ ! 77: /* Display *dpy; */ ! 78: /* Window window; */ ! 79: /* ArgList args; */ ! 80: /* int argCount; */ ! 81: ! 82: #endif _XtClock_h ! 83: /* 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.