|
|
1.1 ! root 1: /* ! 2: * $Header: VPane.h,v 1.4 87/09/13 03:11:39 newman Exp $ ! 3: */ ! 4: ! 5: /* ! 6: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ! 7: * ! 8: * All Rights Reserved ! 9: * ! 10: * Permission to use, copy, modify, and distribute this software and its ! 11: * documentation for any purpose and without fee is hereby granted, ! 12: * provided that the above copyright notice appear in all copies and that ! 13: * both that copyright notice and this permission notice appear in ! 14: * supporting documentation, and that the name of Digital Equipment ! 15: * Corporation not be used in advertising or publicity pertaining to ! 16: * distribution of the software without specific, written prior permission. ! 17: * ! 18: * ! 19: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! 20: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ! 21: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ! 22: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ! 23: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ! 24: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ! 25: * SOFTWARE. ! 26: */ ! 27: #ifndef _XtVPane_h ! 28: #define _XtVPane_h ! 29: ! 30: /**************************************************************** ! 31: * ! 32: * Vertical Pane Widget (SubClass of CompositeClass) ! 33: * ! 34: ****************************************************************/ ! 35: ! 36: /* New Fields */ ! 37: #define XtNforeground "foreground" ! 38: #define XtNknobWidth "knobWidth" ! 39: #define XtNknobHeight "knobHeight" ! 40: #define XtNknobIndent "knobIndent" ! 41: #define XtNknobPixel "knobPixel" ! 42: #define XtNrefigureMode "refigureMode" ! 43: #define XtNposition "position" ! 44: #define XtNmin "min" ! 45: #define XtNmax "max" ! 46: #define XtNallowResize "allowResize" ! 47: #define XtNautoChange "autoChange" ! 48: ! 49: #define XtCKnobWidth "KnobWidth" ! 50: #define XtCKnobHeight "KnobHeight" ! 51: #define XtCKnobIndent "KnobIndent" ! 52: #define XtCKnobPixel "KnobPixel" ! 53: #define XtCRefigureMode "RefigureMode" ! 54: #define XtCPosition "Position" ! 55: #define XtCMin "Min" ! 56: #define XtCMax "Max" ! 57: #define XtCAllowResize "AllowResize" ! 58: #define XtCAutoChange "AutoChange" ! 59: ! 60: /* Class record constant */ ! 61: ! 62: extern WidgetClass vPaneWidgetClass; ! 63: ! 64: typedef struct _VPaneRec *VPaneWidget; ! 65: ! 66: #endif _XtVPane_h ! 67: /* 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.