Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtstyle / MainWin.h
1 /* $XConsortium: MainWin.h /main/4 1995/10/30 13:11:00 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        MainWin.h
6  **
7  **   Project:     DT 3.0
8  **
9  **  This file contains function definitions for the corresponding .c
10  **  file
11  **
12  **
13  **  (c) Copyright Hewlett-Packard Company, 1990.  
14  **
15  **
16  **
17  ****************************************************************************
18  ************************************<+>*************************************/
19 #ifndef _mainwin_h
20 #define _mainwin_h
21
22 /* external variable definitions */
23
24 extern char * _dt_version;
25
26 /* External Interface */
27
28
29 extern void init_mainWindow( Widget shell) ;
30 extern void callCancels( void ) ;
31 extern void activateCB_exitBtn( 
32                         Widget w,
33                         XtPointer client_data,
34                         XtPointer call_data) ;
35 extern void restoreMain( Widget shell, XrmDatabase db) ;
36 extern void saveMain( int fd) ;
37
38
39 #endif /* _mainwin_h */
40 /* DON'T ADD ANYTHING AFTER THIS #endif */