diff options
author | ericm <ericm> | 1999-11-17 02:40:55 (GMT) |
---|---|---|
committer | ericm <ericm> | 1999-11-17 02:40:55 (GMT) |
commit | 8382b0478bbf426a871b3a1628475292f867d21d (patch) | |
tree | bedc5bef8b8eefc0c0feb9c0c1c71ce21933e3a1 /mac/tkMacDefault.h | |
parent | 249bfa3b8b3e73d09d6e934b4a0cefbd0b05337f (diff) | |
download | tk-8382b0478bbf426a871b3a1628475292f867d21d.zip tk-8382b0478bbf426a871b3a1628475292f867d21d.tar.gz tk-8382b0478bbf426a871b3a1628475292f867d21d.tar.bz2 |
* tests/listbox.test: Fixed tests to comply with new objectified
error messages. No -listvar specific tests yet.
* win/tkWinDefault.h:
* unix/tkUnixDefault.h:
* mac/tkMacDefault.h: Added default value for -listvar option.
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 a09d3be..9c149b5 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.3 1999/04/16 01:51:30 stanton Exp $ + * RCS: @(#) $Id: tkMacDefault.h,v 1.4 1999/11/17 02:40:55 ericm Exp $ */ #ifndef _TKMACDEFAULT @@ -204,6 +204,7 @@ #define DEF_LISTBOX_HIGHLIGHT_WIDTH "0" #define DEF_LISTBOX_RELIEF "solid" #define DEF_LISTBOX_SCROLL_COMMAND "" +#define DEF_LISTBOX_LIST_VARIABLE "" #define DEF_LISTBOX_SELECT_COLOR SELECT_BG #define DEF_LISTBOX_SELECT_MONO BLACK #define DEF_LISTBOX_SELECT_BD "0" |