diff options
Diffstat (limited to 'mac/tkMacDefault.h')
-rw-r--r-- | mac/tkMacDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacDefault.h b/mac/tkMacDefault.h index 1d7f010..42cfe76 100644 --- a/mac/tkMacDefault.h +++ b/mac/tkMacDefault.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacDefault.h,v 1.6 2000/05/14 20:45:38 ericm Exp $ + * RCS: @(#) $Id: tkMacDefault.h,v 1.7 2000/05/17 21:17:21 ericm Exp $ */ #ifndef _TKMACDEFAULT @@ -72,6 +72,7 @@ #define DEF_BUTTON_JUSTIFY "center" #define DEF_BUTTON_OFF_VALUE "0" #define DEF_BUTTON_ON_VALUE "1" +#define DEF_BUTTON_OVER_RELIEF "" #define DEF_BUTTON_PADX "7" #define DEF_LABCHKRAD_PADX "1" #define DEF_BUTTON_PADY "3" |