diff options
author | das <das> | 2002-08-20 20:26:57 (GMT) |
---|---|---|
committer | das <das> | 2002-08-20 20:26:57 (GMT) |
commit | b413674fbf9849df30cd853ce97badcda6f1d280 (patch) | |
tree | de8cb5a22c114d8af225c72aaf14047d4f3a007d /win/tkWinDefault.h | |
parent | e013f51d592a99ad0cfebbb510c182070270c32e (diff) | |
download | tk-b413674fbf9849df30cd853ce97badcda6f1d280.zip tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.gz tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.bz2 |
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunkmacosx_8_4_merge_2002_08_20_branch
Diffstat (limited to 'win/tkWinDefault.h')
-rw-r--r-- | win/tkWinDefault.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index d5aa1a9..7ecb08d 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.11.2.2 2002/06/10 05:38:28 wolfsuit Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.11.2.3 2002/08/20 20:27:19 das Exp $ */ #ifndef _TKWINDEFAULT @@ -213,6 +213,7 @@ * Defaults for listboxes: */ +#define DEF_LISTBOX_ACTIVE_STYLE "underline" #define DEF_LISTBOX_BG_COLOR "SystemWindow" #define DEF_LISTBOX_BG_MONO WHITE #define DEF_LISTBOX_BORDER_WIDTH "2" @@ -480,6 +481,7 @@ #define DEF_TEXT_INSERT_OFF_TIME "300" #define DEF_TEXT_INSERT_ON_TIME "600" #define DEF_TEXT_INSERT_WIDTH "2" +#define DEF_TEXT_MAX_UNDO "0" #define DEF_TEXT_PADX "1" #define DEF_TEXT_PADY "1" #define DEF_TEXT_RELIEF "sunken" |