diff options
author | ericm <ericm@noemail.net> | 1999-11-17 02:40:55 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 1999-11-17 02:40:55 (GMT) |
commit | 6d52aa137fad450b4df5d586973f8cd0d121a209 (patch) | |
tree | bedc5bef8b8eefc0c0feb9c0c1c71ce21933e3a1 /win | |
parent | 31da8cd7b37c7b3f5d8784e29c3c98385d7ac02c (diff) | |
download | tk-6d52aa137fad450b4df5d586973f8cd0d121a209.zip tk-6d52aa137fad450b4df5d586973f8cd0d121a209.tar.gz tk-6d52aa137fad450b4df5d586973f8cd0d121a209.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.
FossilOrigin-Name: ca26a18f317d56513dbd0b49b8a82c1c112668a1
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index 8f6a29c..ff964d5 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDefault.h,v 1.3 1999/04/16 01:51:50 stanton Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.4 1999/11/17 02:40:55 ericm Exp $ */ #ifndef _TKWINDEFAULT @@ -204,6 +204,7 @@ #define DEF_LISTBOX_HIGHLIGHT_WIDTH "1" #define DEF_LISTBOX_RELIEF "sunken" #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 "1" |