|
|
1.1 ! root 1: /* ! 2: * $Header: ButtonBoxP.h,v 1.2 87/09/11 21:18:41 haynes Rel $ ! 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: /* ! 28: * ButtonBoxPrivate.h - Private definitions for ButtonBox widget ! 29: * ! 30: * Author: Joel McCormack ! 31: * Digital Equipment Corporation ! 32: * Western Software Laboratory ! 33: * Date: Mon Aug 31 1987 ! 34: */ ! 35: ! 36: #ifndef _XtButtonBoxPrivate_h ! 37: #define _XtButtonBoxPrivate_h ! 38: ! 39: /*********************************************************************** ! 40: * ! 41: * ButtonBox Widget Private Data ! 42: * ! 43: ***********************************************************************/ ! 44: ! 45: /* New fields for the ButtonBox widget class record */ ! 46: typedef struct { ! 47: int mumble; /* No new procedures */ ! 48: } ButtonBoxClassPart; ! 49: ! 50: /* Full class record declaration */ ! 51: typedef struct _ButtonBoxClassRec { ! 52: CoreClassPart core_class; ! 53: CompositeClassPart composite_class; ! 54: ButtonBoxClassPart button_box_class; ! 55: } ButtonBoxClassRec; ! 56: ! 57: extern ButtonBoxClassRec buttonBoxClassRec; ! 58: ! 59: /* New fields for the ButtonBox widget record */ ! 60: typedef struct { ! 61: Dimension h_space, v_space; ! 62: } ButtonBoxPart; ! 63: ! 64: ! 65: /**************************************************************** ! 66: * ! 67: * Full instance record declaration ! 68: * ! 69: ****************************************************************/ ! 70: ! 71: typedef struct _ButtonBoxRec { ! 72: CorePart core; ! 73: CompositePart composite; ! 74: ButtonBoxPart button_box; ! 75: } ButtonBoxRec; ! 76: ! 77: /* $Log: ButtonBoxP.h,v $ ! 78: * Revision 1.2 87/09/11 21:18:41 haynes ! 79: * ship it. clean up copyright, add rcs headers. ! 80: * ! 81: * Revision 1.1 87/08/31 07:37:27 joel ! 82: * Initial revision ! 83: * ! 84: * */ ! 85: ! 86: ! 87: #endif _XtButtonBoxPrivate_h ! 88: /* DON'T ADD STUFF AFTER THIS #endif */ ! 89:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.