Annotation of researchv9/X11/src/X.V11R1/lib/Xtk/TopLevel.h, revision 1.1.1.1

1.1       root        1: /*
                      2: * $Header: TopLevel.h,v 1.5 87/09/11 21:25:01 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: #ifndef _XtTopLevel_h
                     28: #define _XtTopLevel_h
                     29: 
                     30: /***********************************************************************
                     31:  *
                     32:  * TopLevel Widget
                     33:  *
                     34:  ***********************************************************************/
                     35: /*
                     36:  * TopLevel specific atoms
                     37:  */
                     38: #define XtNiconName    "iconName"
                     39: #define XtCIconName    "IconName"
                     40: #define XtNiconPixmap  "iconPixmap"
                     41: #define XtCIconPixmap  "IconPixmap"
                     42: #define XtNiconWindow  "iconWindow"
                     43: #define XtCIconWindow  "IconWindow"
                     44: #define XtNallowtopresize      "allowTopResizeRequest"
                     45: #define XtCAllowtopresize      "AllowTopResizeRequest"
                     46: #define XtNtitle       "title"
                     47: #define XtCTitle       "Title"
                     48: 
                     49: /* 
                     50:  * The following are only used at creation and can not be changed via 
                     51:  * SetValues.
                     52:  */
                     53: #define XtNinput       "input"
                     54: #define XtCInput       "Input"
                     55: #define XtNiconic      "iconic"
                     56: #define XtCIconic      "Iconic"
                     57: #define XtNinitial     "initialstate"
                     58: #define XtCInitial     "InitialState"
                     59: #define XtNgeometry    "geometry"
                     60: #define XtCGeometry    "Geometry"
                     61: 
                     62: /* Class record constants */
                     63: 
                     64: typedef struct _TopLevelClassRec *TopLevelWidgetClass;
                     65: 
                     66: extern WidgetClass topLevelWidgetClass;
                     67: 
                     68: #endif _XtTopLevel_h
                     69: /* DON'T ADD STUFF AFTER THIS #endif */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.