Annotation of researchv9/X11/src/X.V11R1/lib/oldXtk/ButtonBox.h, revision 1.1.1.1

1.1       root        1: /* $Header: ButtonBox.h,v 1.1 87/09/11 07:58:55 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 _XtButtonBox_h
                     30: #define _XtButtonBox_h
                     31: 
                     32: /***********************************************************************
                     33:  *
                     34:  * Button Box Widget
                     35:  *
                     36:  ***********************************************************************/
                     37: 
                     38: #define XtNwindow              "window"
                     39: #define XtNx                   "x"
                     40: #define XtNy                   "y"
                     41: #define XtNwidth               "width"
                     42: #define XtNheight              "height"
                     43: #define XtNborderWidth         "borderWidth"
                     44: #define XtNborder              "border"
                     45: #define XtNbackground          "background"
                     46: #define XtNhSpace              "hSpace"
                     47: #define XtNvSpace              "vSpace"
                     48: #define XtNindex               "index"
                     49: #define XtNbutton              "button"
                     50: #define XtNresizable           "resizable"
                     51: 
                     52: extern Window XtButtonBoxCreate(); /* parentWindow, args, argCount */
                     53:     /* Window   parentWindow;   */
                     54:     /* ArgList  args;        */
                     55:     /* int      argCount;       */
                     56: 
                     57: /*
                     58: 
                     59:  Parameters
                     60:  ==========
                     61: 
                     62:  Name          Class           RepType         Default Value
                     63:  ----          -----           -------         -------------
                     64:  window                Window          Window          NONE, required parameter
                     65:  index         Int             int             0
                     66: 
                     67: */
                     68: 
                     69: extern XtStatus XtButtonBoxAddButton(); /* dpy, parent, args, argCount */
                     70:     /* Display  *dpy; */
                     71:     /* Window   parent;     */
                     72:     /* ArgList  args;    */
                     73:     /* int      argCount;   */
                     74: 
                     75: /*
                     76: 
                     77:  Parameters
                     78:  ==========
                     79: 
                     80:  Name          Class           RepType         Default Value
                     81:  ----          -----           -------         -------------
                     82:  window                Window          Window          computed from index (*)
                     83:  index         Int             int             computed from window (*)
                     84: 
                     85: * - one of Window or Index is required.
                     86: 
                     87: */
                     88: 
                     89: extern XtStatus XtButtonBoxDeleteButton(); /* dpy, parent, args, argCount */
                     90:     /* Display *dpy */
                     91:     /* Window   parent;     */
                     92:     /* ArgList  args;    */
                     93:     /* int      argCount;   */
                     94: 
                     95: extern void XtButtonBoxGetValues (); /* dpy, window, args, argCount */
                     96:     /* Display *dpy; */
                     97:     /* Window window; */
                     98:     /* ArgList args; */
                     99:     /* int argCount; */
                    100: 
                    101: extern void XtButtonBoxSetValues (); /* dpy, window, args, argCount */
                    102:     /* Display *dpy; */
                    103:     /* Window window; */
                    104:     /* ArgList args; */
                    105:     /* int argCount; */
                    106: 
                    107: #endif _XtButtonBox_h
                    108: /* 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.