1 |
dashley |
25 |
/* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tk_base/default.h,v 1.1.1.1 2001/06/13 04:52:35 dtashley Exp $ */
|
2 |
|
|
|
3 |
|
|
/* IJS_SM_FILE_PUBLIC */
|
4 |
|
|
|
5 |
|
|
/*
|
6 |
|
|
* default.h --
|
7 |
|
|
*
|
8 |
|
|
* This file defines the defaults for all options for all of
|
9 |
|
|
* the Tk widgets.
|
10 |
|
|
*
|
11 |
|
|
* Copyright (c) 1991-1994 The Regents of the University of California.
|
12 |
|
|
* Copyright (c) 1994 Sun Microsystems, Inc.
|
13 |
|
|
*
|
14 |
|
|
* See the file "license.terms" for information on usage and redistribution
|
15 |
|
|
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
16 |
|
|
*
|
17 |
|
|
* RCS: @(#) $Id: default.h,v 1.1.1.1 2001/06/13 04:52:35 dtashley Exp $
|
18 |
|
|
*/
|
19 |
|
|
|
20 |
|
|
#ifndef MODULE_TK_VCAUX
|
21 |
|
|
|
22 |
|
|
#ifndef _DEFAULT
|
23 |
|
|
#define _DEFAULT
|
24 |
|
|
|
25 |
|
|
#if defined(__WIN32__) || defined(_WIN32)
|
26 |
|
|
# include "tkWinDefault.h"
|
27 |
|
|
#else
|
28 |
|
|
# if defined(MAC_TCL)
|
29 |
|
|
# include "tkMacDefault.h"
|
30 |
|
|
# else
|
31 |
|
|
# include "tkUnixDefault.h"
|
32 |
|
|
# endif
|
33 |
|
|
#endif
|
34 |
|
|
|
35 |
|
|
#endif /* _DEFAULT */
|
36 |
|
|
|
37 |
|
|
#else
|
38 |
|
|
#define DEFAULT_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 2:17a $ $Author: dtashley $")
|
39 |
|
|
#endif
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
/* $History: default.h $
|
43 |
|
|
*
|
44 |
|
|
* ***************** Version 1 *****************
|
45 |
|
|
* User: Dtashley Date: 1/02/01 Time: 2:17a
|
46 |
|
|
* Created in $/IjuScripter, IjuConsole/Source/Tk Base
|
47 |
|
|
* Initial check-in.
|
48 |
|
|
*/
|
49 |
|
|
|
50 |
|
|
/* End of DEFAULT.H */ |