1 /*****************************************************************************
2   FILE           : $Source: /projects/higgs1/SNNS/CVS/SNNS/xgui/sources/ui_layer.h,v $
3   SHORTNAME      : layer.h
4   SNNS VERSION   : 4.2
5 
6   PURPOSE        : Header file of correspondent '.c' file
7   NOTES          :
8 
9   AUTHOR         : Tilman Sommer
10   DATE           : 31.8.1990
11 
12   CHANGED BY     :
13   RCS VERSION    : $Revision: 2.6 $
14   LAST CHANGE    : $Date: 1998/02/25 15:22:07 $
15 
16     Copyright (c) 1990-1995  SNNS Group, IPVR, Univ. Stuttgart, FRG
17     Copyright (c) 1996-1998  SNNS Group, WSI, Univ. Tuebingen, FRG
18 
19 ******************************************************************************/
20 
21 
22 #ifndef _UI_LAYER_DEFINED_
23 #define _UI_LAYER_DEFINED_
24 
25 
26 
27 
28 extern void   ui_xCreateLayerPanel(Widget parent);
29 
30 
31 /* widgets of input fields and buttons */
32 extern Widget    ui_layerNameWidgets[];
33 extern Widget    ui_layerButtonWidgets[];
34 /* the value indicating the initial state of the buttons */
35 extern unsigned short ui_layerStartValue;
36 
37 
38 #endif /* _UI_LAYER_DEFINED_ */
39 
40 
41 /* end of file */
42 /* lines: 40 */
43 
44