NEURON
_names.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 1987, 1988, 1989, 1990, 1991 Stanford University
3  * Copyright (c) 1991 Silicon Graphics, Inc.
4  *
5  * Permission to use, copy, modify, distribute, and sell this software and
6  * its documentation for any purpose is hereby granted without fee, provided
7  * that (i) the above copyright notices and this permission notice appear in
8  * all copies of the software and related documentation, and (ii) the names of
9  * Stanford and Silicon Graphics may not be used in any advertising or
10  * publicity relating to the software without the specific, prior written
11  * permission of Stanford and Silicon Graphics.
12  *
13  * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
14  * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
15  * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
16  *
17  * IN NO EVENT SHALL STANFORD OR SILICON GRAPHICS BE LIABLE FOR
18  * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
19  * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20  * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
21  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
22  * OF THIS SOFTWARE.
23  */
24 
25 /*
26  * Use current by default for ambiguous names.
27  */
28 
29 #undef Adjuster
30 #undef Border
31 #undef Box
32 #undef Button
33 #undef PushButton
34 #undef RadioButton
35 #undef Center
36 #undef Coord
37 #undef Deck
38 #undef Dialog
39 #undef FileBrowser
40 #undef FileChooser
41 #undef Glue
42 #undef HGlue
43 #undef VGlue
44 #undef Menu
45 #undef MenuBar
46 #undef MenuItem
47 #undef Mover
48 #undef UpMover
49 #undef DownMover
50 #undef LeftMover
51 #undef RightMover
52 #undef Panner
53 #undef Scroller
54 #undef HScroller
55 #undef VScroller
56 #undef ScrollBar
57 #undef HScrollBar
58 #undef VScrollBar
59 #undef Slider
60 
61 #define Adjuster _lib_iv(Adjuster)
62 #define Border _lib_iv(Border)
63 #define Box _lib_iv(Box)
64 #define Button _lib_iv(Button)
65 #define PushButton _lib_iv(PushButton)
66 #define RadioButton _lib_iv(RadioButton)
67 #define Center _lib_iv(Center)
68 #define Coord _lib_iv(Coord)
69 #define Deck _lib_iv(Deck)
70 #define Dialog _lib_iv(Dialog)
71 #define FileBrowser _lib_iv(FileBrowser)
72 #define FileChooser _lib_iv(FileChooser)
73 #define Glue _lib_iv(Glue)
74 #define HGlue _lib_iv(HGlue)
75 #define VGlue _lib_iv(VGlue)
76 #define Menu _lib_iv(Menu)
77 #define MenuBar _lib_iv(MenuBar)
78 #define MenuItem _lib_iv(MenuItem)
79 #define Mover _lib_iv(Mover)
80 #define UpMover _lib_iv(UpMover)
81 #define DownMover _lib_iv(DownMover)
82 #define LeftMover _lib_iv(LeftMover)
83 #define RightMover _lib_iv(RightMover)
84 #define Panner _lib_iv(Panner)
85 #define Scroller _lib_iv(Scroller)
86 #define HScroller _lib_iv(HScroller)
87 #define VScroller _lib_iv(VScroller)
88 #define ScrollBar _lib_iv(ScrollBar)
89 #define HScrollBar _lib_iv(HScrollBar)
90 #define VScrollBar _lib_iv(VScrollBar)
91 #define Slider _lib_iv(Slider)